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-openssl-includes=/usr/local/openssl/include --with-ssl-dir=/usr/local/openssl --with-zlib --with-md5-passwords --with-pam ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = x86_64 uname -r = 3.10.0-957.el7.x86_64 uname -s = Linux uname -v = #1 SMP Thu Nov 8 23:39:32 UTC 2018 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /root/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2856: looking for aux files: install-sh config.guess config.sub configure:2869: trying ./ configure:2880: ./install-sh found configure:2898: ./config.guess found configure:2898: ./config.sub found configure:3096: checking for cc configure:3117: found /usr/bin/cc configure:3128: result: cc configure:3159: checking for C compiler version configure:3168: cc --version >&5 cc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:3179: $? = 0 configure:3168: cc -v >&5 Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:3179: $? = 0 configure:3168: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:3179: $? = 4 configure:3168: cc -qversion >&5 cc: error: unrecognized command line option '-qversion' cc: fatal error: no input files compilation terminated. configure:3179: $? = 4 configure:3168: cc -version >&5 cc: error: unrecognized command line option '-version' cc: fatal error: no input files compilation terminated. configure:3179: $? = 4 configure:3199: checking whether the C compiler works configure:3221: cc conftest.c >&5 configure:3225: $? = 0 configure:3275: result: yes configure:3278: checking for C compiler default output file name configure:3280: result: a.out configure:3286: checking for suffix of executables configure:3293: cc -o conftest conftest.c >&5 configure:3297: $? = 0 configure:3320: result: configure:3342: checking whether we are cross compiling configure:3350: cc -o conftest conftest.c >&5 configure:3354: $? = 0 configure:3361: ./conftest configure:3365: $? = 0 configure:3380: result: no configure:3385: checking for suffix of object files configure:3408: cc -c conftest.c >&5 configure:3412: $? = 0 configure:3434: result: o configure:3438: checking whether the compiler supports GNU C configure:3458: cc -c conftest.c >&5 configure:3458: $? = 0 configure:3468: result: yes configure:3479: checking whether cc accepts -g configure:3500: cc -c -g conftest.c >&5 configure:3500: $? = 0 configure:3544: result: yes configure:3564: checking for cc option to enable C11 features configure:3579: cc -c -g -O2 conftest.c >&5 conftest.c:61:3: error: #error "Compiler does not advertise C99 conformance" # error "Compiler does not advertise C99 conformance" ^ conftest.c:116:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:165:3: error: #error "Compiler does not advertise C11 conformance" # error "Compiler does not advertise C11 conformance" ^ conftest.c:196:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:197:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:196:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:197:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:230:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:230:18: error: 'newvar' undeclared (first use in this function) conftest.c:230:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:240:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:240:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:3579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | /* Does the compiler advertise C89 conformance? | Do not test the value of __STDC__, because some compilers set it to 0 | while being otherwise adequately conformant. */ | #if !defined __STDC__ | # error "Compiler does not advertise C89 conformance" | #endif | | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ | struct buf { int x; }; | struct buf * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not \xHH hex character constants. | These do not provoke an error unfortunately, instead are silently treated | as an "x". The following induces an error, until -std is added to get | proper ANSI mode. Curiously \x00 != x always comes out true, for an | array size at least. It is necessary to write \x00 == 0 to get something | that is true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), | int, int); | | // Does the compiler advertise C99 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L | # error "Compiler does not advertise C99 conformance" | #endif | | #include | extern int puts (const char *); | extern int printf (const char *, ...); | extern int dprintf (int, const char *, ...); | extern void *malloc (size_t); | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | // dprintf is used instead of fprintf to avoid needing to declare | // FILE and stderr. | #define debug(...) dprintf (2, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | #error "your preprocessor is broken" | #endif | #if BIG_OK | #else | #error "your preprocessor is broken" | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static bool | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str = ""; | int number = 0; | float fnumber = 0; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | | return *str && number && fnumber; | } | | | // Does the compiler advertise C11 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L | # error "Compiler does not advertise C11 conformance" | #endif | | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | | int | main (int argc, char **argv) | { | int ok = 0; | | ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); | | | // Check bool. | _Bool success = false; | success |= (argc != 0); | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[0] = argv[0][0]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | | _Static_assert ((offsetof (struct anonymous, i) | == offsetof (struct anonymous, w.k)), | "Anonymous union alignment botch"); | v1.i = 2; | v1.w.k = 5; | ok |= v1.i != 5; | | return ok; | } | configure:3579: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3579: $? = 0 configure:3600: result: -std=gnu11 configure:3709: checking if cc -std=gnu11 supports C99-style variadic macros configure:3726: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3726: $? = 0 configure:3728: result: yes configure:3743: checking build system type configure:3758: result: x86_64-pc-linux-gnu configure:3778: checking host system type configure:3792: result: x86_64-pc-linux-gnu configure:3816: checking for stdio.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for stdlib.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for string.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for inttypes.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for stdint.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for strings.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for sys/stat.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for sys/types.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3816: checking for unistd.h configure:3816: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3816: result: yes configure:3841: checking whether byte ordering is bigendian configure:3857: cc -std=gnu11 -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:3857: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:3903: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:3903: $? = 0 configure:3922: cc -std=gnu11 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:26:4: error: unknown type name 'not' not big endian ^ conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:3922: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:4056: result: no configure:4080: checking for gawk configure:4101: found /usr/bin/gawk configure:4112: result: gawk configure:4128: checking how to run the C preprocessor configure:4154: cc -std=gnu11 -E conftest.c configure:4154: $? = 0 configure:4169: cc -std=gnu11 -E conftest.c conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4169: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:4196: result: cc -std=gnu11 -E configure:4210: cc -std=gnu11 -E conftest.c configure:4210: $? = 0 configure:4225: cc -std=gnu11 -E conftest.c conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:4303: checking for ranlib configure:4324: found /usr/bin/ranlib configure:4335: result: ranlib configure:4372: checking for a BSD-compatible install configure:4445: result: /usr/bin/install -c configure:4456: checking for grep that handles long lines and -e configure:4520: result: /usr/bin/grep configure:4525: checking for egrep configure:4593: result: /usr/bin/grep -E configure:4599: checking for a race-free mkdir -p configure:4643: result: /usr/bin/mkdir -p configure:4700: checking for ar configure:4721: found /usr/bin/ar configure:4732: result: ar configure:4758: checking for cat configure:4781: found /usr/bin/cat configure:4793: result: /usr/bin/cat configure:4803: checking for kill configure:4826: found /usr/bin/kill configure:4838: result: /usr/bin/kill configure:4848: checking for sed configure:4871: found /usr/bin/sed configure:4883: result: /usr/bin/sed configure:4893: checking for bash configure:4916: found /usr/bin/bash configure:4928: result: /usr/bin/bash configure:4938: checking for ksh configure:4973: result: /usr/bin/bash configure:4983: checking for sh configure:5018: result: /usr/bin/bash configure:5028: checking for bash configure:5051: found /usr/bin/bash configure:5063: result: /usr/bin/bash configure:5073: checking for ksh configure:5108: result: /usr/bin/bash configure:5118: checking for sh configure:5153: result: /usr/bin/bash configure:5163: checking for groff configure:5186: found /usr/bin/groff configure:5198: result: /usr/bin/groff configure:5208: checking for nroff configure:5231: found /usr/bin/nroff configure:5243: result: /usr/bin/nroff configure:5253: checking for mandoc configure:5291: result: no configure:5347: checking for pkg-config configure:5370: found /usr/bin/pkg-config configure:5382: result: /usr/bin/pkg-config configure:5422: checking for groupadd configure:5445: found /usr/sbin/groupadd configure:5458: result: /usr/sbin/groupadd configure:5468: checking for useradd configure:5491: found /usr/sbin/useradd configure:5504: result: /usr/sbin/useradd configure:5514: checking for pkgmk configure:5547: result: no configure:5572: checking for special C compiler options needed for large files configure:5620: result: no configure:5626: checking for _FILE_OFFSET_BITS value needed for large files configure:5652: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5652: $? = 0 configure:5686: result: no configure:5775: checking for passwd configure:5798: found /usr/bin/passwd configure:5810: result: /usr/bin/passwd configure:5827: checking for inline configure:5844: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5844: $? = 0 configure:5853: result: inline configure:5872: checking for cc -std=gnu11 options needed to detect all undeclared functions configure:5894: cc -std=gnu11 -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: each undeclared identifier is reported only once for each function it appears in configure:5894: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:5921: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5921: $? = 0 configure:5938: result: none needed configure:5952: checking whether LLONG_MAX is declared configure:5952: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5952: $? = 0 configure:5952: result: yes configure:5958: checking whether LONG_LONG_MAX is declared configure:5958: cc -std=gnu11 -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) (void) LONG_LONG_MAX; ^ conftest.c:29:10: note: each undeclared identifier is reported only once for each function it appears in configure:5958: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:5958: result: no configure:5964: checking whether SYSTR_POLICY_KILL is declared configure:5964: cc -std=gnu11 -c -g -O2 conftest.c >&5 conftest.c:23:27: fatal error: dev/systrace.h: No such file or directory #include ^ compilation terminated. configure:5964: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:5964: result: no configure:5974: checking whether RLIMIT_NPROC is declared configure:5974: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5974: $? = 0 configure:5974: result: yes configure:5985: checking whether PR_SET_NO_NEW_PRIVS is declared configure:5985: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5985: $? = 0 configure:5985: result: yes configure:6009: checking whether OpenSSL will be used for cryptography configure:6012: result: yes configure:6047: checking if cc -std=gnu11 supports -Werror configure:6055: cc -std=gnu11 -c -g -O2 -Werror conftest.c >&5 configure:6055: $? = 0 configure:6057: result: yes configure:6070: checking gcc version configure:6081: result: 4.8.5 configure:6084: checking clang version configure:6087: result: configure:6091: checking if cc -std=gnu11 supports compile flag -pipe configure:6127: cc -std=gnu11 -c -g -O2 -Werror -pipe conftest.c >&5 configure:6127: $? = 0 configure:6136: result: yes configure:6149: checking if cc -std=gnu11 supports compile flag -Wunknown-warning-option configure:6185: cc -std=gnu11 -c -g -O2 -pipe -Werror -Wunknown-warning-option conftest.c >&5 cc: error: unrecognized command line option '-Wunknown-warning-option' configure:6185: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:6199: result: no configure:6207: checking if cc -std=gnu11 supports compile flag -Wno-error=format-truncation configure:6243: cc -std=gnu11 -c -g -O2 -pipe -Werror -Wno-error=format-truncation conftest.c >&5 cc1: error: -Werror=format-truncation: no option -Wformat-truncation configure:6243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:6257: result: no configure:6265: checking if cc -std=gnu11 supports compile flag -Qunused-arguments configure:6301: cc -std=gnu11 -c -g -O2 -pipe -Werror -Qunused-arguments conftest.c >&5 cc: error: unrecognized command line option '-Qunused-arguments' configure:6301: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:6315: result: no configure:6323: checking if cc -std=gnu11 supports compile flag -Wall configure:6359: cc -std=gnu11 -c -g -O2 -pipe -Werror -Wall conftest.c >&5 configure:6359: $? = 0 configure:6368: result: yes configure:6381: checking if cc -std=gnu11 supports compile flag -Wextra configure:6417: cc -std=gnu11 -c -g -O2 -pipe -Wall -Werror -Wextra conftest.c >&5 conftest.c: In function 'f': conftest.c:26:12: error: unused parameter 'n' [-Werror=unused-parameter] void f(int n) {} ^ cc1: all warnings being treated as errors configure:6417: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:6431: result: no configure:6439: checking if cc -std=gnu11 supports compile flag -Wpointer-arith configure:6475: cc -std=gnu11 -c -g -O2 -pipe -Wall -Werror -Wpointer-arith conftest.c >&5 configure:6475: $? = 0 configure:6484: result: yes configure:6497: checking if cc -std=gnu11 supports compile flag -Wuninitialized configure:6533: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Werror -Wuninitialized conftest.c >&5 configure:6533: $? = 0 configure:6542: result: yes configure:6555: checking if cc -std=gnu11 supports compile flag -Wsign-compare configure:6591: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Werror -Wsign-compare conftest.c >&5 configure:6591: $? = 0 configure:6600: result: yes configure:6613: checking if cc -std=gnu11 supports compile flag -Wformat-security configure:6649: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security conftest.c >&5 configure:6649: $? = 0 configure:6658: result: yes configure:6671: checking if cc -std=gnu11 supports compile flag -Wsizeof-pointer-memaccess configure:6707: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess conftest.c >&5 configure:6707: $? = 0 configure:6716: result: yes configure:6729: checking if cc -std=gnu11 supports compile flag -Wpointer-sign configure:6765: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign conftest.c >&5 configure:6765: $? = 0 configure:6774: result: yes configure:6787: checking if cc -std=gnu11 supports compile flag -Wunused-parameter configure:6823: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-parameter conftest.c >&5 conftest.c: In function 'f': conftest.c:26:12: error: unused parameter 'n' [-Werror=unused-parameter] void f(int n) {} ^ cc1: all warnings being treated as errors configure:6823: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:6837: result: no configure:6845: checking if cc -std=gnu11 supports compile flag -Wunused-result configure:6881: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-result conftest.c >&5 configure:6881: $? = 0 configure:6890: result: yes configure:6903: checking if cc -std=gnu11 supports compile flag -Wimplicit-fallthrough configure:6939: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -Wimplicit-fallthrough conftest.c >&5 cc: error: unrecognized command line option '-Wimplicit-fallthrough' configure:6939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:6953: result: no configure:6961: checking if cc -std=gnu11 supports compile flag -Wmisleading-indentation configure:6997: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -Wmisleading-indentation conftest.c >&5 cc: error: unrecognized command line option '-Wmisleading-indentation' configure:6997: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:7011: result: no configure:7019: checking if cc -std=gnu11 supports compile flag -Wbitwise-instead-of-logical configure:7055: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -Wbitwise-instead-of-logical conftest.c >&5 cc: error: unrecognized command line option '-Wbitwise-instead-of-logical' configure:7055: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:7069: result: no configure:7077: checking if cc -std=gnu11 supports compile flag -fno-strict-aliasing configure:7113: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -fno-strict-aliasing conftest.c >&5 configure:7113: $? = 0 configure:7122: result: yes configure:7136: checking if cc -std=gnu11 supports compile flag -mretpoline configure:7172: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -mretpoline conftest.c >&5 cc: error: unrecognized command line option '-mretpoline' configure:7172: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:7186: result: no configure:7194: checking if cc -std=gnu11 supports link flag -Wl,-z,retpolineplt configure:7218: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -Wl,-z,retpolineplt conftest.c >&5 /usr/bin/ld: warning: -z retpolineplt ignored. configure:7218: $? = 0 configure:7223: result: no configure:7241: checking if cc -std=gnu11 supports compile flag -D_FORTIFY_SOURCE=2 configure:7277: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:7277: $? = 0 configure:7286: result: yes configure:7299: checking if cc -std=gnu11 supports link flag -Wl,-z,relro configure:7323: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -Wl,-z,relro conftest.c >&5 configure:7323: $? = 0 configure:7332: result: yes configure:7346: checking if cc -std=gnu11 supports link flag -Wl,-z,now configure:7370: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Werror -Wl,-z,now conftest.c >&5 configure:7370: $? = 0 configure:7379: result: yes configure:7393: checking if cc -std=gnu11 supports link flag -Wl,-z,noexecstack configure:7417: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Werror -Wl,-z,noexecstack conftest.c >&5 configure:7417: $? = 0 configure:7426: result: yes configure:7445: checking if cc -std=gnu11 supports compile flag -ftrapv and linking succeeds configure:7469: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:7469: $? = 0 configure:7478: result: yes configure:7554: checking if cc -std=gnu11 supports compile flag -fzero-call-used-regs=all configure:7590: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -fzero-call-used-regs=all conftest.c >&5 cc: error: unrecognized command line option '-fzero-call-used-regs=all' configure:7590: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:7604: result: no configure:7613: checking if cc -std=gnu11 supports compile flag -ftrivial-auto-var-init=zero configure:7649: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -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:7649: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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 | /* Trivial function to help test for -fzero-call-used-regs */ | void f(int n) {} | int main(int argc, char **argv) { | (void)argv; | /* Some math to catch -ftrapv problems in the toolchain */ | int i = 123 * argc, j = 456 + argc, k = 789 - argc; | float l = i * 2.1; | double m = l / 0.5; | long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; | f(0); | printf("%d %d %d %f %f %lld %lld\n", i, j, k, l, m, n, o); | /* | * 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:7663: result: no configure:7672: checking if cc -std=gnu11 accepts -fno-builtin-memset configure:7687: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:7687: $? = 0 configure:7689: result: yes configure:7706: checking if cc -std=gnu11 supports -fstack-protector-strong configure:7729: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -Werror conftest.c >&5 configure:7729: $? = 0 configure:7731: result: yes configure:7735: checking if -fstack-protector-strong works configure:7761: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -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:7761: $? = 0 configure:7761: ./conftest configure:7761: $? = 0 configure:7763: result: yes configure:7804: checking if compiler allows __attribute__ on return types configure:7819: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:7819: $? = 0 configure:7821: result: yes configure:7833: checking if compiler allows __attribute__ prototype args configure:7848: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:7848: $? = 0 configure:7850: result: yes configure:7862: checking if compiler supports variable length arrays configure:7875: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c: 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); ^ configure:7875: $? = 0 configure:7877: result: yes configure:7889: checking if compiler accepts variable declarations after code configure:7902: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:7902: $? = 0 configure:7904: result: yes configure:8046: checking for blf.h configure:8046: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:53:17: fatal error: blf.h: No such file or directory #include ^ compilation terminated. configure:8046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:8046: result: no configure:8052: checking for bstring.h configure:8052: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:53:21: fatal error: bstring.h: No such file or directory #include ^ compilation terminated. configure:8052: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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:8052: result: no configure:8058: checking for crypt.h configure:8058: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8058: $? = 0 configure:8058: result: yes configure:8064: checking for crypto/sha2.h configure:8064: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:54:25: fatal error: crypto/sha2.h: No such file or directory #include ^ compilation terminated. configure:8064: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_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:8064: result: no configure:8070: checking for dirent.h configure:8070: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8070: $? = 0 configure:8070: result: yes configure:8076: checking for endian.h configure:8076: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8076: $? = 0 configure:8076: result: yes configure:8082: checking for elf.h configure:8082: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8082: $? = 0 configure:8082: result: yes configure:8088: checking for err.h configure:8088: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8088: $? = 0 configure:8088: result: yes configure:8094: checking for features.h configure:8094: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8094: $? = 0 configure:8094: result: yes configure:8100: checking for fcntl.h configure:8100: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8100: $? = 0 configure:8100: result: yes configure:8106: checking for floatingpoint.h configure:8106: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:60:27: fatal error: floatingpoint.h: No such file or directory #include ^ compilation terminated. configure:8106: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8106: result: no configure:8112: checking for fnmatch.h configure:8112: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8112: $? = 0 configure:8112: result: yes configure:8118: checking for getopt.h configure:8118: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8118: $? = 0 configure:8118: result: yes configure:8124: checking for glob.h configure:8124: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8124: $? = 0 configure:8124: result: yes configure:8130: checking for ia.h configure:8130: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:63:16: fatal error: ia.h: No such file or directory #include ^ compilation terminated. configure:8130: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8130: result: no configure:8136: checking for iaf.h configure:8136: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:63:17: fatal error: iaf.h: No such file or directory #include ^ compilation terminated. configure:8136: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8136: result: no configure:8142: checking for ifaddrs.h configure:8142: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8142: $? = 0 configure:8142: result: yes configure:8148: checking for inttypes.h configure:8148: result: yes configure:8154: checking for langinfo.h configure:8154: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8154: $? = 0 configure:8154: result: yes configure:8160: checking for limits.h configure:8160: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8160: $? = 0 configure:8160: result: yes configure:8166: checking for locale.h configure:8166: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8166: $? = 0 configure:8166: result: yes configure:8172: checking for login.h configure:8172: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:68:19: fatal error: login.h: No such file or directory #include ^ compilation terminated. configure:8172: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8172: result: no configure:8178: checking for maillock.h configure:8178: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:68:22: fatal error: maillock.h: No such file or directory #include ^ compilation terminated. configure:8178: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8178: result: no configure:8184: checking for ndir.h configure:8184: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:68:18: fatal error: ndir.h: No such file or directory #include ^ compilation terminated. configure:8184: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8184: result: no configure:8190: checking for net/if_tun.h configure:8190: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:68:24: fatal error: net/if_tun.h: No such file or directory #include ^ compilation terminated. configure:8190: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8190: result: no configure:8196: checking for netdb.h configure:8196: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8196: $? = 0 configure:8196: result: yes configure:8202: checking for netgroup.h configure:8202: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:69:22: fatal error: netgroup.h: No such file or directory #include ^ compilation terminated. configure:8202: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8202: result: no configure:8208: checking for pam/pam_appl.h configure:8208: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:69:26: fatal error: pam/pam_appl.h: No such file or directory #include ^ compilation terminated. configure:8208: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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:8208: result: no configure:8214: checking for paths.h configure:8214: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8214: $? = 0 configure:8214: result: yes configure:8220: checking for poll.h configure:8220: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8220: $? = 0 configure:8220: result: yes configure:8226: checking for pty.h configure:8226: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8226: $? = 0 configure:8226: result: yes configure:8232: checking for readpassphrase.h configure:8232: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:72:28: fatal error: readpassphrase.h: No such file or directory #include ^ compilation terminated. configure:8232: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_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:8232: result: no configure:8238: checking for rpc/types.h configure:8238: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8238: $? = 0 configure:8238: result: yes configure:8244: checking for security/pam_appl.h configure:8244: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8244: $? = 0 configure:8244: result: yes configure:8250: checking for sha2.h configure:8250: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:74:18: fatal error: sha2.h: No such file or directory #include ^ compilation terminated. configure:8250: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_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:8250: result: no configure:8256: checking for shadow.h configure:8256: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8256: $? = 0 configure:8256: result: yes configure:8262: checking for stddef.h configure:8262: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8262: $? = 0 configure:8262: result: yes configure:8268: checking for stdint.h configure:8268: result: yes configure:8274: checking for string.h configure:8274: result: yes configure:8280: checking for strings.h configure:8280: result: yes configure:8286: checking for sys/bitypes.h configure:8286: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8286: $? = 0 configure:8286: result: yes configure:8292: checking for sys/byteorder.h configure:8292: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:80:27: fatal error: sys/byteorder.h: No such file or directory #include ^ compilation terminated. configure:8292: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_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:8292: result: no configure:8298: checking for sys/bsdtty.h configure:8298: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:80:24: fatal error: sys/bsdtty.h: No such file or directory #include ^ compilation terminated. configure:8298: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_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:8298: result: no configure:8304: checking for sys/cdefs.h configure:8304: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8304: $? = 0 configure:8304: result: yes configure:8310: checking for sys/dir.h configure:8310: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8310: $? = 0 configure:8310: result: yes configure:8316: checking for sys/file.h configure:8316: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8316: $? = 0 configure:8316: result: yes configure:8322: checking for sys/mman.h configure:8322: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8322: $? = 0 configure:8322: result: yes configure:8328: checking for sys/label.h configure:8328: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:84:23: fatal error: sys/label.h: No such file or directory #include ^ compilation terminated. configure:8328: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_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:8328: result: no configure:8334: checking for sys/ndir.h configure:8334: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:84:22: fatal error: sys/ndir.h: No such file or directory #include ^ compilation terminated. configure:8334: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_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:8334: result: no configure:8340: checking for sys/param.h configure:8340: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8340: $? = 0 configure:8340: result: yes configure:8346: checking for sys/poll.h configure:8346: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8346: $? = 0 configure:8346: result: yes configure:8352: checking for sys/prctl.h configure:8352: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8352: $? = 0 configure:8352: result: yes configure:8358: checking for sys/procctl.h configure:8358: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:87:25: fatal error: sys/procctl.h: No such file or directory #include ^ compilation terminated. configure:8358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_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:8358: result: no configure:8364: checking for sys/pstat.h configure:8364: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:87:23: fatal error: sys/pstat.h: No such file or directory #include ^ compilation terminated. configure:8364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_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:8364: result: no configure:8370: checking for sys/ptrace.h configure:8370: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8370: $? = 0 configure:8370: result: yes configure:8376: checking for sys/random.h configure:8376: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:88:24: fatal error: sys/random.h: No such file or directory #include ^ compilation terminated. configure:8376: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_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:8376: result: no configure:8382: checking for sys/select.h configure:8382: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8382: $? = 0 configure:8382: result: yes configure:8388: checking for sys/stream.h configure:8388: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:89:24: fatal error: sys/stream.h: No such file or directory #include ^ compilation terminated. configure:8388: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_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:8388: result: no configure:8394: checking for sys/stropts.h configure:8394: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:89:25: fatal error: sys/stropts.h: No such file or directory #include ^ compilation terminated. configure:8394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_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:8394: result: no configure:8400: checking for sys/strtio.h configure:8400: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:89:24: fatal error: sys/strtio.h: No such file or directory #include ^ compilation terminated. configure:8400: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_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:8400: result: no configure:8406: checking for sys/statvfs.h configure:8406: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8406: $? = 0 configure:8406: result: yes configure:8412: checking for sys/sysmacros.h configure:8412: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8412: $? = 0 configure:8412: result: yes configure:8418: checking for sys/time.h configure:8418: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8418: $? = 0 configure:8418: result: yes configure:8424: checking for sys/timers.h configure:8424: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:92:24: fatal error: sys/timers.h: No such file or directory #include ^ compilation terminated. configure:8424: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_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:8424: result: no configure:8430: checking for sys/vfs.h configure:8430: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8430: $? = 0 configure:8430: result: yes configure:8436: checking for time.h configure:8436: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8436: $? = 0 configure:8436: result: yes configure:8442: checking for tmpdir.h configure:8442: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:94:20: fatal error: tmpdir.h: No such file or directory #include ^ compilation terminated. configure:8442: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_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:8442: result: no configure:8448: checking for ttyent.h configure:8448: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8448: $? = 0 configure:8448: result: yes configure:8454: checking for ucred.h configure:8454: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:95:19: fatal error: ucred.h: No such file or directory #include ^ compilation terminated. configure:8454: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_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:8454: result: no configure:8460: checking for unistd.h configure:8460: result: yes configure:8466: checking for usersec.h configure:8466: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:96:21: fatal error: usersec.h: No such file or directory #include ^ compilation terminated. configure:8466: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_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:8466: result: no configure:8472: checking for util.h configure:8472: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:96:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. configure:8472: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_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:8472: result: no configure:8478: checking for utime.h configure:8478: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8484: checking for utmp.h configure:8484: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8484: $? = 0 configure:8484: result: yes configure:8490: checking for utmpx.h configure:8490: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8490: $? = 0 configure:8490: result: yes configure:8496: checking for vis.h configure:8496: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:99:17: fatal error: vis.h: No such file or directory #include ^ compilation terminated. configure:8496: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_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:8496: result: no configure:8502: checking for wchar.h configure:8502: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8502: $? = 0 configure:8502: result: yes configure:8512: checking for sys/audit.h configure:8512: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:84:23: fatal error: sys/audit.h: No such file or directory #include ^ compilation terminated. configure:8512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_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:8512: result: no configure:8532: checking for sys/capsicum.h configure:8532: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:78:26: fatal error: sys/capsicum.h: No such file or directory #include ^ compilation terminated. configure:8532: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | | | #include configure:8532: result: no configure:8543: checking for capsicum_helpers.h configure:8543: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:78:30: fatal error: capsicum_helpers.h: No such file or directory #include ^ compilation terminated. configure:8543: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | | | #include configure:8543: result: no configure:8556: checking for caph_cache_tzdata configure:8569: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -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:72:31: fatal error: capsicum_helpers.h: No such file or directory #include ^ compilation terminated. configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | int | main (void) | { | caph_cache_tzdata(); | ; | return 0; | } configure:8579: result: no configure:8588: checking for net/route.h configure:8588: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8588: $? = 0 configure:8588: result: yes configure:8601: checking for sys/sysctl.h configure:8601: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8601: $? = 0 configure:8601: result: yes configure:8617: checking for lastlog.h configure:8617: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8617: $? = 0 configure:8617: result: yes configure:8631: checking for sys/ptms.h configure:8631: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:81:22: fatal error: sys/ptms.h: No such file or directory #include ^ compilation terminated. configure:8631: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_STREAM_H | # include | #endif | | | #include configure:8631: result: no configure:8645: checking for login_cap.h configure:8645: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:79:23: fatal error: login_cap.h: No such file or directory #include ^ compilation terminated. configure:8645: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | /* end confdefs.h. */ | | #include | | | #include configure:8645: result: no configure:8657: checking for sys/mount.h configure:8657: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8657: $? = 0 configure:8657: result: yes configure:8669: checking for sys/un.h configure:8669: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:8669: $? = 0 configure:8669: result: yes configure:9486: checking for linux/if_tun.h configure:9486: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:9486: $? = 0 configure:9486: result: yes configure:9504: checking for linux/if.h configure:9504: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 In file included from conftest.c:95:0: /usr/include/linux/if.h:211:19: error: field 'ifru_addr' has incomplete type struct sockaddr ifru_addr; ^ /usr/include/linux/if.h:212:19: error: field 'ifru_dstaddr' has incomplete type struct sockaddr ifru_dstaddr; ^ /usr/include/linux/if.h:213:19: error: field 'ifru_broadaddr' has incomplete type struct sockaddr ifru_broadaddr; ^ /usr/include/linux/if.h:214:19: error: field 'ifru_netmask' has incomplete type struct sockaddr ifru_netmask; ^ /usr/include/linux/if.h:215:20: error: field 'ifru_hwaddr' has incomplete type struct sockaddr ifru_hwaddr; ^ configure:9504: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | | | #include configure:9504: result: no configure:9517: checking for linux/seccomp.h configure:9517: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:9517: $? = 0 configure:9517: result: yes configure:9524: checking for linux/filter.h configure:9524: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:9524: $? = 0 configure:9524: result: yes configure:9531: checking for linux/audit.h configure:9531: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:9531: $? = 0 configure:9531: result: yes configure:9611: checking for seccomp architecture configure:9673: result: "AUDIT_ARCH_X86_64" configure:10404: checking compiler and flags for sanity configure:10423: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10423: $? = 0 configure:10423: ./conftest configure:10423: $? = 0 configure:10425: result: yes configure:10440: checking for setsockopt configure:10440: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10440: $? = 0 configure:10440: result: yes configure:10494: checking for dirname configure:10494: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10494: $? = 0 configure:10494: result: yes configure:10498: checking for libgen.h configure:10498: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:10498: $? = 0 configure:10498: result: yes configure:10613: checking for getspnam configure:10613: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10613: $? = 0 configure:10613: result: yes configure:10660: checking for library containing basename configure:10690: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10690: $? = 0 configure:10710: result: none required configure:10755: checking for zlib configure:10763: result: yes configure:10768: checking for zlib.h configure:10768: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:10768: $? = 0 configure:10768: result: yes configure:10776: checking for deflate in -lz configure:10799: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lz >&5 configure:10799: $? = 0 configure:10809: result: yes configure:10871: checking for possibly buggy zlib configure:10911: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lz >&5 configure:10911: $? = 0 configure:10911: ./conftest found zlib version 1.2.7 (1020700) configure:10911: $? = 0 configure:10913: result: no configure:10939: checking for strcasecmp configure:10939: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:114:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:10939: $? = 0 configure:10939: result: yes configure:10990: checking for utimes configure:10990: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10990: $? = 0 configure:10990: result: yes configure:11043: checking for bsd/libutil.h configure:11043: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c:127:25: fatal error: bsd/libutil.h: No such file or directory #include ^ compilation terminated. configure:11043: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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:11043: result: no configure:11049: checking for libutil.h configure:11049: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c:127:21: fatal error: libutil.h: No such file or directory #include ^ compilation terminated. configure:11049: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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:11049: result: no configure:11056: checking for library containing fmt_scaled configure:11086: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 /tmp/ccJ12yep.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `fmt_scaled' collect2: error: ld returned 1 exit status configure:11086: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11086: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 /tmp/cchqeqSv.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `fmt_scaled' collect2: error: ld returned 1 exit status configure:11086: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11086: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /tmp/ccdxMyDy.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `fmt_scaled' collect2: error: ld returned 1 exit status configure:11086: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11106: result: no configure:11115: checking for library containing scan_scaled configure:11145: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 /tmp/ccR8yftz.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `scan_scaled' collect2: error: ld returned 1 exit status configure:11145: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11145: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 /tmp/cc1PKOLB.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `scan_scaled' collect2: error: ld returned 1 exit status configure:11145: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11145: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /tmp/cc9Mn61H.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `scan_scaled' collect2: error: ld returned 1 exit status configure:11145: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11165: result: no configure:11174: checking for library containing login configure:11204: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 /tmp/ccu7lPYJ.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:107: undefined reference to `login' collect2: error: ld returned 1 exit status configure:11204: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | | /* 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:11204: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11204: $? = 0 configure:11224: result: -lutil configure:11233: checking for library containing logout configure:11263: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11263: $? = 0 configure:11283: result: none required configure:11292: checking for library containing logwtmp configure:11322: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11322: $? = 0 configure:11342: result: none required configure:11351: checking for library containing openpty configure:11381: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11381: $? = 0 configure:11401: result: none required configure:11410: checking for library containing updwtmp configure:11440: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11440: $? = 0 configure:11460: result: none required configure:11469: checking for fmt_scaled configure:11469: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 /tmp/ccBKj8UQ.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:126: undefined reference to `fmt_scaled' collect2: error: ld returned 1 exit status configure:11469: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | /* 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:11469: result: no configure:11475: checking for scan_scaled configure:11475: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 /tmp/ccl5vL0S.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:126: undefined reference to `scan_scaled' collect2: error: ld returned 1 exit status configure:11475: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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. */ | /* 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:11475: result: no configure:11481: checking for login configure:11481: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11481: $? = 0 configure:11481: result: yes configure:11487: checking for logout configure:11487: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11487: $? = 0 configure:11487: result: yes configure:11493: checking for openpty configure:11493: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11493: $? = 0 configure:11493: result: yes configure:11499: checking for updwtmp configure:11499: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11499: $? = 0 configure:11499: result: yes configure:11505: checking for logwtmp configure:11505: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11505: $? = 0 configure:11505: result: yes configure:11515: checking for library containing inet_ntop configure:11545: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11545: $? = 0 configure:11565: result: none required configure:11574: checking for library containing gethostbyname configure:11604: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11604: $? = 0 configure:11624: result: none required configure:11636: checking for library containing SHA256Update configure:11666: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 /tmp/cc70ax0g.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:112: undefined reference to `SHA256Update' collect2: error: ld returned 1 exit status configure:11666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char SHA256Update (); | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:11666: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lmd -lutil >&5 /usr/bin/ld: cannot find -lmd collect2: error: ld returned 1 exit status configure:11666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char SHA256Update (); | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:11666: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd -lutil >&5 /tmp/ccNxntJl.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:112: undefined reference to `SHA256Update' collect2: error: ld returned 1 exit status configure:11666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char SHA256Update (); | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:11686: result: no configure:11701: checking for strftime configure:11701: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:120:6: warning: conflicting types for built-in function 'strftime' [enabled by default] char strftime (); ^ configure:11701: $? = 0 configure:11701: result: yes configure:11753: checking for GNU libc compatible malloc configure:11785: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11785: $? = 0 configure:11785: ./conftest configure:11785: $? = 0 configure:11796: result: yes configure:11818: checking for GNU libc compatible realloc configure:11850: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11850: $? = 0 configure:11850: ./conftest configure:11850: $? = 0 configure:11861: result: yes configure:11884: checking if calloc(0, N) returns non-null configure:11905: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:11905: $? = 0 configure:11905: ./conftest configure:11905: $? = 0 configure:11915: result: yes configure:11932: checking for GLOB_ALTDIRFUNC support configure:11951: result: yes configure:11965: checking for gl_matchc field in glob_t configure:11978: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:113:13: error: 'glob_t' has no member named 'gl_matchc' glob_t g; g.gl_matchc = 1; ^ conftest.c:113:9: warning: variable 'g' set but not used [-Wunused-but-set-variable] glob_t g; g.gl_matchc = 1; ^ configure:11978: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | /* end confdefs.h. */ | #include | int | main (void) | { | glob_t g; g.gl_matchc = 1; | ; | return 0; | } configure:11989: result: no configure:11996: checking for gl_statv and GLOB_KEEPSTAT extensions for glob configure:12015: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:115:2: error: #error "glob does not support GLOB_KEEPSTAT extension" #error "glob does not support GLOB_KEEPSTAT extension" ^ conftest.c:118:2: error: 'glob_t' has no member named 'gl_statv' g.gl_statv = NULL; ^ conftest.c:118:14: error: 'NULL' undeclared (first use in this function) g.gl_statv = NULL; ^ conftest.c:118:14: note: each undeclared identifier is reported only once for each function it appears in conftest.c:117:8: warning: variable 'g' set but not used [-Wunused-but-set-variable] glob_t g; ^ configure:12015: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 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:12026: result: no configure:12033: checking whether GLOB_NOMATCH is declared configure:12033: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:12033: $? = 0 configure:12033: result: yes configure:12044: checking whether VIS_ALL is declared configure:12044: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c:110:17: fatal error: vis.h: No such file or directory #include ^ compilation terminated. configure:12044: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | #ifndef VIS_ALL | #ifdef __cplusplus | (void) VIS_ALL; | #else | (void) VIS_ALL; | #endif | #endif | | ; | return 0; | } configure:12044: result: no configure:12055: checking whether struct dirent allocates space for d_name configure:12085: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:12085: $? = 0 configure:12085: ./conftest configure:12085: $? = 0 configure:12087: result: yes configure:12103: checking for /proc/pid/fd directory configure:12109: result: yes configure:12579: checking for gcc >= 4.x configure:12589: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:12589: $? = 0 configure:12591: result: yes configure:12605: checking if cc -std=gnu11 supports compile flag -fPIE configure:12641: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:12641: $? = 0 configure:12650: result: yes configure:12663: checking if cc -std=gnu11 supports link flag -pie configure:12687: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -Werror -pie conftest.c -lutil >&5 configure:12687: $? = 0 configure:12696: result: yes configure:12710: checking whether both -fPIE and -pie are supported configure:12714: result: yes configure:12724: checking whether -fPIC is accepted configure:12739: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:12739: $? = 0 configure:12741: result: yes configure:12753: checking for Blowfish_initstate configure:12753: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccnhSwR1.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `Blowfish_initstate' collect2: error: ld returned 1 exit status configure:12753: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12753: result: no configure:12759: checking for Blowfish_expandstate configure:12759: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccQQxiUV.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `Blowfish_expandstate' collect2: error: ld returned 1 exit status configure:12759: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12759: result: no configure:12765: checking for Blowfish_expand0state configure:12765: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccHLqjfX.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `Blowfish_expand0state' collect2: error: ld returned 1 exit status configure:12765: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12765: result: no configure:12771: checking for Blowfish_stream2word configure:12771: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccKPlgG3.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `Blowfish_stream2word' collect2: error: ld returned 1 exit status configure:12771: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12771: result: no configure:12777: checking for SHA256Update configure:12777: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccMLnx83.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `SHA256Update' collect2: error: ld returned 1 exit status configure:12777: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12777: result: no configure:12783: checking for SHA384Update configure:12783: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccPUwry9.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `SHA384Update' collect2: error: ld returned 1 exit status configure:12783: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12783: result: no configure:12789: checking for SHA512Update configure:12789: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc6Jk3xb.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:139: undefined reference to `SHA512Update' collect2: error: ld returned 1 exit status configure:12789: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 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:12789: result: no configure:12795: checking for asprintf configure:12795: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12795: $? = 0 configure:12795: result: yes configure:12801: checking for b64_ntop configure:12801: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccodIoVm.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:140: undefined reference to `b64_ntop' collect2: error: ld returned 1 exit status configure:12801: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define b64_ntop to an innocuous variant, in case declares b64_ntop. | For example, HP-UX 11i declares gettimeofday. */ | #define b64_ntop innocuous_b64_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char b64_ntop (); below. */ | | #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:12801: result: no configure:12807: checking for __b64_ntop configure:12807: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccYgmJko.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:140: undefined reference to `__b64_ntop' collect2: error: ld returned 1 exit status configure:12807: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define __b64_ntop to an innocuous variant, in case declares __b64_ntop. | For example, HP-UX 11i declares gettimeofday. */ | #define __b64_ntop innocuous___b64_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __b64_ntop (); below. */ | | #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:12807: result: no configure:12813: checking for b64_pton configure:12813: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccYkAziu.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:140: undefined reference to `b64_pton' collect2: error: ld returned 1 exit status configure:12813: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define b64_pton to an innocuous variant, in case declares b64_pton. | For example, HP-UX 11i declares gettimeofday. */ | #define b64_pton innocuous_b64_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char b64_pton (); below. */ | | #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:12813: result: no configure:12819: checking for __b64_pton configure:12819: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccQla5qw.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:140: undefined reference to `__b64_pton' collect2: error: ld returned 1 exit status configure:12819: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define __b64_pton to an innocuous variant, in case declares __b64_pton. | For example, HP-UX 11i declares gettimeofday. */ | #define __b64_pton innocuous___b64_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __b64_pton (); below. */ | | #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:12819: result: no configure:12825: checking for bcopy configure:12825: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:129:6: warning: conflicting types for built-in function 'bcopy' [enabled by default] char bcopy (); ^ configure:12825: $? = 0 configure:12825: result: yes configure:12831: checking for bcrypt_pbkdf configure:12831: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccZS9WKz.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:141: undefined reference to `bcrypt_pbkdf' collect2: error: ld returned 1 exit status configure:12831: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 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:12831: result: no configure:12837: checking for bindresvport_sa configure:12837: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc9ETjtG.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:141: undefined reference to `bindresvport_sa' collect2: error: ld returned 1 exit status configure:12837: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | /* end confdefs.h. */ | /* Define bindresvport_sa to an innocuous variant, in case declares bindresvport_sa. | For example, HP-UX 11i declares gettimeofday. */ | #define bindresvport_sa innocuous_bindresvport_sa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char bindresvport_sa (); below. */ | | #include | #undef bindresvport_sa | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char bindresvport_sa (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_bindresvport_sa || defined __stub___bindresvport_sa | choke me | #endif | | int | main (void) | { | return bindresvport_sa (); | ; | return 0; | } configure:12837: result: no configure:12843: checking for blf_enc configure:12843: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc9DTCbI.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:141: undefined reference to `blf_enc' collect2: error: ld returned 1 exit status configure:12843: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 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:12843: result: no configure:12849: checking for bzero configure:12849: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:130:6: warning: conflicting types for built-in function 'bzero' [enabled by default] char bzero (); ^ configure:12849: $? = 0 configure:12849: result: yes configure:12855: checking for cap_rights_limit configure:12855: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccTgJIAN.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:142: undefined reference to `cap_rights_limit' collect2: error: ld returned 1 exit status configure:12855: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 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:12855: result: no configure:12861: checking for clock configure:12861: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12861: $? = 0 configure:12861: result: yes configure:12867: checking for closefrom configure:12867: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc6vKlzR.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:143: undefined reference to `closefrom' collect2: error: ld returned 1 exit status configure:12867: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | /* end confdefs.h. */ | /* Define closefrom to an innocuous variant, in case declares closefrom. | For example, HP-UX 11i declares gettimeofday. */ | #define closefrom innocuous_closefrom | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char closefrom (); below. */ | | #include | #undef closefrom | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char closefrom (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_closefrom || defined __stub___closefrom | choke me | #endif | | int | main (void) | { | return closefrom (); | ; | return 0; | } configure:12867: result: no configure:12873: checking for close_range configure:12873: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc547YgU.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:143: undefined reference to `close_range' collect2: error: ld returned 1 exit status configure:12873: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 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:12873: result: no configure:12879: checking for dirfd configure:12879: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12879: $? = 0 configure:12879: result: yes configure:12885: checking for endgrent configure:12885: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12885: $? = 0 configure:12885: result: yes configure:12891: checking for err configure:12891: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12891: $? = 0 configure:12891: result: yes configure:12897: checking for errx configure:12897: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12897: $? = 0 configure:12897: result: yes configure:12903: checking for explicit_bzero configure:12903: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccJFsDlX.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:147: undefined reference to `explicit_bzero' collect2: error: ld returned 1 exit status configure:12903: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | /* end confdefs.h. */ | /* Define explicit_bzero to an innocuous variant, in case declares explicit_bzero. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_bzero innocuous_explicit_bzero | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_bzero (); below. */ | | #include | #undef explicit_bzero | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char explicit_bzero (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero | choke me | #endif | | int | main (void) | { | return explicit_bzero (); | ; | return 0; | } configure:12903: result: no configure:12909: checking for explicit_memset configure:12909: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc9HPw43.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:147: undefined reference to `explicit_memset' collect2: error: ld returned 1 exit status configure:12909: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | /* end confdefs.h. */ | /* Define explicit_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:12909: result: no configure:12915: checking for fchmod configure:12915: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12915: $? = 0 configure:12915: result: yes configure:12921: checking for fchmodat configure:12921: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12921: $? = 0 configure:12921: result: yes configure:12927: checking for fchown configure:12927: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12927: $? = 0 configure:12927: result: yes configure:12933: checking for fchownat configure:12933: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12933: $? = 0 configure:12933: result: yes configure:12939: checking for flock configure:12939: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12939: $? = 0 configure:12939: result: yes configure:12945: checking for fnmatch configure:12945: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12945: $? = 0 configure:12945: result: yes configure:12951: checking for freeaddrinfo configure:12951: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12951: $? = 0 configure:12951: result: yes configure:12957: checking for freezero configure:12957: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccpQfX6o.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:154: undefined reference to `freezero' collect2: error: ld returned 1 exit status configure:12957: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | /* end confdefs.h. */ | /* Define freezero to an innocuous variant, in case declares freezero. | For example, HP-UX 11i declares gettimeofday. */ | #define freezero innocuous_freezero | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char freezero (); below. */ | | #include | #undef freezero | | /* 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 freezero (); | /* 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_freezero || defined __stub___freezero | choke me | #endif | | int | main (void) | { | return freezero (); | ; | return 0; | } configure:12957: result: no configure:12963: checking for fstatfs configure:12963: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12963: $? = 0 configure:12963: result: yes configure:12969: checking for fstatvfs configure:12969: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12969: $? = 0 configure:12969: result: yes configure:12975: checking for futimes configure:12975: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12975: $? = 0 configure:12975: result: yes configure:12981: checking for getaddrinfo configure:12981: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12981: $? = 0 configure:12981: result: yes configure:12987: checking for getcwd configure:12987: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12987: $? = 0 configure:12987: result: yes configure:12993: checking for getentropy configure:12993: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccnRboRG.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:159: undefined reference to `getentropy' collect2: error: ld returned 1 exit status configure:12993: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | /* end confdefs.h. */ | /* Define getentropy to an innocuous variant, in case declares getentropy. | For example, HP-UX 11i declares gettimeofday. */ | #define getentropy innocuous_getentropy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getentropy (); below. */ | | #include | #undef getentropy | | /* 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 getentropy (); | /* 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_getentropy || defined __stub___getentropy | choke me | #endif | | int | main (void) | { | return getentropy (); | ; | return 0; | } configure:12993: result: no configure:12999: checking for getgrouplist configure:12999: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:12999: $? = 0 configure:12999: result: yes configure:13005: checking for getline configure:13005: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13005: $? = 0 configure:13005: result: yes configure:13011: checking for getnameinfo configure:13011: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13011: $? = 0 configure:13011: result: yes configure:13017: checking for getopt configure:13017: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13017: $? = 0 configure:13017: result: yes configure:13023: checking for getpagesize configure:13023: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13023: $? = 0 configure:13023: result: yes configure:13029: checking for getpeereid configure:13029: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccbDXgDX.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:164: undefined reference to `getpeereid' collect2: error: ld returned 1 exit status configure:13029: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | /* Define getpeereid to an innocuous variant, in case declares getpeereid. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeereid innocuous_getpeereid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeereid (); below. */ | | #include | #undef getpeereid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getpeereid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getpeereid || defined __stub___getpeereid | choke me | #endif | | int | main (void) | { | return getpeereid (); | ; | return 0; | } configure:13029: result: no configure:13035: checking for getpeerucred configure:13035: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccJNJ2CY.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:164: undefined reference to `getpeerucred' collect2: error: ld returned 1 exit status configure:13035: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 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:13035: result: no configure:13041: checking for getpgid configure:13041: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13041: $? = 0 configure:13041: result: yes configure:13047: checking for _getpty configure:13047: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc3ZgW16.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:165: undefined reference to `_getpty' collect2: error: ld returned 1 exit status configure:13047: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 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:13047: result: no configure:13053: checking for getrlimit configure:13053: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13053: $? = 0 configure:13053: result: yes configure:13059: checking for getrandom configure:13059: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cceBTU23.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:166: undefined reference to `getrandom' collect2: error: ld returned 1 exit status configure:13059: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | /* end confdefs.h. */ | /* Define getrandom to an innocuous variant, in case declares getrandom. | For example, HP-UX 11i declares gettimeofday. */ | #define getrandom innocuous_getrandom | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getrandom (); below. */ | | #include | #undef getrandom | | /* 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 getrandom (); | /* 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_getrandom || defined __stub___getrandom | choke me | #endif | | int | main (void) | { | return getrandom (); | ; | return 0; | } configure:13059: result: no configure:13065: checking for getsid configure:13065: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13065: $? = 0 configure:13065: result: yes configure:13071: checking for getttyent configure:13071: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13071: $? = 0 configure:13071: result: yes configure:13077: checking for glob configure:13077: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13077: $? = 0 configure:13077: result: yes configure:13083: checking for group_from_gid configure:13083: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccUaBD0f.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:169: undefined reference to `group_from_gid' collect2: error: ld returned 1 exit status configure:13083: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | /* end confdefs.h. */ | /* Define group_from_gid to an innocuous variant, in case declares group_from_gid. | For example, HP-UX 11i declares gettimeofday. */ | #define group_from_gid innocuous_group_from_gid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char group_from_gid (); below. */ | | #include | #undef group_from_gid | | /* 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 group_from_gid (); | /* 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_group_from_gid || defined __stub___group_from_gid | choke me | #endif | | int | main (void) | { | return group_from_gid (); | ; | return 0; | } configure:13083: result: no configure:13089: checking for inet_aton configure:13089: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13089: $? = 0 configure:13089: result: yes configure:13095: checking for inet_ntoa configure:13095: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13095: $? = 0 configure:13095: result: yes configure:13101: checking for inet_ntop configure:13101: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13101: $? = 0 configure:13101: result: yes configure:13107: checking for innetgr configure:13107: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13107: $? = 0 configure:13107: result: yes configure:13113: checking for killpg configure:13113: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13113: $? = 0 configure:13113: result: yes configure:13119: checking for llabs configure:13119: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:163:6: warning: conflicting types for built-in function 'llabs' [enabled by default] char llabs (); ^ configure:13119: $? = 0 configure:13119: result: yes configure:13125: checking for localtime_r configure:13125: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13125: $? = 0 configure:13125: result: yes configure:13131: checking for login_getcapbool configure:13131: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc5drm1A.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:176: undefined reference to `login_getcapbool' collect2: error: ld returned 1 exit status configure:13131: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | /* end confdefs.h. */ | /* Define login_getcapbool to an innocuous variant, in case declares login_getcapbool. | For example, HP-UX 11i declares gettimeofday. */ | #define login_getcapbool innocuous_login_getcapbool | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char login_getcapbool (); below. */ | | #include | #undef login_getcapbool | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char login_getcapbool (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_login_getcapbool || defined __stub___login_getcapbool | choke me | #endif | | int | main (void) | { | return login_getcapbool (); | ; | return 0; | } configure:13131: result: no configure:13137: checking for login_getpwclass configure:13137: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccJh01DG.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:176: undefined reference to `login_getpwclass' collect2: error: ld returned 1 exit status configure:13137: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | /* end confdefs.h. */ | /* Define login_getpwclass to an innocuous variant, in case declares login_getpwclass. | For example, HP-UX 11i declares gettimeofday. */ | #define login_getpwclass innocuous_login_getpwclass | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char login_getpwclass (); below. */ | | #include | #undef login_getpwclass | | /* 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_getpwclass (); | /* 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_getpwclass || defined __stub___login_getpwclass | choke me | #endif | | int | main (void) | { | return login_getpwclass (); | ; | return 0; | } configure:13137: result: no configure:13143: checking for memmem configure:13143: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13143: $? = 0 configure:13143: result: yes configure:13149: checking for memmove configure:13149: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:166:6: warning: conflicting types for built-in function 'memmove' [enabled by default] char memmove (); ^ configure:13149: $? = 0 configure:13149: result: yes configure:13155: checking for memset_s configure:13155: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccDLgcsQ.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:178: undefined reference to `memset_s' collect2: error: ld returned 1 exit status configure:13155: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | /* end confdefs.h. */ | /* Define memset_s to an innocuous variant, in case declares memset_s. | For example, HP-UX 11i declares gettimeofday. */ | #define memset_s innocuous_memset_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memset_s (); below. */ | | #include | #undef memset_s | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memset_s (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memset_s || defined __stub___memset_s | choke me | #endif | | int | main (void) | { | return memset_s (); | ; | return 0; | } configure:13155: result: no configure:13161: checking for mkdtemp configure:13161: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13161: $? = 0 configure:13161: result: yes configure:13167: checking for ngetaddrinfo configure:13167: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccyydK8U.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:179: undefined reference to `ngetaddrinfo' collect2: error: ld returned 1 exit status configure:13167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 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:13167: result: no configure:13173: checking for nsleep configure:13173: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cck6lF30.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:179: undefined reference to `nsleep' collect2: error: ld returned 1 exit status configure:13173: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 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:13173: result: no configure:13179: checking for ogetaddrinfo configure:13179: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccoRJqa2.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:179: undefined reference to `ogetaddrinfo' collect2: error: ld returned 1 exit status configure:13179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 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:13179: result: no configure:13185: checking for openlog_r configure:13185: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccGL4Jn4.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:179: undefined reference to `openlog_r' collect2: error: ld returned 1 exit status configure:13185: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 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:13185: result: no configure:13191: checking for pledge configure:13191: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccyGtxla.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:179: undefined reference to `pledge' collect2: error: ld returned 1 exit status configure:13191: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 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:13191: result: no configure:13197: checking for poll configure:13197: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13197: $? = 0 configure:13197: result: yes configure:13203: checking for ppoll configure:13203: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13203: $? = 0 configure:13203: result: yes configure:13209: checking for prctl configure:13209: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13209: $? = 0 configure:13209: result: yes configure:13215: checking for procctl configure:13215: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc5YW7ye.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:182: undefined reference to `procctl' collect2: error: ld returned 1 exit status configure:13215: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | /* end confdefs.h. */ | /* Define procctl to an innocuous variant, in case declares procctl. | For example, HP-UX 11i declares gettimeofday. */ | #define procctl innocuous_procctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char procctl (); below. */ | | #include | #undef procctl | | /* 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 procctl (); | /* 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_procctl || defined __stub___procctl | choke me | #endif | | int | main (void) | { | return procctl (); | ; | return 0; | } configure:13215: result: no configure:13221: checking for pselect configure:13221: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13221: $? = 0 configure:13221: result: yes configure:13227: checking for pstat configure:13227: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc0CX5Ph.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:183: undefined reference to `pstat' collect2: error: ld returned 1 exit status configure:13227: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 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:13227: result: no configure:13233: checking for raise configure:13233: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13233: $? = 0 configure:13233: result: yes configure:13239: checking for readpassphrase configure:13239: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccxl8u2o.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:184: undefined reference to `readpassphrase' collect2: error: ld returned 1 exit status configure:13239: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define readpassphrase to an innocuous variant, in case declares readpassphrase. | For example, HP-UX 11i declares gettimeofday. */ | #define readpassphrase innocuous_readpassphrase | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char readpassphrase (); below. */ | | #include | #undef readpassphrase | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char readpassphrase (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_readpassphrase || defined __stub___readpassphrase | choke me | #endif | | int | main (void) | { | return readpassphrase (); | ; | return 0; | } configure:13239: result: no configure:13245: checking for reallocarray configure:13245: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccFemPMv.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:184: undefined reference to `reallocarray' collect2: error: ld returned 1 exit status configure:13245: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define reallocarray to an innocuous variant, in case declares reallocarray. | For example, HP-UX 11i declares gettimeofday. */ | #define reallocarray innocuous_reallocarray | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char reallocarray (); below. */ | | #include | #undef reallocarray | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char reallocarray (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_reallocarray || defined __stub___reallocarray | choke me | #endif | | int | main (void) | { | return reallocarray (); | ; | return 0; | } configure:13245: result: no configure:13251: checking for realpath configure:13251: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13251: $? = 0 configure:13251: result: yes configure:13257: checking for recvmsg configure:13257: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13257: $? = 0 configure:13257: result: yes configure:13263: checking for recallocarray configure:13263: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccZZcgdB.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:186: undefined reference to `recallocarray' collect2: error: ld returned 1 exit status configure:13263: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | /* end confdefs.h. */ | /* Define recallocarray to an innocuous variant, in case declares recallocarray. | For example, HP-UX 11i declares gettimeofday. */ | #define recallocarray innocuous_recallocarray | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char recallocarray (); below. */ | | #include | #undef recallocarray | | /* 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 recallocarray (); | /* 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_recallocarray || defined __stub___recallocarray | choke me | #endif | | int | main (void) | { | return recallocarray (); | ; | return 0; | } configure:13263: result: no configure:13269: checking for rresvport_af configure:13269: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13269: $? = 0 configure:13269: result: yes configure:13275: checking for sendmsg configure:13275: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13275: $? = 0 configure:13275: result: yes configure:13281: checking for setdtablesize configure:13281: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc5vb1rL.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:188: undefined reference to `setdtablesize' collect2: error: ld returned 1 exit status configure:13281: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | /* end confdefs.h. */ | /* Define setdtablesize to an innocuous variant, in case declares setdtablesize. | For example, HP-UX 11i declares gettimeofday. */ | #define setdtablesize innocuous_setdtablesize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setdtablesize (); below. */ | | #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:13281: result: no configure:13287: checking for setegid configure:13287: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13287: $? = 0 configure:13287: result: yes configure:13293: checking for setenv configure:13293: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13293: $? = 0 configure:13293: result: yes configure:13299: checking for seteuid configure:13299: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13299: $? = 0 configure:13299: result: yes configure:13305: checking for setgroupent configure:13305: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccTHf99X.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:191: undefined reference to `setgroupent' collect2: error: ld returned 1 exit status configure:13305: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | /* end confdefs.h. */ | /* Define setgroupent to an innocuous variant, in case declares setgroupent. | For example, HP-UX 11i declares gettimeofday. */ | #define setgroupent innocuous_setgroupent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setgroupent (); below. */ | | #include | #undef setgroupent | | /* 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 setgroupent (); | /* 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_setgroupent || defined __stub___setgroupent | choke me | #endif | | int | main (void) | { | return setgroupent (); | ; | return 0; | } configure:13305: result: no configure:13311: checking for setgroups configure:13311: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13311: $? = 0 configure:13311: result: yes configure:13317: checking for setlinebuf configure:13317: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13317: $? = 0 configure:13317: result: yes configure:13323: checking for setlogin configure:13323: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:187:1: error: unknown type name 'choke' choke me ^ conftest.c:190:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' int ^ configure:13323: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 1 | /* end confdefs.h. */ | /* Define setlogin to an innocuous variant, in case declares setlogin. | For example, HP-UX 11i declares gettimeofday. */ | #define setlogin innocuous_setlogin | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setlogin (); below. */ | | #include | #undef setlogin | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setlogin (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setlogin || defined __stub___setlogin | choke me | #endif | | int | main (void) | { | return setlogin (); | ; | return 0; | } configure:13323: result: no configure:13329: checking for setpassent configure:13329: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccbWP2j7.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:193: undefined reference to `setpassent' collect2: error: ld returned 1 exit status configure:13329: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 1 | /* end confdefs.h. */ | /* Define setpassent to an innocuous variant, in case declares setpassent. | For example, HP-UX 11i declares gettimeofday. */ | #define setpassent innocuous_setpassent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setpassent (); below. */ | | #include | #undef setpassent | | /* 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 setpassent (); | /* 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_setpassent || defined __stub___setpassent | choke me | #endif | | int | main (void) | { | return setpassent (); | ; | return 0; | } configure:13329: result: no configure:13335: checking for setpcred configure:13335: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccRKTJj9.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:193: undefined reference to `setpcred' collect2: error: ld returned 1 exit status configure:13335: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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:13335: result: no configure:13341: checking for setproctitle configure:13341: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccQ8Wkj3.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:193: undefined reference to `setproctitle' collect2: error: ld returned 1 exit status configure:13341: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 1 | /* end confdefs.h. */ | /* Define setproctitle to an innocuous variant, in case declares setproctitle. | For example, HP-UX 11i declares gettimeofday. */ | #define setproctitle innocuous_setproctitle | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setproctitle (); below. */ | | #include | #undef setproctitle | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setproctitle || defined __stub___setproctitle | choke me | #endif | | int | main (void) | { | return setproctitle (); | ; | return 0; | } configure:13341: result: no configure:13347: checking for setregid configure:13347: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13347: $? = 0 configure:13347: result: yes configure:13353: checking for setreuid configure:13353: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13353: $? = 0 configure:13353: result: yes configure:13359: checking for setrlimit configure:13359: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13359: $? = 0 configure:13359: result: yes configure:13365: checking for setsid configure:13365: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13365: $? = 0 configure:13365: result: yes configure:13371: checking for setvbuf configure:13371: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13371: $? = 0 configure:13371: result: yes configure:13377: checking for sigaction configure:13377: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13377: $? = 0 configure:13377: result: yes configure:13383: checking for sigvec configure:13383: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13383: $? = 0 configure:13383: result: yes configure:13389: checking for snprintf configure:13389: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:189:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] char snprintf (); ^ configure:13389: $? = 0 configure:13389: result: yes configure:13395: checking for socketpair configure:13395: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13395: $? = 0 configure:13395: result: yes configure:13401: checking for statfs configure:13401: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13401: $? = 0 configure:13401: result: yes configure:13407: checking for statvfs configure:13407: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13407: $? = 0 configure:13407: result: yes configure:13413: checking for strcasestr configure:13413: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13413: $? = 0 configure:13413: result: yes configure:13419: checking for strdup configure:13419: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:194:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:13419: $? = 0 configure:13419: result: yes configure:13425: checking for strerror configure:13425: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13425: $? = 0 configure:13425: result: yes configure:13431: checking for strlcat configure:13431: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccrieY5G.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:207: undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:13431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. */ | | #include | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main (void) | { | return strlcat (); | ; | return 0; | } configure:13431: result: no configure:13437: checking for strlcpy configure:13437: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccGxgcXI.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:207: undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:13437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. */ | | #include | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main (void) | { | return strlcpy (); | ; | return 0; | } configure:13437: result: no configure:13443: checking for strmode configure:13443: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc68thwP.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:207: undefined reference to `strmode' collect2: error: ld returned 1 exit status configure:13443: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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 | /* end confdefs.h. */ | /* Define strmode to an innocuous variant, in case declares strmode. | For example, HP-UX 11i declares gettimeofday. */ | #define strmode innocuous_strmode | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strmode (); below. */ | | #include | #undef strmode | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strmode (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strmode || defined __stub___strmode | choke me | #endif | | int | main (void) | { | return strmode (); | ; | return 0; | } configure:13443: result: no configure:13449: checking for strndup configure:13449: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:196:6: warning: conflicting types for built-in function 'strndup' [enabled by default] char strndup (); ^ configure:13449: $? = 0 configure:13449: result: yes configure:13455: checking for strnlen configure:13455: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13455: $? = 0 configure:13455: result: yes configure:13461: checking for strnvis configure:13461: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccljm51V.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:209: undefined reference to `strnvis' collect2: error: ld returned 1 exit status configure:13461: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | /* end confdefs.h. */ | /* Define strnvis to an innocuous variant, in case declares strnvis. | For example, HP-UX 11i declares gettimeofday. */ | #define strnvis innocuous_strnvis | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnvis (); below. */ | | #include | #undef strnvis | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strnvis (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strnvis || defined __stub___strnvis | choke me | #endif | | int | main (void) | { | return strnvis (); | ; | return 0; | } configure:13461: result: no configure:13467: checking for strptime configure:13467: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13467: $? = 0 configure:13467: result: yes configure:13473: checking for strsignal configure:13473: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13473: $? = 0 configure:13473: result: yes configure:13479: checking for strtonum configure:13479: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cc9FoLv5.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:211: undefined reference to `strtonum' collect2: error: ld returned 1 exit status configure:13479: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | /* end confdefs.h. */ | /* Define strtonum to an innocuous variant, in case declares strtonum. | For example, HP-UX 11i declares gettimeofday. */ | #define strtonum innocuous_strtonum | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strtonum (); below. */ | | #include | #undef strtonum | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strtonum (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strtonum || defined __stub___strtonum | choke me | #endif | | int | main (void) | { | return strtonum (); | ; | return 0; | } configure:13479: result: no configure:13485: checking for strtoll configure:13485: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13485: $? = 0 configure:13485: result: yes configure:13491: checking for strtoul configure:13491: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13491: $? = 0 configure:13491: result: yes configure:13497: checking for strtoull configure:13497: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13497: $? = 0 configure:13497: result: yes configure:13503: checking for swap32 configure:13503: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccW1p4d7.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:214: undefined reference to `swap32' collect2: error: ld returned 1 exit status configure:13503: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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:13503: result: no configure:13509: checking for sysconf configure:13509: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13509: $? = 0 configure:13509: result: yes configure:13515: checking for tcgetpgrp configure:13515: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13515: $? = 0 configure:13515: result: yes configure:13521: checking for timegm configure:13521: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13521: $? = 0 configure:13521: result: yes configure:13527: checking for timingsafe_bcmp configure:13527: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccJdib9j.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:217: undefined reference to `timingsafe_bcmp' collect2: error: ld returned 1 exit status configure:13527: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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 | /* end confdefs.h. */ | /* Define timingsafe_bcmp to an innocuous variant, in case declares timingsafe_bcmp. | For example, HP-UX 11i declares gettimeofday. */ | #define timingsafe_bcmp innocuous_timingsafe_bcmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char timingsafe_bcmp (); below. */ | | #include | #undef timingsafe_bcmp | | /* 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 timingsafe_bcmp (); | /* 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_timingsafe_bcmp || defined __stub___timingsafe_bcmp | choke me | #endif | | int | main (void) | { | return timingsafe_bcmp (); | ; | return 0; | } configure:13527: result: no configure:13533: checking for truncate configure:13533: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13533: $? = 0 configure:13533: result: yes configure:13539: checking for unsetenv configure:13539: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13539: $? = 0 configure:13539: result: yes configure:13545: checking for updwtmpx configure:13545: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13545: $? = 0 configure:13545: result: yes configure:13551: checking for utimensat configure:13551: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13551: $? = 0 configure:13551: result: yes configure:13557: checking for user_from_uid configure:13557: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/ccaRyNzv.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:221: undefined reference to `user_from_uid' collect2: error: ld returned 1 exit status configure:13557: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 1 | /* end confdefs.h. */ | /* Define user_from_uid to an innocuous variant, in case declares user_from_uid. | For example, HP-UX 11i declares gettimeofday. */ | #define user_from_uid innocuous_user_from_uid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char user_from_uid (); below. */ | | #include | #undef user_from_uid | | /* 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 user_from_uid (); | /* 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_user_from_uid || defined __stub___user_from_uid | choke me | #endif | | int | main (void) | { | return user_from_uid (); | ; | return 0; | } configure:13557: result: no configure:13563: checking for usleep configure:13563: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13563: $? = 0 configure:13563: result: yes configure:13569: checking for vasprintf configure:13569: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13569: $? = 0 configure:13569: result: yes configure:13575: checking for vsnprintf configure:13575: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 conftest.c:212:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] char vsnprintf (); ^ configure:13575: $? = 0 configure:13575: result: yes configure:13581: checking for waitpid configure:13581: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13581: $? = 0 configure:13581: result: yes configure:13587: checking for warn configure:13587: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13587: $? = 0 configure:13587: result: yes configure:13595: checking whether bzero is declared configure:13595: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:13595: $? = 0 configure:13595: result: yes configure:13603: checking whether memmem is declared configure:13603: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:13603: $? = 0 configure:13603: result: yes configure:13613: checking for mblen configure:13613: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13613: $? = 0 configure:13613: result: yes configure:13619: checking for mbtowc configure:13619: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13619: $? = 0 configure:13619: result: yes configure:13625: checking for nl_langinfo configure:13625: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13625: $? = 0 configure:13625: result: yes configure:13631: checking for wcwidth configure:13631: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13631: $? = 0 configure:13631: result: yes configure:13640: checking for utf8 locale support configure:13667: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13667: $? = 0 configure:13667: ./conftest configure:13667: $? = 0 configure:13669: result: yes configure:13692: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 configure:13692: $? = 0 configure:13737: checking for library containing dlopen configure:13767: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lutil >&5 /tmp/cchZT19d.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:214: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:13767: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 | /* 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 dlopen (); | int | main (void) | { | return dlopen (); | ; | return 0; | } configure:13767: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:13767: $? = 0 configure:13787: result: -ldl configure:13796: checking for dlopen configure:13796: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:13796: $? = 0 configure:13796: result: yes configure:13803: checking whether RTLD_NOW is declared configure:13803: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:13803: $? = 0 configure:13803: result: yes configure:13814: checking for gai_strerror configure:13814: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:13814: $? = 0 configure:13814: result: yes configure:13841: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:221:6: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] str = gai_strerror(0); ^ conftest.c:220:8: warning: variable 'str' set but not used [-Wunused-but-set-variable] char *str; ^ configure:13841: $? = 0 configure:13853: checking for library containing nanosleep configure:13883: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:13883: $? = 0 configure:13903: result: none required configure:13915: checking for library containing clock_gettime configure:13945: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:13945: $? = 0 configure:13965: result: none required configure:13977: checking whether localtime_r is declared configure:13977: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:13977: $? = 0 configure:13977: result: yes configure:13999: checking whether strsep is declared configure:13999: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:13999: $? = 0 configure:13999: result: yes configure:14007: checking for strsep configure:14007: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14007: $? = 0 configure:14007: result: yes configure:14016: checking whether tcsendbreak is declared configure:14016: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14016: $? = 0 configure:14016: result: yes configure:14033: checking whether h_errno is declared configure:14033: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14033: $? = 0 configure:14033: result: yes configure:14044: checking whether SHUT_RD is declared configure:14044: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14044: $? = 0 configure:14044: result: yes configure:14057: checking whether getpeereid is declared configure:14057: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:229:10: error: 'getpeereid' undeclared (first use in this function) (void) getpeereid; ^ conftest.c:229:10: note: each undeclared identifier is reported only once for each function it appears in configure:14057: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 | /* end confdefs.h. */ | | #include | #include | #include | | | int | main (void) | { | #ifndef getpeereid | #ifdef __cplusplus | (void) getpeereid; | #else | (void) getpeereid; | #endif | #endif | | ; | return 0; | } configure:14057: result: no configure:14072: checking whether O_NONBLOCK is declared configure:14072: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14072: $? = 0 configure:14072: result: yes configure:14091: checking whether ftruncate is declared configure:14091: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14091: $? = 0 configure:14091: result: yes configure:14103: checking whether getentropy is declared configure:14103: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:231:10: error: 'getentropy' undeclared (first use in this function) (void) getentropy; ^ conftest.c:231:10: note: each undeclared identifier is reported only once for each function it appears in configure:14103: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | #ifndef getentropy | #ifdef __cplusplus | (void) getentropy; | #else | (void) getentropy; | #endif | #endif | | ; | return 0; | } configure:14103: result: no configure:14117: checking whether readv is declared configure:14117: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14117: $? = 0 configure:14117: result: yes configure:14130: checking whether writev is declared configure:14130: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14130: $? = 0 configure:14130: result: yes configure:14145: checking whether MAXSYMLINKS is declared configure:14145: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14145: $? = 0 configure:14145: result: yes configure:14158: checking whether offsetof is declared configure:14158: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14158: $? = 0 configure:14158: result: yes configure:14172: checking whether howmany is declared configure:14172: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14172: $? = 0 configure:14172: result: yes configure:14196: checking whether NFDBITS is declared configure:14196: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14196: $? = 0 configure:14196: result: yes configure:14221: checking for fd_mask configure:14221: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:14221: $? = 0 configure:14221: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:243:22: error: expected expression before ')' token if (sizeof ((fd_mask))) ^ configure:14221: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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:14221: result: yes configure:14247: checking for setresuid configure:14247: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14247: $? = 0 configure:14247: result: yes configure:14252: checking if setresuid seems to work configure:14282: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14282: $? = 0 configure:14282: ./conftest configure:14282: $? = 0 configure:14284: result: yes configure:14305: checking for setresgid configure:14305: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14305: $? = 0 configure:14305: result: yes configure:14310: checking if setresgid seems to work configure:14340: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14340: $? = 0 configure:14340: ./conftest configure:14340: $? = 0 configure:14342: result: yes configure:14360: checking for working fflush(NULL) configure:14382: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14382: $? = 0 configure:14382: ./conftest configure:14382: $? = 0 configure:14384: result: yes configure:14398: checking for gettimeofday configure:14398: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14398: $? = 0 configure:14398: result: yes configure:14404: checking for time configure:14404: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14404: $? = 0 configure:14404: result: yes configure:14411: checking for endutent configure:14411: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14411: $? = 0 configure:14411: result: yes configure:14417: checking for getutent configure:14417: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14417: $? = 0 configure:14417: result: yes configure:14423: checking for getutid configure:14423: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14423: $? = 0 configure:14423: result: yes configure:14429: checking for getutline configure:14429: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14429: $? = 0 configure:14429: result: yes configure:14435: checking for pututline configure:14435: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14435: $? = 0 configure:14435: result: yes configure:14441: checking for setutent configure:14441: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14441: $? = 0 configure:14441: result: yes configure:14448: checking for utmpname configure:14448: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14448: $? = 0 configure:14448: result: yes configure:14455: checking for endutxent configure:14455: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14455: $? = 0 configure:14455: result: yes configure:14461: checking for getutxent configure:14461: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14461: $? = 0 configure:14461: result: yes configure:14467: checking for getutxid configure:14467: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14467: $? = 0 configure:14467: result: yes configure:14473: checking for getutxline configure:14473: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14473: $? = 0 configure:14473: result: yes configure:14479: checking for getutxuser configure:14479: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccF8ezYD.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:269: undefined reference to `getutxuser' collect2: error: ld returned 1 exit status configure:14479: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | /* end confdefs.h. */ | /* Define getutxuser to an innocuous variant, in case declares getutxuser. | For example, HP-UX 11i declares gettimeofday. */ | #define getutxuser innocuous_getutxuser | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getutxuser (); below. */ | | #include | #undef getutxuser | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getutxuser (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getutxuser || defined __stub___getutxuser | choke me | #endif | | int | main (void) | { | return getutxuser (); | ; | return 0; | } configure:14479: result: no configure:14485: checking for pututxline configure:14485: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14485: $? = 0 configure:14485: result: yes configure:14492: checking for setutxdb configure:14492: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccZeb1OL.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:270: undefined reference to `setutxdb' collect2: error: ld returned 1 exit status configure:14492: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | /* end confdefs.h. */ | /* Define setutxdb to an innocuous variant, in case declares setutxdb. | For example, HP-UX 11i declares gettimeofday. */ | #define setutxdb innocuous_setutxdb | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setutxdb (); below. */ | | #include | #undef setutxdb | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setutxdb (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setutxdb || defined __stub___setutxdb | choke me | #endif | | int | main (void) | { | return setutxdb (); | ; | return 0; | } configure:14492: result: no configure:14498: checking for setutxent configure:14498: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14498: $? = 0 configure:14498: result: yes configure:14504: checking for utmpxname configure:14504: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14504: $? = 0 configure:14504: result: yes configure:14511: checking for getlastlogxbyname configure:14511: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccRxqbhS.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:272: undefined reference to `getlastlogxbyname' collect2: error: ld returned 1 exit status configure:14511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | /* end confdefs.h. */ | /* Define getlastlogxbyname to an innocuous variant, in case declares getlastlogxbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define getlastlogxbyname innocuous_getlastlogxbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getlastlogxbyname (); below. */ | | #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:14511: result: no configure:14519: checking for daemon configure:14519: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14519: $? = 0 configure:14519: result: yes configure:14571: checking for getpagesize configure:14571: result: yes configure:14625: checking whether snprintf correctly terminates long strings configure:14651: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14651: $? = 0 configure:14651: ./conftest configure:14651: $? = 0 configure:14653: result: yes configure:14673: checking whether snprintf understands %zu configure:14702: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14702: $? = 0 configure:14702: ./conftest configure:14702: $? = 0 configure:14704: result: yes configure:14724: checking whether vsnprintf returns correct values on overflow configure:14765: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14765: $? = 0 configure:14765: ./conftest configure:14765: $? = 0 configure:14767: result: yes configure:14789: checking whether snprintf can declare const char *fmt configure:14807: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE 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:14807: $? = 0 configure:14809: result: yes configure:14825: checking whether system supports SO_PEERCRED getsockopt configure:14840: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:254:5: warning: unused variable 'i' [-Wunused-variable] int i = SO_PEERCRED; ^ configure:14840: $? = 0 configure:14842: result: yes configure:14858: checking if openpty correctly handles controlling tty configure:14912: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:14912: $? = 0 configure:14912: ./conftest configure:14912: $? = 0 configure:14915: result: yes configure:15112: checking whether AI_NUMERICSERV is declared configure:15112: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:15112: $? = 0 configure:15112: result: yes configure:15216: checking if SA_RESTARTed signals interrupt select() configure:15265: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:15265: $? = 0 configure:15265: ./conftest configure:15265: $? = 0 configure:15267: result: yes configure:15284: checking for getpgrp configure:15284: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:15284: $? = 0 configure:15284: result: yes configure:15289: checking if getpgrp accepts zero args configure:15302: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:15302: $? = 0 configure:15304: result: yes configure:15368: checking for openssl configure:15391: found /usr/bin/openssl configure:15403: result: /usr/bin/openssl configure:15466: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15466: $? = 0 configure:15474: checking for openssl/opensslv.h configure:15474: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:15474: $? = 0 configure:15474: result: yes configure:15484: checking OpenSSL header version configure:15525: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15525: $? = 0 configure:15525: ./conftest configure:15525: $? = 0 configure:15529: result: 1010117f (OpenSSL 1.1.1w 11 Sep 2023) configure:15545: checking for OpenSSL_version configure:15545: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15545: $? = 0 configure:15545: result: yes configure:15551: checking for OpenSSL_version_num configure:15551: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15551: $? = 0 configure:15551: result: yes configure:15560: checking OpenSSL library version configure:15613: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15613: $? = 0 configure:15613: ./conftest configure:15613: $? = 0 configure:15645: result: 1010117f (OpenSSL 1.1.1w 11 Sep 2023) configure:15670: checking whether OpenSSL's headers match the library configure:15698: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15698: $? = 0 configure:15698: ./conftest configure:15698: $? = 0 configure:15701: result: yes configure:15730: checking if programs using OpenSSL functions will link configure:15743: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15743: $? = 0 configure:15746: result: yes configure:15789: checking for BN_is_prime_ex configure:15789: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15789: $? = 0 configure:15789: result: yes configure:15795: checking for DES_crypt configure:15795: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15795: $? = 0 configure:15795: result: yes configure:15801: checking for DSA_generate_parameters_ex configure:15801: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15801: $? = 0 configure:15801: result: yes configure:15807: checking for EVP_DigestFinal_ex configure:15807: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15807: $? = 0 configure:15807: result: yes configure:15813: checking for EVP_DigestInit_ex configure:15813: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15813: $? = 0 configure:15813: result: yes configure:15819: checking for EVP_MD_CTX_cleanup configure:15819: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccLO3M9t.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:286: undefined reference to `EVP_MD_CTX_cleanup' collect2: error: ld returned 1 exit status configure:15819: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | /* end confdefs.h. */ | /* Define EVP_MD_CTX_cleanup to an innocuous variant, in case declares EVP_MD_CTX_cleanup. | For example, HP-UX 11i declares gettimeofday. */ | #define EVP_MD_CTX_cleanup innocuous_EVP_MD_CTX_cleanup | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char EVP_MD_CTX_cleanup (); below. */ | | #include | #undef EVP_MD_CTX_cleanup | | /* 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 EVP_MD_CTX_cleanup (); | /* 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_EVP_MD_CTX_cleanup || defined __stub___EVP_MD_CTX_cleanup | choke me | #endif | | int | main (void) | { | return EVP_MD_CTX_cleanup (); | ; | return 0; | } configure:15819: result: no configure:15825: checking for EVP_MD_CTX_copy_ex configure:15825: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15825: $? = 0 configure:15825: result: yes configure:15831: checking for EVP_MD_CTX_init configure:15831: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccY4K0gs.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:287: undefined reference to `EVP_MD_CTX_init' collect2: error: ld returned 1 exit status configure:15831: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | /* end confdefs.h. */ | /* Define EVP_MD_CTX_init to an innocuous variant, in case declares EVP_MD_CTX_init. | For example, HP-UX 11i declares gettimeofday. */ | #define EVP_MD_CTX_init innocuous_EVP_MD_CTX_init | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char EVP_MD_CTX_init (); below. */ | | #include | #undef EVP_MD_CTX_init | | /* 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 EVP_MD_CTX_init (); | /* 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_EVP_MD_CTX_init || defined __stub___EVP_MD_CTX_init | choke me | #endif | | int | main (void) | { | return EVP_MD_CTX_init (); | ; | return 0; | } configure:15831: result: no configure:15837: checking for HMAC_CTX_init configure:15837: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/cc2vt5dB.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:287: undefined reference to `HMAC_CTX_init' collect2: error: ld returned 1 exit status configure:15837: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | /* end confdefs.h. */ | /* Define HMAC_CTX_init to an innocuous variant, in case declares HMAC_CTX_init. | For example, HP-UX 11i declares gettimeofday. */ | #define HMAC_CTX_init innocuous_HMAC_CTX_init | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char HMAC_CTX_init (); below. */ | | #include | #undef HMAC_CTX_init | | /* 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 HMAC_CTX_init (); | /* 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_HMAC_CTX_init || defined __stub___HMAC_CTX_init | choke me | #endif | | int | main (void) | { | return HMAC_CTX_init (); | ; | return 0; | } configure:15837: result: no configure:15843: checking for RSA_generate_key_ex configure:15843: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15843: $? = 0 configure:15843: result: yes configure:15849: checking for RSA_get_default_method configure:15849: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15849: $? = 0 configure:15849: result: yes configure:15858: checking for OpenSSL_add_all_algorithms configure:15858: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccuFhkFO.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:289: undefined reference to `OpenSSL_add_all_algorithms' collect2: error: ld returned 1 exit status configure:15858: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | /* end confdefs.h. */ | /* Define OpenSSL_add_all_algorithms to an innocuous variant, in case declares OpenSSL_add_all_algorithms. | For example, HP-UX 11i declares gettimeofday. */ | #define OpenSSL_add_all_algorithms innocuous_OpenSSL_add_all_algorithms | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char OpenSSL_add_all_algorithms (); below. */ | | #include | #undef OpenSSL_add_all_algorithms | | /* 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 OpenSSL_add_all_algorithms (); | /* 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_OpenSSL_add_all_algorithms || defined __stub___OpenSSL_add_all_algorithms | choke me | #endif | | int | main (void) | { | return OpenSSL_add_all_algorithms (); | ; | return 0; | } configure:15858: result: no configure:15865: checking whether OpenSSL_add_all_algorithms is declared configure:15865: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:15865: $? = 0 configure:15865: result: yes configure:15879: checking for EVP_CIPHER_CTX_iv configure:15879: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15879: $? = 0 configure:15879: result: yes configure:15885: checking for EVP_CIPHER_CTX_iv_noconst configure:15885: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15885: $? = 0 configure:15885: result: yes configure:15891: checking for EVP_CIPHER_CTX_get_iv configure:15891: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/cc7g9gkb.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:292: undefined reference to `EVP_CIPHER_CTX_get_iv' collect2: error: ld returned 1 exit status configure:15891: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | /* end confdefs.h. */ | /* Define EVP_CIPHER_CTX_get_iv to an innocuous variant, in case declares EVP_CIPHER_CTX_get_iv. | For example, HP-UX 11i declares gettimeofday. */ | #define EVP_CIPHER_CTX_get_iv innocuous_EVP_CIPHER_CTX_get_iv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char EVP_CIPHER_CTX_get_iv (); below. */ | | #include | #undef EVP_CIPHER_CTX_get_iv | | /* 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 EVP_CIPHER_CTX_get_iv (); | /* 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_EVP_CIPHER_CTX_get_iv || defined __stub___EVP_CIPHER_CTX_get_iv | choke me | #endif | | int | main (void) | { | return EVP_CIPHER_CTX_get_iv (); | ; | return 0; | } configure:15891: result: no configure:15897: checking for EVP_CIPHER_CTX_get_updated_iv configure:15897: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/cch5c6tg.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:292: undefined reference to `EVP_CIPHER_CTX_get_updated_iv' collect2: error: ld returned 1 exit status configure:15897: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | /* end confdefs.h. */ | /* Define EVP_CIPHER_CTX_get_updated_iv to an innocuous variant, in case declares EVP_CIPHER_CTX_get_updated_iv. | For example, HP-UX 11i declares gettimeofday. */ | #define EVP_CIPHER_CTX_get_updated_iv innocuous_EVP_CIPHER_CTX_get_updated_iv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char EVP_CIPHER_CTX_get_updated_iv (); below. */ | | #include | #undef EVP_CIPHER_CTX_get_updated_iv | | /* 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 EVP_CIPHER_CTX_get_updated_iv (); | /* 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_EVP_CIPHER_CTX_get_updated_iv || defined __stub___EVP_CIPHER_CTX_get_updated_iv | choke me | #endif | | int | main (void) | { | return EVP_CIPHER_CTX_get_updated_iv (); | ; | return 0; | } configure:15897: result: no configure:15903: checking for EVP_CIPHER_CTX_set_iv configure:15903: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/cclB7B3g.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:292: undefined reference to `EVP_CIPHER_CTX_set_iv' collect2: error: ld returned 1 exit status configure:15903: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | /* end confdefs.h. */ | /* Define EVP_CIPHER_CTX_set_iv to an innocuous variant, in case declares EVP_CIPHER_CTX_set_iv. | For example, HP-UX 11i declares gettimeofday. */ | #define EVP_CIPHER_CTX_set_iv innocuous_EVP_CIPHER_CTX_set_iv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char EVP_CIPHER_CTX_set_iv (); below. */ | | #include | #undef EVP_CIPHER_CTX_set_iv | | /* 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 EVP_CIPHER_CTX_set_iv (); | /* 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_EVP_CIPHER_CTX_set_iv || defined __stub___EVP_CIPHER_CTX_set_iv | choke me | #endif | | int | main (void) | { | return EVP_CIPHER_CTX_set_iv (); | ; | return 0; | } configure:15903: result: no configure:15946: checking whether OpenSSL has crippled AES support configure:15965: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:15965: $? = 0 configure:15968: result: no configure:15984: checking if EVP_DigestUpdate returns an int configure:16004: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16004: $? = 0 configure:16007: result: yes configure:16024: checking for EVP_sha256 configure:16024: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16024: $? = 0 configure:16024: result: yes configure:16030: checking for EVP_sha384 configure:16030: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16030: $? = 0 configure:16030: result: yes configure:16036: checking for EVP_sha512 configure:16036: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16036: $? = 0 configure:16036: result: yes configure:16042: checking for EVP_chacha20 configure:16042: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16042: $? = 0 configure:16042: result: yes configure:16051: checking whether OpenSSL has NID_X9_62_prime256v1 configure:16074: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 conftest.c: In function 'main': conftest.c:282:17: warning: unused variable 'm' [-Wunused-variable] const EVP_MD *m = EVP_sha256(); /* We need this too */ ^ conftest.c:281:11: warning: unused variable 'e' [-Wunused-variable] EC_KEY *e = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); ^ configure:16074: $? = 0 configure:16076: result: yes configure:16087: checking whether OpenSSL has NID_secp384r1 configure:16110: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 conftest.c: In function 'main': conftest.c:282:17: warning: unused variable 'm' [-Wunused-variable] const EVP_MD *m = EVP_sha384(); /* We need this too */ ^ conftest.c:281:11: warning: unused variable 'e' [-Wunused-variable] EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp384r1); ^ configure:16110: $? = 0 configure:16112: result: yes configure:16123: checking whether OpenSSL has NID_secp521r1 configure:16146: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 conftest.c: In function 'main': conftest.c:282:17: warning: unused variable 'm' [-Wunused-variable] const EVP_MD *m = EVP_sha512(); /* We need this too */ ^ conftest.c:281:11: warning: unused variable 'e' [-Wunused-variable] EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp521r1); ^ configure:16146: $? = 0 configure:16148: result: yes configure:16150: checking if OpenSSL's NID_secp521r1 is functional configure:16182: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16182: $? = 0 configure:16182: ./conftest configure:16182: $? = 0 configure:16184: result: yes configure:16208: checking for EC_KEY_METHOD_new configure:16208: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16208: $? = 0 configure:16208: result: yes configure:16272: checking whether to enable PKCS11 configure:16279: result: yes configure:16282: checking whether to enable U2F configure:16295: result: yes configure:16302: checking if /usr/bin/pkg-config knows about libfido2 configure:16309: result: no configure:16321: checking for fido_init in -lfido2 configure:16345: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lfido2 -lcbor -lcrypto -ldl -lutil >&5 /usr/bin/ld: cannot find -lfido2 /usr/bin/ld: cannot find -lcbor collect2: error: ld returned 1 exit status configure:16345: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* 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 fido_init (); | int | main (void) | { | return fido_init (); | ; | return 0; | } configure:16355: result: no configure:16364: checking for fido.h configure:16364: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c:304:18: fatal error: fido.h: No such file or directory #include ^ compilation terminated. configure:16364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* 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:16364: result: no configure:16372: checking for fido/credman.h configure:16372: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c:276:19: fatal error: fido.h: No such file or directory #include ^ compilation terminated. configure:16372: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* end confdefs.h. */ | #include | | | #include configure:16372: result: no configure:16382: checking for usable libfido2 installation configure:16385: result: missing fido/credman.h from libfido2 configure:16454: checking for arc4random configure:16454: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccLG197q.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:303: undefined reference to `arc4random' collect2: error: ld returned 1 exit status configure:16454: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* end confdefs.h. */ | /* Define arc4random to an innocuous variant, in case declares arc4random. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random innocuous_arc4random | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random (); below. */ | | #include | #undef arc4random | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char arc4random (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_arc4random || defined __stub___arc4random | choke me | #endif | | int | main (void) | { | return arc4random (); | ; | return 0; | } configure:16454: result: no configure:16460: checking for arc4random_buf configure:16460: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccRCJgaw.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:303: undefined reference to `arc4random_buf' 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* end confdefs.h. */ | /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random_buf innocuous_arc4random_buf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random_buf (); below. */ | | #include | #undef arc4random_buf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char arc4random_buf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_arc4random_buf || defined __stub___arc4random_buf | choke me | #endif | | int | main (void) | { | return arc4random_buf (); | ; | return 0; | } configure:16460: result: no configure:16466: checking for arc4random_stir configure:16466: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccvqj83A.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:303: undefined reference to `arc4random_stir' collect2: error: ld returned 1 exit status configure:16466: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* end confdefs.h. */ | /* Define arc4random_stir to an innocuous variant, in case declares arc4random_stir. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random_stir innocuous_arc4random_stir | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random_stir (); below. */ | | #include | #undef arc4random_stir | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char arc4random_stir (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_arc4random_stir || defined __stub___arc4random_stir | choke me | #endif | | int | main (void) | { | return arc4random_stir (); | ; | return 0; | } configure:16466: result: no configure:16472: checking for arc4random_uniform configure:16472: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 /tmp/ccTbT2IF.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:303: undefined reference to `arc4random_uniform' collect2: error: ld returned 1 exit status configure:16472: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | /* end confdefs.h. */ | /* Define arc4random_uniform to an innocuous variant, in case declares arc4random_uniform. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random_uniform innocuous_arc4random_uniform | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random_uniform (); below. */ | | #include | #undef arc4random_uniform | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char arc4random_uniform (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_arc4random_uniform || defined __stub___arc4random_uniform | choke me | #endif | | int | main (void) | { | return arc4random_uniform (); | ; | return 0; | } configure:16472: result: no configure:16483: checking whether OpenSSL's PRNG is internally seeded configure:16513: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypto -ldl -lutil >&5 configure:16513: $? = 0 configure:16513: ./conftest configure:16513: $? = 0 configure:16517: result: yes configure:16640: checking for ia_openinfo in -liaf configure:16663: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -liaf -ldl -lutil >&5 /usr/bin/ld: cannot find -liaf collect2: error: ld returned 1 exit status configure:16663: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 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 ia_openinfo (); | int | main (void) | { | return ia_openinfo (); | ; | return 0; | } configure:16673: result: no configure:16701: checking for crypt in -lcrypt configure:16724: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypt -ldl -lutil >&5 configure:16724: $? = 0 configure:16734: result: yes configure:16744: checking for crypt configure:16744: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lcrypt -ldl -lutil >&5 configure:16744: $? = 0 configure:16744: result: yes configure:16767: checking for dlopen in -ldl configure:16790: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -ldl -lutil >&5 configure:16790: $? = 0 configure:16800: result: yes configure:16810: checking for pam_set_item in -lpam configure:16833: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lpam -ldl -ldl -lutil >&5 configure:16833: $? = 0 configure:16843: result: yes configure:16855: checking for pam_getenvlist configure:16855: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lpam -ldl -ldl -lutil >&5 configure:16855: $? = 0 configure:16855: result: yes configure:16862: checking for pam_putenv configure:16862: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lpam -ldl -ldl -lutil >&5 configure:16862: $? = 0 configure:16862: result: yes configure:16913: checking whether pam_strerror takes only one argument configure:16935: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:16935: $? = 0 configure:16937: result: no configure:16986: checking whether SECCOMP_MODE_FILTER is declared configure:16986: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:16986: $? = 0 configure:16986: result: yes configure:16997: checking kernel for seccomp_filter support configure:17020: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 conftest.c: In function 'main': conftest.c:295:6: warning: unused variable 'i' [-Wunused-variable] int i = AUDIT_ARCH_X86_64; ^ configure:17020: $? = 0 configure:17022: result: yes configure:17037: checking for struct pollfd.fd configure:17037: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:17037: $? = 0 configure:17037: result: yes configure:17056: checking for nfds_t configure:17056: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:17056: $? = 0 configure:17056: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:298:21: error: expected expression before ')' token if (sizeof ((nfds_t))) ^ configure:17056: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_POLL_H | #include | #endif | #ifdef HAVE_SYS_POLL_H | #include | #endif | | | int | main (void) | { | if (sizeof ((nfds_t))) | return 0; | ; | return 0; | } configure:17056: result: yes configure:17097: checking if select and/or poll works with descriptor rlimit configure:17162: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17162: $? = 0 configure:17162: ./conftest configure:17162: $? = 2 configure: program exited with status 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | # include | #endif | #include | #ifdef HAVE_SYS_SELECT_H | # include | #endif | #ifdef HAVE_POLL_H | # include | #elif HAVE_SYS_POLL_H | # include | #endif | #include | #include | #include | | int | main (void) | { | | struct rlimit rl_zero; | int fd, r; | fd_set fds; | struct timeval tv; | #ifdef HAVE_POLL | struct pollfd pfd; | #endif | | fd = open("/dev/null", O_RDONLY); | FD_ZERO(&fds); | FD_SET(fd, &fds); | rl_zero.rlim_cur = rl_zero.rlim_max = 0; | setrlimit(RLIMIT_FSIZE, &rl_zero); | setrlimit(RLIMIT_NOFILE, &rl_zero); | tv.tv_sec = 1; | tv.tv_usec = 0; | r = select(fd+1, &fds, NULL, NULL, &tv); | if (r == -1) | exit(1); | #ifdef HAVE_POLL | pfd.fd = fd; | pfd.events = POLLIN; | r = poll(&pfd, 1, 1); | if (r == -1) | exit(2); | #endif | exit(0); | | ; | return 0; | } configure:17168: result: no configure:17177: checking if setrlimit(RLIMIT_NOFILE,{0,0}) works configure:17212: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17212: $? = 0 configure:17212: ./conftest configure:17212: $? = 0 configure:17214: result: yes configure:17227: checking if setrlimit RLIMIT_FSIZE works configure:17255: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17255: $? = 0 configure:17255: ./conftest configure:17255: $? = 0 configure:17257: result: yes configure:17366: checking for long long configure:17366: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:17366: $? = 0 configure:17366: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:318:24: error: expected expression before ')' token if (sizeof ((long long))) ^ configure:17366: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 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 | int | main (void) | { | if (sizeof ((long long))) | return 0; | ; | return 0; | } configure:17366: result: yes configure:17374: checking for unsigned long long configure:17374: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:17374: $? = 0 configure:17374: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:319:33: error: expected expression before ')' token if (sizeof ((unsigned long long))) ^ configure:17374: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 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 | int | main (void) | { | if (sizeof ((unsigned long long))) | return 0; | ; | return 0; | } configure:17374: result: yes configure:17382: checking for long double configure:17382: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:17382: $? = 0 configure:17382: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:320:26: error: expected expression before ')' token if (sizeof ((long double))) ^ configure:17382: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 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 | int | main (void) | { | if (sizeof ((long double))) | return 0; | ; | return 0; | } configure:17382: result: yes configure:17397: checking size of short int configure:17403: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17403: $? = 0 configure:17403: ./conftest configure:17403: $? = 0 configure:17418: result: 2 configure:17430: checking size of int configure:17436: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17436: $? = 0 configure:17436: ./conftest configure:17436: $? = 0 configure:17451: result: 4 configure:17463: checking size of long int configure:17469: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17469: $? = 0 configure:17469: ./conftest configure:17469: $? = 0 configure:17484: result: 8 configure:17496: checking size of long long int configure:17502: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17502: $? = 0 configure:17502: ./conftest configure:17502: $? = 0 configure:17517: result: 8 configure:17529: checking size of time_t configure:17535: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:17535: $? = 0 configure:17535: ./conftest configure:17535: $? = 0 configure:17560: result: 8 configure:17699: checking whether UINT32_MAX is declared configure:17699: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:17699: $? = 0 configure:17699: result: yes configure:17721: checking for u_int type configure:17739: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:300:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] u_int a; a = 1; ^ configure:17739: $? = 0 configure:17749: result: yes configure:17758: checking for intXX_t types configure:17776: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:301:9: warning: variable 'a' set but not used [-Wunused-but-set-variable] int8_t a; int16_t b; int32_t c; a = b = c = 1; ^ configure:17776: $? = 0 configure:17786: result: yes configure:17827: checking for int64_t type configure:17856: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:312:9: warning: variable 'a' set but not used [-Wunused-but-set-variable] int64_t a; a = 1; ^ configure:17856: $? = 0 configure:17866: result: yes configure:17874: checking for u_intXX_t types configure:17892: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:303:11: warning: variable 'a' set but not used [-Wunused-but-set-variable] u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; ^ configure:17892: $? = 0 configure:17902: result: yes configure:17941: checking for u_int64_t types configure:17959: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:304:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] u_int64_t a; a = 1; ^ configure:17959: $? = 0 configure:17969: result: yes configure:18058: checking for uintXX_t types in stdint.h configure:18071: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:305:10: warning: variable 'a' set but not used [-Wunused-but-set-variable] uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; ^ configure:18071: $? = 0 configure:18076: result: yes configure:18090: checking for uintXX_t types in inttypes.h configure:18103: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:306:10: warning: variable 'a' set but not used [-Wunused-but-set-variable] uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; ^ configure:18103: $? = 0 configure:18108: result: yes configure:18160: checking for u_char configure:18178: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:307:9: warning: variable 'foo' set but not used [-Wunused-but-set-variable] u_char foo; foo = 125; ^ configure:18178: $? = 0 configure:18188: result: yes configure:18196: checking for intmax_t configure:18196: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18196: $? = 0 configure:18196: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:314:23: error: expected expression before ')' token if (sizeof ((intmax_t))) ^ configure:18196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDINT_H | # include | #endif | | | int | main (void) | { | if (sizeof ((intmax_t))) | return 0; | ; | return 0; | } configure:18196: result: yes configure:18210: checking for uintmax_t configure:18210: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18210: $? = 0 configure:18210: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:315:24: error: expected expression before ')' token if (sizeof ((uintmax_t))) ^ configure:18210: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDINT_H | # include | #endif | | | int | main (void) | { | if (sizeof ((uintmax_t))) | return 0; | ; | return 0; | } configure:18210: result: yes configure:18227: checking for socklen_t configure:18227: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18227: $? = 0 configure:18227: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:312:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:18227: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:18227: result: yes configure:18293: checking for sig_atomic_t configure:18293: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18293: $? = 0 configure:18293: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:311:27: error: expected expression before ')' token if (sizeof ((sig_atomic_t))) ^ configure:18293: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | if (sizeof ((sig_atomic_t))) | return 0; | ; | return 0; | } configure:18293: result: yes configure:18302: checking for sighandler_t configure:18302: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18302: $? = 0 configure:18302: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:312:27: error: expected expression before ')' token if (sizeof ((sighandler_t))) ^ configure:18302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | if (sizeof ((sighandler_t))) | return 0; | ; | return 0; | } configure:18302: result: yes configure:18312: checking for fsblkcnt_t configure:18312: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18312: $? = 0 configure:18312: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:324:25: error: expected expression before ')' token if (sizeof ((fsblkcnt_t))) ^ configure:18312: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | #ifdef HAVE_SYS_STATFS_H | #include | #endif | #ifdef HAVE_SYS_STATVFS_H | #include | #endif | | | int | main (void) | { | if (sizeof ((fsblkcnt_t))) | return 0; | ; | return 0; | } configure:18312: result: yes configure:18332: checking for fsfilcnt_t configure:18332: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18332: $? = 0 configure:18332: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:325:25: error: expected expression before ')' token if (sizeof ((fsfilcnt_t))) ^ configure:18332: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | #ifdef HAVE_SYS_STATFS_H | #include | #endif | #ifdef HAVE_SYS_STATVFS_H | #include | #endif | | | int | main (void) | { | if (sizeof ((fsfilcnt_t))) | return 0; | ; | return 0; | } configure:18332: result: yes configure:18354: checking for struct statfs.f_files configure:18354: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18354: $? = 0 configure:18354: result: yes configure:18381: checking for struct statfs.f_flags configure:18381: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18381: $? = 0 configure:18381: result: yes configure:18411: checking for in_addr_t configure:18411: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18411: $? = 0 configure:18411: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:318:24: error: expected expression before ')' token if (sizeof ((in_addr_t))) ^ configure:18411: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | if (sizeof ((in_addr_t))) | return 0; | ; | return 0; | } configure:18411: result: yes configure:18421: checking for in_port_t configure:18421: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18421: $? = 0 configure:18421: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:319:24: error: expected expression before ')' token if (sizeof ((in_port_t))) ^ configure:18421: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | if (sizeof ((in_port_t))) | return 0; | ; | return 0; | } configure:18421: result: yes configure:18433: checking for size_t configure:18451: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:318:9: warning: variable 'foo' set but not used [-Wunused-but-set-variable] size_t foo; foo = 1235; ^ configure:18451: $? = 0 configure:18461: result: yes configure:18469: checking for ssize_t configure:18487: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:319:10: warning: variable 'foo' set but not used [-Wunused-but-set-variable] ssize_t foo; foo = 1235; ^ configure:18487: $? = 0 configure:18497: result: yes configure:18505: checking for clock_t configure:18523: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:320:10: warning: variable 'foo' set but not used [-Wunused-but-set-variable] clock_t foo; foo = 1235; ^ configure:18523: $? = 0 configure:18533: result: yes configure:18541: checking for sa_family_t configure:18562: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:324:14: warning: variable 'foo' set but not used [-Wunused-but-set-variable] sa_family_t foo; foo = 1235; ^ configure:18562: $? = 0 configure:18594: result: yes configure:18602: checking for pid_t configure:18620: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:322:8: warning: variable 'foo' set but not used [-Wunused-but-set-variable] pid_t foo; foo = 1235; ^ configure:18620: $? = 0 configure:18630: result: yes configure:18638: checking for mode_t configure:18656: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:323:9: warning: variable 'foo' set but not used [-Wunused-but-set-variable] mode_t foo; foo = 1235; ^ configure:18656: $? = 0 configure:18666: result: yes configure:18675: checking for struct sockaddr_storage configure:18696: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:327:26: warning: unused variable 's' [-Wunused-variable] struct sockaddr_storage s; ^ configure:18696: $? = 0 configure:18706: result: yes configure:18714: checking for struct sockaddr_in6 configure:18735: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:328:22: warning: variable 's' set but not used [-Wunused-but-set-variable] struct sockaddr_in6 s; s.sin6_family = 0; ^ configure:18735: $? = 0 configure:18745: result: yes configure:18753: checking for struct in6_addr configure:18774: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:329:18: warning: variable 's' set but not used [-Wunused-but-set-variable] struct in6_addr s; s.s6_addr[0] = 0; ^ configure:18774: $? = 0 configure:18784: result: yes configure:18791: checking for struct sockaddr_in6.sin6_scope_id configure:18791: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:18791: $? = 0 configure:18791: result: yes configure:18808: checking for struct addrinfo configure:18830: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:332:18: warning: variable 's' set but not used [-Wunused-but-set-variable] struct addrinfo s; s.ai_flags = AI_PASSIVE; ^ configure:18830: $? = 0 configure:18840: result: yes configure:18848: checking for struct timeval configure:18866: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:329:17: warning: variable 'tv' set but not used [-Wunused-but-set-variable] struct timeval tv; tv.tv_sec = 1; ^ configure:18866: $? = 0 configure:18876: result: yes configure:18885: checking for struct timespec configure:18910: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:337:18: warning: variable 'ts' set but not used [-Wunused-but-set-variable] struct timespec ts; ts.tv_sec = 1; ^ configure:18910: $? = 0 configure:18920: result: yes configure:18972: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 conftest.c: In function 'main': conftest.c:343:2: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] snprintf(buf, mazsize, "%lld", num); ^ conftest.c:343:2: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] configure:18972: $? = 0 configure:18972: ./conftest configure:18972: $? = 0 configure:18989: checking for ut_host field in utmp.h configure:19014: result: yes configure:19030: checking for ut_host field in utmpx.h configure:19055: result: yes configure:19071: checking for syslen field in utmpx.h configure:19096: result: no configure:19112: checking for ut_pid field in utmp.h configure:19137: result: yes configure:19153: checking for ut_type field in utmp.h configure:19178: result: yes configure:19194: checking for ut_type field in utmpx.h configure:19219: result: yes configure:19235: checking for ut_tv field in utmp.h configure:19260: result: yes configure:19276: checking for ut_id field in utmp.h configure:19301: result: yes configure:19317: checking for ut_id field in utmpx.h configure:19342: result: yes configure:19358: checking for ut_addr field in utmp.h configure:19383: result: yes configure:19399: checking for ut_addr field in utmpx.h configure:19424: result: yes configure:19440: checking for ut_addr_v6 field in utmp.h configure:19465: result: yes configure:19481: checking for ut_addr_v6 field in utmpx.h configure:19506: result: yes configure:19522: checking for ut_exit field in utmp.h configure:19547: result: yes configure:19563: checking for ut_time field in utmp.h configure:19588: result: no configure:19604: checking for ut_time field in utmpx.h configure:19629: result: no configure:19645: checking for ut_tv field in utmpx.h configure:19670: result: yes configure:19686: checking for ut_ss field in utmpx.h configure:19711: result: no configure:19724: checking for struct stat.st_blksize configure:19724: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:19724: $? = 0 configure:19724: result: yes configure:19733: checking for struct stat.st_mtim configure:19733: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:374:5: error: used struct type value where scalar is required if (ac_aggr.st_mtim) ^ conftest.c:373:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct stat ac_aggr; ^ configure:19733: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | /* 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 | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_mtim) | return 0; | ; | return 0; | } configure:19733: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:19733: $? = 0 configure:19733: result: yes configure:19742: checking for struct stat.st_mtime configure:19742: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:19742: $? = 0 configure:19742: result: yes configure:19751: checking for struct passwd.pw_gecos configure:19751: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:19751: $? = 0 configure:19751: result: yes configure:19763: checking for struct passwd.pw_class configure:19763: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:354:12: error: 'struct passwd' has no member named 'pw_class' if (ac_aggr.pw_class) ^ conftest.c:353:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct passwd ac_aggr; ^ configure:19763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | static struct passwd ac_aggr; | if (ac_aggr.pw_class) | return 0; | ; | return 0; | } configure:19763: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:354:19: error: 'struct passwd' has no member named 'pw_class' if (sizeof ac_aggr.pw_class) ^ conftest.c:353:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct passwd ac_aggr; ^ configure:19763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | static struct passwd ac_aggr; | if (sizeof ac_aggr.pw_class) | return 0; | ; | return 0; | } configure:19763: result: no configure:19775: checking for struct passwd.pw_change configure:19775: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:354:12: error: 'struct passwd' has no member named 'pw_change' if (ac_aggr.pw_change) ^ conftest.c:353:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct passwd ac_aggr; ^ configure:19775: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | static struct passwd ac_aggr; | if (ac_aggr.pw_change) | return 0; | ; | return 0; | } configure:19775: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:354:19: error: 'struct passwd' has no member named 'pw_change' if (sizeof ac_aggr.pw_change) ^ conftest.c:353:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct passwd ac_aggr; ^ configure:19775: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | static struct passwd ac_aggr; | if (sizeof ac_aggr.pw_change) | return 0; | ; | return 0; | } configure:19775: result: no configure:19787: checking for struct passwd.pw_expire configure:19787: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:354:12: error: 'struct passwd' has no member named 'pw_expire' if (ac_aggr.pw_expire) ^ conftest.c:353:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct passwd ac_aggr; ^ configure:19787: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | static struct passwd ac_aggr; | if (ac_aggr.pw_expire) | return 0; | ; | return 0; | } configure:19787: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:354:19: error: 'struct passwd' has no member named 'pw_expire' if (sizeof ac_aggr.pw_expire) ^ conftest.c:353:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct passwd ac_aggr; ^ configure:19787: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | static struct passwd ac_aggr; | if (sizeof ac_aggr.pw_expire) | return 0; | ; | return 0; | } configure:19787: result: no configure:19801: checking for struct __res_state.retrans configure:19801: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:19801: $? = 0 configure:19801: result: yes configure:19821: checking for struct sockaddr_in.sin_len configure:19821: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:356:12: error: 'struct sockaddr_in' has no member named 'sin_len' if (ac_aggr.sin_len) ^ conftest.c:355:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct sockaddr_in ac_aggr; ^ configure:19821: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | #include | | | | int | main (void) | { | static struct sockaddr_in ac_aggr; | if (ac_aggr.sin_len) | return 0; | ; | return 0; | } configure:19821: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:356:19: error: 'struct sockaddr_in' has no member named 'sin_len' if (sizeof ac_aggr.sin_len) ^ conftest.c:355:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] static struct sockaddr_in ac_aggr; ^ configure:19821: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | /* end confdefs.h. */ | | #include | #include | #include | | | | int | main (void) | { | static struct sockaddr_in ac_aggr; | if (sizeof ac_aggr.sin_len) | return 0; | ; | return 0; | } configure:19821: result: no configure:19836: checking for ss_family field in struct sockaddr_storage configure:19857: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:352:26: warning: variable 's' set but not used [-Wunused-but-set-variable] struct sockaddr_storage s; s.ss_family = 1; ^ configure:19857: $? = 0 configure:19866: result: yes configure:19874: checking for __ss_family field in struct sockaddr_storage configure:19895: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:353:30: error: 'struct sockaddr_storage' has no member named '__ss_family' struct sockaddr_storage s; s.__ss_family = 1; ^ conftest.c:353:26: warning: variable 's' set but not used [-Wunused-but-set-variable] struct sockaddr_storage s; s.__ss_family = 1; ^ configure:19895: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | /* end confdefs.h. */ | | #include | #include | | int | main (void) | { | struct sockaddr_storage s; s.__ss_family = 1; | ; | return 0; | } configure:19905: result: no configure:19913: checking for msg_accrights field in struct msghdr configure:19944: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:361:2: error: 'struct msghdr' has no member named 'msg_accrights' m.msg_accrights = 0; ^ conftest.c:360:15: warning: variable 'm' set but not used [-Wunused-but-set-variable] struct msghdr m; ^ configure:19944: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | | int | main (void) | { | | #ifdef msg_accrights | #error "msg_accrights is a macro" | exit(1); | #endif | struct msghdr m; | m.msg_accrights = 0; | exit(0); | | ; | return 0; | } configure:19954: result: no configure:19962: checking if struct statvfs.f_fsid is integral type configure:19987: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:362:17: warning: variable 's' set but not used [-Wunused-but-set-variable] struct statvfs s; s.f_fsid = 0; ^ configure:19987: $? = 0 configure:19989: result: yes configure:20056: checking for msg_control field in struct msghdr configure:20087: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:360:15: warning: variable 'm' set but not used [-Wunused-but-set-variable] struct msghdr m; ^ configure:20087: $? = 0 configure:20097: result: yes configure:20105: checking if libc defines __progname configure:20123: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:20123: $? = 0 configure:20134: result: yes configure:20142: checking whether cc -std=gnu11 implements __FUNCTION__ configure:20160: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:20160: $? = 0 configure:20171: result: yes configure:20179: checking whether cc -std=gnu11 implements __func__ configure:20197: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:20197: $? = 0 configure:20208: result: yes configure:20216: checking whether va_copy exists configure:20237: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:20237: $? = 0 configure:20248: result: yes configure:20256: checking whether __va_copy exists configure:20277: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 configure:20277: $? = 0 configure:20288: result: yes configure:20296: checking whether getopt has optreset support configure:20314: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccB9GwWf.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:356: undefined reference to `optreset' collect2: error: ld returned 1 exit status configure:20314: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | /* end confdefs.h. */ | #include | int | main (void) | { | extern int optreset; optreset = 0; | ; | return 0; | } configure:20325: result: no configure:20333: checking if libc defines sys_errlist configure:20351: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccngN1Hi.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:356: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead configure:20351: $? = 0 configure:20362: result: yes configure:20371: checking if libc defines sys_nerr configure:20389: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/cczcx4Fk.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:357: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead configure:20389: $? = 0 configure:20400: result: yes configure:20409: checking for library containing getrrsetbyname configure:20439: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccgJToRl.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:362: undefined reference to `getrrsetbyname' collect2: error: ld returned 1 exit status configure:20439: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char getrrsetbyname (); | int | main (void) | { | return getrrsetbyname (); | ; | return 0; | } configure:20439: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lresolv -ldl -lutil >&5 /tmp/ccUDNAss.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:362: undefined reference to `getrrsetbyname' collect2: error: ld returned 1 exit status configure:20439: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char getrrsetbyname (); | int | main (void) | { | return getrrsetbyname (); | ; | return 0; | } configure:20459: result: no configure:20471: checking for library containing res_query configure:20501: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccGUp6ou.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:362: undefined reference to `res_query' collect2: error: ld returned 1 exit status configure:20501: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char res_query (); | int | main (void) | { | return res_query (); | ; | return 0; | } configure:20501: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lresolv -ldl -lutil >&5 /tmp/ccmbJY1v.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:362: undefined reference to `res_query' collect2: error: ld returned 1 exit status configure:20501: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char res_query (); | int | main (void) | { | return res_query (); | ; | return 0; | } configure:20521: result: no configure:20530: checking for library containing dn_expand configure:20560: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/cceW2LIx.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:362: undefined reference to `dn_expand' collect2: error: ld returned 1 exit status configure:20560: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char dn_expand (); | int | main (void) | { | return dn_expand (); | ; | return 0; | } configure:20560: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -lresolv -ldl -lutil >&5 /tmp/cc9ZEbGA.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:362: undefined reference to `dn_expand' collect2: error: ld returned 1 exit status configure:20560: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char dn_expand (); | int | main (void) | { | return dn_expand (); | ; | return 0; | } configure:20580: result: no configure:20589: checking if res_query will link configure:20610: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil >&5 /tmp/ccs5bmuG.o: In function `main': /home/ssh9.4/openssh-9.4p1/conftest.c:365: undefined reference to `__res_query' collect2: error: ld returned 1 exit status configure:20610: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | | int | main (void) | { | | res_query (0, 0, 0, 0, 0); | | ; | return 0; | } configure:20615: result: no configure:20619: checking for res_query in -lresolv configure:20640: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil -lresolv >&5 configure:20640: $? = 0 configure:20642: result: yes configure:20655: checking for _getshort configure:20655: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil -lresolv >&5 configure:20655: $? = 0 configure:20655: result: yes configure:20661: checking for _getlong configure:20661: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil -lresolv >&5 configure:20661: $? = 0 configure:20661: result: yes configure:20668: checking whether _getshort is declared configure:20668: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:366:10: error: '_getshort' undeclared (first use in this function) (void) _getshort; ^ conftest.c:366:10: note: each undeclared identifier is reported only once for each function it appears in configure:20668: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #ifndef _getshort | #ifdef __cplusplus | (void) _getshort; | #else | (void) _getshort; | #endif | #endif | | ; | return 0; | } configure:20668: result: no configure:20678: checking whether _getlong is declared configure:20678: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:367:10: error: '_getlong' undeclared (first use in this function) (void) _getlong; ^ conftest.c:367:10: note: each undeclared identifier is reported only once for each function it appears in configure:20678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #ifndef _getlong | #ifdef __cplusplus | (void) _getlong; | #else | (void) _getlong; | #endif | #endif | | ; | return 0; | } configure:20678: result: no configure:20689: checking for HEADER.ad configure:20689: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:20689: $? = 0 configure:20689: result: yes configure:20702: checking if struct __res_state _res is an extern configure:20727: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil -lresolv >&5 conftest.c: In function 'main': conftest.c:373:30: warning: unused variable 'p' [-Wunused-variable] struct __res_state *volatile p = &_res; /* force resolution of _res */ ^ configure:20727: $? = 0 configure:20729: result: yes configure:21610: checking for xauth configure:21648: result: no configure:21705: checking Discovering system mail directory configure:21759: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil -lresolv >&5 configure:21759: $? = 0 configure:21759: ./conftest configure:21759: $? = 0 configure:21765: result: Using: /var/mail from _PATH_MAILDIR configure:21837: checking for "/dev/ptc" configure:21852: result: no configure:21924: checking if the systems has expire shadow information configure:21941: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:21941: $? = 0 configure:21948: result: yes configure:22009: checking for "/etc/default/login" configure:22024: result: no configure:22129: cc -std=gnu11 -o conftest -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie conftest.c -ldl -lutil -lresolv >&5 configure:22129: $? = 0 configure:22129: ./conftest configure:22129: $? = 0 configure:22189: checking if we need to convert IPv4 in IPv6-mapped addresses configure:22212: result: yes (default) configure:22394: checking if your system defines LASTLOG_FILE configure:22419: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:380:18: error: 'LASTLOG_FILE' undeclared (first use in this function) char *lastlog = LASTLOG_FILE; ^ conftest.c:380:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:380:8: warning: unused variable 'lastlog' [-Wunused-variable] char *lastlog = LASTLOG_FILE; ^ configure:22419: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define HAVE__RES_EXTERN 1 | #define HAS_SHADOW_EXPIRE 1 | #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" | #define IPV4_IN_IPV6 1 | #define _PATH_SSH_PIDDIR "/var/run" | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_LASTLOG_H | # include | #endif | #ifdef HAVE_PATHS_H | # include | #endif | #ifdef HAVE_LOGIN_H | # include | #endif | | int | main (void) | { | char *lastlog = LASTLOG_FILE; | ; | return 0; | } configure:22425: result: no configure:22427: checking if your system defines _PATH_LASTLOG configure:22449: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:377:8: warning: unused variable 'lastlog' [-Wunused-variable] char *lastlog = _PATH_LASTLOG; ^ configure:22449: $? = 0 configure:22451: result: yes configure:22485: checking if your system defines UTMP_FILE configure:22504: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:374:8: warning: unused variable 'utmp' [-Wunused-variable] char *utmp = UTMP_FILE; ^ configure:22504: $? = 0 configure:22506: result: yes configure:22534: checking if your system defines WTMP_FILE configure:22553: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:374:8: warning: unused variable 'wtmp' [-Wunused-variable] char *wtmp = WTMP_FILE; ^ configure:22553: $? = 0 configure:22555: result: yes configure:22583: checking if your system defines WTMPX_FILE configure:22605: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:377:8: warning: unused variable 'wtmpx' [-Wunused-variable] char *wtmpx = WTMPX_FILE; ^ configure:22605: $? = 0 configure:22607: result: yes configure:22634: checking for struct lastlog.ll_line configure:22634: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:22634: $? = 0 configure:22634: result: yes configure:22662: checking for struct utmp.ut_line configure:22662: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 configure:22662: $? = 0 configure:22662: result: yes configure:22697: checking whether BROKEN_GETADDRINFO is declared configure:22697: cc -std=gnu11 -c -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:399:10: error: 'BROKEN_GETADDRINFO' undeclared (first use in this function) (void) BROKEN_GETADDRINFO; ^ conftest.c:399:10: note: each undeclared identifier is reported only once for each function it appears in configure:22697: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define 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_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_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_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define BROKEN_CLOSEFROM 1 | #define PAM_TTY_KLUDGE 1 | #define LOCKED_PASSWD_PREFIX "!" | #define SPT_TYPE SPT_REUSEARGV | #define LINK_OPNOTSUPP_ERRNO EPERM | #define _PATH_BTMP "/var/log/btmp" | #define USE_BTMP 1 | #define LINUX_OOM_ADJUST 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_AUDIT_H 1 | #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 | #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_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_OPENPTY 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define BROKEN_STRNVIS 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSID 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PRCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETLINEBUF 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_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 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_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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 0 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 0 | #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_ENDUTENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_GETUTID 1 | #define HAVE_GETUTLINE 1 | #define HAVE_PUTUTLINE 1 | #define HAVE_SETUTENT 1 | #define HAVE_UTMPNAME 1 | #define HAVE_ENDUTXENT 1 | #define HAVE_GETUTXENT 1 | #define HAVE_GETUTXID 1 | #define HAVE_GETUTXLINE 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_DAEMON 1 | #define HAVE_GETPAGESIZE 1 | #define SNPRINTF_CONST const | #define HAVE_SO_PEERCRED 1 | #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 | #define HAVE_BN_IS_PRIME_EX 1 | #define HAVE_DES_CRYPT 1 | #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 | #define HAVE_EVP_DIGESTFINAL_EX 1 | #define HAVE_EVP_DIGESTINIT_EX 1 | #define HAVE_EVP_MD_CTX_COPY_EX 1 | #define HAVE_RSA_GENERATE_KEY_EX 1 | #define HAVE_RSA_GET_DEFAULT_METHOD 1 | #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 | #define HAVE_EVP_CIPHER_CTX_IV 1 | #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 | #define HAVE_EVP_SHA256 1 | #define HAVE_EVP_SHA384 1 | #define HAVE_EVP_SHA512 1 | #define HAVE_EVP_CHACHA20 1 | #define OPENSSL_HAS_ECC 1 | #define HAVE_EC_KEY_METHOD_NEW 1 | #define OPENSSL_HAS_NISTP256 1 | #define OPENSSL_HAS_NISTP384 1 | #define OPENSSL_HAS_NISTP521 1 | #define ENABLE_PKCS11 /**/ | #define ENABLE_SK /**/ | #define OPENSSL_PRNG_ONLY 1 | #define HAVE_CRYPT 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_STRUCT_POLLFD_FD 1 | #define HAVE_NFDS_T 1 | #define SANDBOX_SECCOMP_FILTER 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 8 | #define SIZEOF_LONG_LONG_INT 8 | #define SIZEOF_TIME_T 8 | #define HAVE_DECL_UINT32_MAX 1 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_INTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_FSBLKCNT_T 1 | #define HAVE_FSFILCNT_T 1 | #define HAVE_STRUCT_STATFS_F_FILES 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_IN_ADDR_T 1 | #define HAVE_IN_PORT_T 1 | #define HAVE_SIZE_T 1 | #define HAVE_SSIZE_T 1 | #define HAVE_CLOCK_T 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_PID_T 1 | #define HAVE_MODE_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_STRUCT_STAT_ST_MTIME 1 | #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define HAVE__RES_EXTERN 1 | #define HAS_SHADOW_EXPIRE 1 | #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" | #define IPV4_IN_IPV6 1 | #define _PATH_SSH_PIDDIR "/var/run" | /* end confdefs.h. */ | #include | #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 | int | main (void) | { | #ifndef BROKEN_GETADDRINFO | #ifdef __cplusplus | (void) BROKEN_GETADDRINFO; | #else | (void) BROKEN_GETADDRINFO; | #endif | #endif | | ; | return 0; | } configure:22697: result: no configure:22840: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by OpenSSH config.status Portable, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on localhost.localdomain config.status:2210: creating Makefile config.status:2210: creating buildpkg.sh config.status:2210: creating opensshd.init config.status:2210: creating openssh.xml config.status:2210: creating openbsd-compat/Makefile config.status:2210: creating openbsd-compat/regress/Makefile config.status:2210: creating survey.sh config.status:2210: creating config.h configure:24009: WARNING: unrecognized options: --with-openssl-includes, --with-md5-passwords ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu 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_cc_implements___FUNCTION__=yes ac_cv_cc_implements___func__=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file__dev_ptc=no ac_cv_file__etc_default_login=no ac_cv_func_BN_is_prime_ex=yes ac_cv_func_Blowfish_expand0state=no ac_cv_func_Blowfish_expandstate=no ac_cv_func_Blowfish_initstate=no ac_cv_func_Blowfish_stream2word=no ac_cv_func_DES_crypt=yes ac_cv_func_DSA_generate_parameters_ex=yes ac_cv_func_EC_KEY_METHOD_new=yes ac_cv_func_EVP_CIPHER_CTX_get_iv=no ac_cv_func_EVP_CIPHER_CTX_get_updated_iv=no ac_cv_func_EVP_CIPHER_CTX_iv=yes ac_cv_func_EVP_CIPHER_CTX_iv_noconst=yes ac_cv_func_EVP_CIPHER_CTX_set_iv=no ac_cv_func_EVP_DigestFinal_ex=yes ac_cv_func_EVP_DigestInit_ex=yes ac_cv_func_EVP_MD_CTX_cleanup=no ac_cv_func_EVP_MD_CTX_copy_ex=yes ac_cv_func_EVP_MD_CTX_init=no ac_cv_func_EVP_chacha20=yes ac_cv_func_EVP_sha256=yes ac_cv_func_EVP_sha384=yes ac_cv_func_EVP_sha512=yes ac_cv_func_HMAC_CTX_init=no ac_cv_func_OpenSSL_add_all_algorithms=no ac_cv_func_OpenSSL_version=yes ac_cv_func_OpenSSL_version_num=yes ac_cv_func_RSA_generate_key_ex=yes ac_cv_func_RSA_get_default_method=yes ac_cv_func_SHA256Update=no ac_cv_func_SHA384Update=no ac_cv_func_SHA512Update=no ac_cv_func___b64_ntop=no ac_cv_func___b64_pton=no ac_cv_func__getlong=yes ac_cv_func__getpty=no ac_cv_func__getshort=yes ac_cv_func_arc4random=no ac_cv_func_arc4random_buf=no ac_cv_func_arc4random_stir=no ac_cv_func_arc4random_uniform=no ac_cv_func_asprintf=yes ac_cv_func_b64_ntop=no ac_cv_func_b64_pton=no ac_cv_func_bcopy=yes ac_cv_func_bcrypt_pbkdf=no ac_cv_func_bindresvport_sa=no 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=no ac_cv_func_crypt=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=yes ac_cv_func_endutxent=yes ac_cv_func_err=yes ac_cv_func_errx=yes ac_cv_func_explicit_bzero=no 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=no 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=no 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=no ac_cv_func_getpeerucred=no ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getrandom=no ac_cv_func_getrlimit=yes ac_cv_func_getsid=yes ac_cv_func_getspnam=yes ac_cv_func_gettimeofday=yes ac_cv_func_getttyent=yes ac_cv_func_getutent=yes ac_cv_func_getutid=yes ac_cv_func_getutline=yes ac_cv_func_getutxent=yes ac_cv_func_getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_getutxuser=no ac_cv_func_glob=yes ac_cv_func_group_from_gid=no 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=yes ac_cv_func_login_getcapbool=no ac_cv_func_login_getpwclass=no ac_cv_func_logout=yes ac_cv_func_logwtmp=yes 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=no ac_cv_func_mkdtemp=yes ac_cv_func_ngetaddrinfo=no ac_cv_func_nl_langinfo=yes ac_cv_func_nsleep=no ac_cv_func_ogetaddrinfo=no ac_cv_func_openlog_r=no ac_cv_func_openpty=yes ac_cv_func_pam_getenvlist=yes ac_cv_func_pam_putenv=yes ac_cv_func_pledge=no ac_cv_func_poll=yes ac_cv_func_ppoll=yes ac_cv_func_prctl=yes ac_cv_func_procctl=no ac_cv_func_pselect=yes ac_cv_func_pstat=no ac_cv_func_pututline=yes ac_cv_func_pututxline=yes ac_cv_func_raise=yes ac_cv_func_readpassphrase=no ac_cv_func_realloc_0_nonnull=yes ac_cv_func_reallocarray=no ac_cv_func_realpath=yes ac_cv_func_recallocarray=no 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=no ac_cv_func_setgroups=yes ac_cv_func_setlinebuf=yes ac_cv_func_setlogin=no ac_cv_func_setpassent=no ac_cv_func_setpcred=no ac_cv_func_setproctitle=no ac_cv_func_setregid=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setsockopt=yes ac_cv_func_setutent=yes ac_cv_func_setutxdb=no ac_cv_func_setutxent=yes ac_cv_func_setvbuf=yes ac_cv_func_sigaction=yes ac_cv_func_sigvec=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_statfs=yes ac_cv_func_statvfs=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcasestr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strmode=no ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnvis=no ac_cv_func_strptime=yes ac_cv_func_strsep=yes ac_cv_func_strsignal=yes ac_cv_func_strtoll=yes ac_cv_func_strtonum=no ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_swap32=no ac_cv_func_sysconf=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_time=yes ac_cv_func_timegm=yes ac_cv_func_timingsafe_bcmp=no ac_cv_func_truncate=yes ac_cv_func_unsetenv=yes ac_cv_func_updwtmp=yes ac_cv_func_updwtmpx=yes ac_cv_func_user_from_uid=no ac_cv_func_usleep=yes ac_cv_func_utimensat=yes ac_cv_func_utimes=yes ac_cv_func_utmpname=yes ac_cv_func_utmpxname=yes ac_cv_func_vasprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_warn=yes ac_cv_func_wcwidth=yes ac_cv_have___ss_family_in_struct_ss=no ac_cv_have___va_copy=yes ac_cv_have_accrights_in_msghdr=no ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes ac_cv_have_decl_AI_NUMERICSERV=yes ac_cv_have_decl_BROKEN_GETADDRINFO=no 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_OpenSSL_add_all_algorithms=yes ac_cv_have_decl_PR_SET_NO_NEW_PRIVS=yes ac_cv_have_decl_RLIMIT_NPROC=yes ac_cv_have_decl_RTLD_NOW=yes ac_cv_have_decl_SECCOMP_MODE_FILTER=yes ac_cv_have_decl_SHUT_RD=yes ac_cv_have_decl_SYSTR_POLICY_KILL=no ac_cv_have_decl_UINT32_MAX=yes ac_cv_have_decl_VIS_ALL=no ac_cv_have_decl__getlong=no ac_cv_have_decl__getshort=no ac_cv_have_decl_bzero=yes ac_cv_have_decl_ftruncate=yes ac_cv_have_decl_getentropy=no ac_cv_have_decl_getpeereid=no 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_have_getopt_optreset=no ac_cv_have_int64_t=yes ac_cv_have_intxx_t=yes ac_cv_have_mode_t=yes ac_cv_have_pid_t=yes ac_cv_have_sa_family_t=yes ac_cv_have_size_t=yes ac_cv_have_ss_family_in_struct_ss=yes ac_cv_have_ssize_t=yes ac_cv_have_struct_addrinfo=yes ac_cv_have_struct_in6_addr=yes ac_cv_have_struct_sockaddr_in6=yes ac_cv_have_struct_sockaddr_storage=yes ac_cv_have_struct_timespec=yes ac_cv_have_struct_timeval=yes ac_cv_have_u_char=yes ac_cv_have_u_int64_t=yes ac_cv_have_u_int=yes ac_cv_have_u_intxx_t=yes ac_cv_have_va_copy=yes ac_cv_header_blf_h=no ac_cv_header_bsd_libutil_h=no ac_cv_header_bstring_h=no ac_cv_header_capsicum_helpers_h=no ac_cv_header_crypt_h=yes 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=yes ac_cv_header_fido_credman_h=no ac_cv_header_fido_h=no ac_cv_header_floatingpoint_h=no 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=yes ac_cv_header_libgen_h=yes ac_cv_header_libutil_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_audit_h=yes ac_cv_header_linux_filter_h=yes ac_cv_header_linux_if_h=no ac_cv_header_linux_if_tun_h=yes ac_cv_header_linux_seccomp_h=yes ac_cv_header_locale_h=yes ac_cv_header_login_cap_h=no ac_cv_header_login_h=no ac_cv_header_maillock_h=no ac_cv_header_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=yes ac_cv_header_readpassphrase_h=no ac_cv_header_rpc_types_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_sha2_h=no ac_cv_header_shadow_h=yes ac_cv_header_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=yes 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=yes 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=yes ac_cv_header_sys_procctl_h=no ac_cv_header_sys_pstat_h=no ac_cv_header_sys_ptms_h=no ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_random_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_stream_h=no ac_cv_header_sys_stropts_h=no ac_cv_header_sys_strtio_h=no ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_sysmacros_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timers_h=no ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_vfs_h=yes ac_cv_header_time_h=yes ac_cv_header_tmpdir_h=no ac_cv_header_ttyent_h=yes ac_cv_header_ucred_h=no ac_cv_header_unistd_h=yes ac_cv_header_usersec_h=no ac_cv_header_util_h=no ac_cv_header_utime_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_header_vis_h=no ac_cv_header_wchar_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_fido2_fido_init=no ac_cv_lib_iaf_ia_openinfo=no ac_cv_lib_pam_pam_set_item=yes ac_cv_lib_z_deflate=yes ac_cv_libc_defines___progname=yes ac_cv_libc_defines_sys_errlist=yes ac_cv_libc_defines_sys_nerr=yes ac_cv_member_HEADER_ad=yes ac_cv_member_struct___res_state_retrans=yes ac_cv_member_struct_lastlog_ll_line=yes ac_cv_member_struct_passwd_pw_change=no ac_cv_member_struct_passwd_pw_class=no ac_cv_member_struct_passwd_pw_expire=no ac_cv_member_struct_passwd_pw_gecos=yes ac_cv_member_struct_pollfd_fd=yes ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes ac_cv_member_struct_sockaddr_in_sin_len=no ac_cv_member_struct_stat_st_blksize=yes ac_cv_member_struct_stat_st_mtim=yes ac_cv_member_struct_stat_st_mtime=yes ac_cv_member_struct_statfs_f_files=yes ac_cv_member_struct_statfs_f_flags=yes ac_cv_member_struct_utmp_ut_line=yes ac_cv_objext=o ac_cv_path_CAT=/usr/bin/cat ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_GROFF=/usr/bin/groff ac_cv_path_KILL=/usr/bin/kill ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_PATH_GROUPADD_PROG=/usr/sbin/groupadd ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd ac_cv_path_SED=/usr/bin/sed ac_cv_path_SH=/usr/bin/bash ac_cv_path_TEST_MINUS_S_SH=/usr/bin/bash ac_cv_path_ac_pt_PKGCONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_path_openssl_bin=/usr/bin/openssl ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -std=gnu11 -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=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 ac_cv_search_SHA256Update=no ac_cv_search_basename='none required' ac_cv_search_clock_gettime='none required' ac_cv_search_dlopen=-ldl ac_cv_search_dn_expand=no ac_cv_search_fmt_scaled=no ac_cv_search_gethostbyname='none required' ac_cv_search_getrrsetbyname=no ac_cv_search_inet_ntop='none required' ac_cv_search_login=-lutil ac_cv_search_logout='none required' ac_cv_search_logwtmp='none required' ac_cv_search_nanosleep='none required' ac_cv_search_openpty='none required' ac_cv_search_res_query=no ac_cv_search_scan_scaled=no ac_cv_search_updwtmp='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long_int=8 ac_cv_sizeof_long_long_int=8 ac_cv_sizeof_short_int=2 ac_cv_sizeof_time_t=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_fd_mask=yes ac_cv_type_fsblkcnt_t=yes ac_cv_type_fsfilcnt_t=yes ac_cv_type_in_addr_t=yes ac_cv_type_in_port_t=yes ac_cv_type_intmax_t=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_nfds_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_sighandler_t=yes ac_cv_type_socklen_t=yes ac_cv_type_uintmax_t=yes ac_cv_type_unsigned_long_long=yes ossh_cv_utmp_h_has_ut_addr=yes ossh_cv_utmp_h_has_ut_addr_v6=yes ossh_cv_utmp_h_has_ut_exit=yes ossh_cv_utmp_h_has_ut_host=yes ossh_cv_utmp_h_has_ut_id=yes ossh_cv_utmp_h_has_ut_pid=yes ossh_cv_utmp_h_has_ut_time=no ossh_cv_utmp_h_has_ut_tv=yes ossh_cv_utmp_h_has_ut_type=yes ossh_cv_utmpx_h_has_syslen=no ossh_cv_utmpx_h_has_ut_addr=yes ossh_cv_utmpx_h_has_ut_addr_v6=yes ossh_cv_utmpx_h_has_ut_host=yes ossh_cv_utmpx_h_has_ut_id=yes ossh_cv_utmpx_h_has_ut_ss=no ossh_cv_utmpx_h_has_ut_time=no ossh_cv_utmpx_h_has_ut_tv=yes ossh_cv_utmpx_h_has_ut_type=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## # DO NOT DELETE # Run "make depend" to rebuild. AR='ar' AWK='gawk' CAT='/usr/bin/cat' CC='cc -std=gnu11' CFLAGS='-g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE ' CFLAGS_NOPIE='-g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong ' CHANNELLIBS='-lcrypto -lz' CPP='cc -std=gnu11 -E' CPPFLAGS='-I/usr/local/openssl/include -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE' DEFS='-DHAVE_CONFIG_H' DEPEND='# Automatically generated by makedepend. ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' GROFF='/usr/bin/groff' GSSLIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' K5LIBS='' KILL='/usr/bin/kill' KRB5CONF='' LD='cc -std=gnu11' LDFLAGS='-L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie ' LDFLAGS_NOPIE='-L/usr/local/openssl/lib -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong ' LDNSCONFIG='' LIBEDIT='' LIBFIDO2='' LIBOBJS='' LIBS='-ldl -lutil -lresolv' LTLIBOBJS='' MAKE_PACKAGE_SUPPORTED='no' MANDOC='' MANFMT='/usr/bin/nroff -mandoc' MANTYPE='doc' MKDIR_P='/usr/bin/mkdir -p' NROFF='/usr/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='/usr/sbin/groupadd' PATH_PASSWD_PROG='/usr/bin/passwd' PATH_SEPARATOR=':' PATH_USERADD_PROG='/usr/sbin/useradd' PICFLAG='-fPIC' PKGCONFIG='/usr/bin/pkg-config' PRIVSEP_PATH='/var/empty' RANLIB='ranlib' SED='/usr/bin/sed' SH='/usr/bin/bash' SHELL='/bin/sh' SK_DUMMY_LIBRARY='regress/misc/sk-dummy/sk-dummy.so' SSHDLIBS='-lcrypt -lpam' SSH_PRIVSEP_USER='sshd' STARTUP_SCRIPT_SHELL='/bin/sh' STRIP_OPT='-s' TEST_MALLOC_OPTIONS='' TEST_MINUS_S_SH='/usr/bin/bash' TEST_SHELL='sh' TEST_SSH_IPV6='yes' TEST_SSH_UTF8='yes' UNSUPPORTED_ALGORITHMS='' XAUTH_PATH='undefined' ac_ct_AR='ar' ac_ct_CC='cc' addr.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h addr.h addrmatch.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h addr.h match.h log.h ssherr.h atomicio.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h atomicio.h audit-bsm.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h audit-linux.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h audit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h auth-bsdauth.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h auth-krb5.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh.h packet.h openbsd-compat/sys-queue.h dispatch.h log.h ssherr.h sshbuf.h sshkey.h misc.h servconf.h uidswap.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssherr.h log.h sshbuf.h misc.h sshkey.h match.h ssh2.h auth-options.h auth-pam.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h auth-passwd.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h sshbuf.h ssherr.h log.h misc.h servconf.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.h auth-rhosts.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h uidswap.h pathnames.h log.h ssherr.h misc.h xmalloc.h sshbuf.h sshkey.h servconf.h canohost.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-shadow.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h auth-sia.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h auth.o: authfile.h monitor_wrap.h channels.h auth.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h match.h groupaccess.h log.h ssherr.h sshbuf.h misc.h servconf.h openbsd-compat/sys-queue.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.h canohost.h uidswap.h packet.h dispatch.h auth2-chall.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh2.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h sshbuf.h packet.h openbsd-compat/sys-queue.h dispatch.h ssherr.h log.h misc.h servconf.h auth2-gss.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h auth2-hostbased.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh2.h packet.h openbsd-compat/sys-queue.h dispatch.h kex.h mac.h crypto_api.h sshbuf.h log.h ssherr.h misc.h servconf.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h canohost.h auth2-hostbased.o: monitor_wrap.h pathnames.h match.h auth2-kbdint.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h packet.h openbsd-compat/sys-queue.h dispatch.h hostfile.h auth.h auth-pam.h audit.h loginrec.h log.h ssherr.h misc.h servconf.h auth2-none.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h atomicio.h xmalloc.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h packet.h openbsd-compat/sys-queue.h dispatch.h log.h ssherr.h misc.h servconf.h ssh2.h monitor_wrap.h auth2-passwd.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h ssherr.h log.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h monitor_wrap.h misc.h servconf.h auth2-pubkey.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh.h ssh2.h packet.h openbsd-compat/sys-queue.h dispatch.h kex.h mac.h crypto_api.h sshbuf.h log.h ssherr.h misc.h servconf.h compat.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth2-pubkey.o: pathnames.h uidswap.h auth-options.h canohost.h monitor_wrap.h authfile.h match.h channels.h session.h sk-api.h auth2-pubkeyfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh.h log.h ssherr.h misc.h sshkey.h digest.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.h authfile.h match.h auth2.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h atomicio.h xmalloc.h ssh2.h packet.h openbsd-compat/sys-queue.h dispatch.h log.h ssherr.h sshbuf.h misc.h servconf.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h pathnames.h monitor_wrap.h digest.h authfd.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh.h sshbuf.h sshkey.h authfd.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h log.h ssherr.h atomicio.h misc.h authfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h ssh.h log.h ssherr.h authfile.h misc.h atomicio.h sshkey.h sshbuf.h krl.h bindir='${exec_prefix}/bin' bitmap.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h bitmap.h build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' canohost.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h packet.h openbsd-compat/sys-queue.h dispatch.h log.h ssherr.h canohost.h misc.h chacha.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h chacha.h channels.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h ssherr.h sshbuf.h packet.h dispatch.h log.h misc.h channels.h compat.h canohost.h sshkey.h authfd.h pathnames.h match.h cipher-aes.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/openssl-compat.h cipher-aesctr.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h cipher-aesctr.h rijndael.h cipher-chachapoly-libcrypto.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h cipher-chachapoly.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h sshbuf.h cipher-chachapoly.h chacha.h poly1305.h cipher.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h misc.h sshbuf.h ssherr.h digest.h openbsd-compat/openssl-compat.h cleanup.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h clientloop.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h packet.h dispatch.h sshbuf.h compat.h channels.h sshkey.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h kex.h mac.h crypto_api.h clientloop.o: myproposal.h log.h ssherr.h misc.h readconf.h clientloop.h sshconnect.h authfd.h atomicio.h sshpty.h match.h msg.h hostfile.h compat.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h packet.h openbsd-compat/sys-queue.h dispatch.h compat.h log.h ssherr.h match.h datadir='${datarootdir}' datarootdir='${prefix}/share' dh.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h digest-libc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h sshbuf.h digest.h digest-openssl.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h dispatch.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh2.h log.h ssherr.h dispatch.h packet.h openbsd-compat/sys-queue.h dns.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h sshkey.h ssherr.h dns.h log.h digest.h docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' ed25519.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h crypto_api.h entropy.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h exec_prefix='${prefix}' fatal.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h groupaccess.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h groupaccess.h match.h log.h ssherr.h gss-genr.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h gss-serv-krb5.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h gss-serv.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h hash.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h crypto_api.h hmac.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshbuf.h digest.h hmac.h host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' hostfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h match.h sshkey.h hostfile.h log.h ssherr.h misc.h pathnames.h digest.h hmac.h sshbuf.h htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' kex.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh.h ssh2.h atomicio.h version.h packet.h openbsd-compat/sys-queue.h dispatch.h compat.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h sshkey.h kex.h mac.h crypto_api.h log.h ssherr.h kex.o: match.h misc.h monitor.h myproposal.h sshbuf.h digest.h xmalloc.h kexc25519.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshkey.h kex.h mac.h crypto_api.h sshbuf.h digest.h ssherr.h ssh2.h kexdh.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h kexecdh.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h kexgen.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshkey.h kex.h mac.h crypto_api.h log.h ssherr.h packet.h openbsd-compat/sys-queue.h dispatch.h ssh2.h sshbuf.h digest.h kexgex.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h kexgexc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h kexgexs.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h kexsntrup761x25519.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h krl.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ./openbsd-compat/sys-tree.h openbsd-compat/sys-queue.h sshbuf.h ssherr.h sshkey.h authfile.h misc.h log.h digest.h bitmap.h utf8.h krl.h libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' log.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h match.h loginrec.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h sshkey.h hostfile.h ssh.h loginrec.h log.h ssherr.h atomicio.h packet.h openbsd-compat/sys-queue.h dispatch.h canohost.h auth.h auth-pam.h audit.h sshbuf.h misc.h logintest.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h loginrec.h mac.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h digest.h hmac.h umac.h mac.h misc.h ssherr.h sshbuf.h openbsd-compat/openssl-compat.h mandir='${datarootdir}/man' mansubdir='man' match.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h match.h misc.h misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h misc.h log.h ssherr.h ssh.h sshbuf.h moduli.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h monitor.o: chacha.h poly1305.h cipher-aesctr.h rijndael.h kex.h mac.h crypto_api.h dh.h packet.h dispatch.h auth-options.h sshpty.h channels.h session.h sshlogin.h canohost.h log.h ssherr.h misc.h servconf.h monitor.h monitor_wrap.h monitor_fdpass.h compat.h ssh2.h authfd.h match.h sk-api.h monitor.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ./openbsd-compat/sys-tree.h openbsd-compat/sys-queue.h openbsd-compat/openssl-compat.h atomicio.h xmalloc.h ssh.h sshkey.h sshbuf.h hostfile.h auth.h auth-pam.h audit.h loginrec.h cipher.h cipher-chachapoly.h monitor_fdpass.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h monitor_fdpass.h monitor_wrap.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h sshbuf.h sshkey.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h kex.h mac.h crypto_api.h hostfile.h auth.h auth-pam.h audit.h monitor_wrap.o: loginrec.h auth-options.h packet.h dispatch.h log.h ssherr.h monitor.h monitor_wrap.h atomicio.h monitor_fdpass.h misc.h channels.h session.h servconf.h msg.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshbuf.h ssherr.h log.h atomicio.h msg.h misc.h mux.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h log.h ssherr.h ssh.h ssh2.h pathnames.h misc.h match.h sshbuf.h channels.h msg.h packet.h dispatch.h monitor_fdpass.h sshpty.h sshkey.h readconf.h clientloop.h nchan.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h ssh2.h sshbuf.h ssherr.h packet.h dispatch.h channels.h compat.h log.h oldincludedir='/usr/include' openssl_bin='/usr/bin/openssl' packet.o: channels.h ssh.h packet.h dispatch.h sshbuf.h packet.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h compat.h ssh2.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h sshkey.h kex.h mac.h crypto_api.h digest.h log.h ssherr.h canohost.h misc.h pdfdir='${docdir}' piddir='/var/run' platform-misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h platform-pledge.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h platform-tracing.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h platform.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h misc.h servconf.h openbsd-compat/sys-queue.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h poly1305.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h poly1305.h prefix='/usr' program_transform_name='s,x,x,' progressmeter.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h progressmeter.h atomicio.h misc.h utf8.h psdir='${docdir}' readconf.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/glob.h xmalloc.h ssh.h ssherr.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h pathnames.h log.h sshkey.h misc.h readconf.h match.h kex.h mac.h crypto_api.h uidswap.h readconf.o: myproposal.h digest.h readpass.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h misc.h pathnames.h log.h ssherr.h ssh.h uidswap.h rijndael.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h rijndael.h runstatedir='${localstatedir}/run' sandbox-capsicum.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-darwin.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-null.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-pledge.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-rlimit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-seccomp-filter.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-solaris.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sandbox-systrace.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sbindir='${exec_prefix}/sbin' scp.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/glob.h xmalloc.h ssh.h atomicio.h pathnames.h log.h ssherr.h misc.h progressmeter.h utf8.h sftp.h sftp-common.h sftp-client.h servconf.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/glob.h openbsd-compat/sys-queue.h xmalloc.h ssh.h log.h ssherr.h sshbuf.h misc.h servconf.h pathnames.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h sshkey.h kex.h servconf.o: mac.h crypto_api.h match.h channels.h groupaccess.h canohost.h packet.h dispatch.h hostfile.h auth.h auth-pam.h audit.h loginrec.h myproposal.h digest.h serverloop.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h packet.h dispatch.h sshbuf.h log.h ssherr.h misc.h servconf.h canohost.h sshpty.h channels.h ssh2.h sshkey.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h serverloop.o: rijndael.h kex.h mac.h crypto_api.h hostfile.h auth.h auth-pam.h audit.h loginrec.h session.h auth-options.h serverloop.h session.o: hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.h authfd.h pathnames.h log.h misc.h servconf.h sshlogin.h serverloop.h canohost.h session.h kex.h mac.h crypto_api.h monitor_wrap.h sftp.h atomicio.h session.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h sshpty.h packet.h dispatch.h sshbuf.h ssherr.h match.h uidswap.h channels.h sshkey.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h sftp-client.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssherr.h sshbuf.h log.h atomicio.h progressmeter.h misc.h utf8.h sftp.h sftp-common.h sftp-client.h openbsd-compat/glob.h sftp-common.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssherr.h sshbuf.h log.h misc.h sftp.h sftp-common.h sftp-glob.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h sftp.h sftp-common.h sftp-client.h openbsd-compat/glob.h sftp-realpath.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sftp-server-main.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h sftp.h misc.h xmalloc.h sftp-server.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h atomicio.h xmalloc.h sshbuf.h ssherr.h log.h misc.h match.h uidswap.h sftp.h sftp-common.h sftp-usergroup.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ./openbsd-compat/sys-tree.h log.h ssherr.h xmalloc.h sftp-common.h sftp-client.h openbsd-compat/glob.h sftp-usergroup.h sftp.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h log.h ssherr.h pathnames.h misc.h utf8.h sftp.h sshbuf.h sftp-common.h sftp-client.h openbsd-compat/glob.h sftp-usergroup.h sharedstatedir='${prefix}/com' sk-usbhid.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sntrup761.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h srclimit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h addr.h canohost.h log.h ssherr.h misc.h srclimit.h xmalloc.h ssh-add.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh.h log.h ssherr.h sshkey.h sshbuf.h authfd.h authfile.h pathnames.h misc.h digest.h ssh-sk.h sk-api.h hostfile.h ssh-agent.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h sshbuf.h sshkey.h authfd.h log.h ssherr.h misc.h digest.h match.h msg.h pathnames.h ssh-pkcs11.h sk-api.h myproposal.h ssh-dss.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh-ecdsa-sk.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/openssl-compat.h sshbuf.h ssherr.h digest.h sshkey.h ssh-ecdsa.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh-ed25519-sk.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h crypto_api.h log.h ssherr.h sshbuf.h sshkey.h ssh.h digest.h ssh-ed25519.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h crypto_api.h log.h ssherr.h sshbuf.h sshkey.h ssh.h ssh-keygen.o: cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h ssh-keygen.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h sshkey.h authfile.h sshbuf.h pathnames.h log.h ssherr.h misc.h match.h hostfile.h dns.h ssh.h ssh2.h ssh-pkcs11.h atomicio.h krl.h digest.h utf8.h authfd.h sshsig.h ssh-sk.h sk-api.h cipher.h ssh-keyscan.o: dispatch.h log.h ssherr.h atomicio.h misc.h hostfile.h ssh_api.h ssh2.h dns.h addr.h ssh-keyscan.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h sshbuf.h sshkey.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h digest.h kex.h mac.h crypto_api.h compat.h myproposal.h packet.h ssh-keysign.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h log.h ssherr.h sshkey.h ssh.h ssh2.h misc.h sshbuf.h authfile.h msg.h canohost.h pathnames.h readconf.h uidswap.h ssh-pkcs11-client.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh-pkcs11-helper.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h sshbuf.h log.h ssherr.h misc.h sshkey.h authfd.h ssh-pkcs11.h ssh-pkcs11.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h sshkey.h ssh-rsa.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh-sk-client.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h sshbuf.h sshkey.h msg.h digest.h pathnames.h ssh-sk.h misc.h ssh-sk-helper.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h log.h ssherr.h sshkey.h authfd.h misc.h sshbuf.h msg.h uidswap.h ssh-sk.h ssh-sk.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh-xmss.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/openssl-compat.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h canohost.h compat.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h packet.h dispatch.h sshbuf.h channels.h ssh.o: sshkey.h authfd.h authfile.h pathnames.h clientloop.h log.h ssherr.h misc.h readconf.h sshconnect.h kex.h mac.h crypto_api.h sshpty.h match.h msg.h version.h myproposal.h utf8.h ssh_api.o: authfile.h misc.h version.h myproposal.h sshbuf.h openbsd-compat/openssl-compat.h ssh_api.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssh_api.h openbsd-compat/sys-queue.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h sshkey.h kex.h mac.h crypto_api.h ssh.h ssh2.h packet.h dispatch.h compat.h log.h ssherr.h sshbuf-getput-basic.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h sshbuf.h sshbuf-getput-crypto.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshbuf-io.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h sshbuf.h atomicio.h sshbuf-misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h sshbuf.h sshbuf.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ssherr.h sshbuf.h misc.h sshconnect.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h hostfile.h ssh.h sshbuf.h packet.h openbsd-compat/sys-queue.h dispatch.h sshkey.h sshconnect.h log.h ssherr.h misc.h readconf.h atomicio.h dns.h monitor_fdpass.h ssh2.h version.h authfile.h authfd.h sshconnect.o: kex.h mac.h crypto_api.h sshconnect2.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h sshbuf.h packet.h dispatch.h compat.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h sshkey.h kex.h mac.h crypto_api.h sshconnect2.o: sshconnect.h authfile.h dh.h authfd.h log.h ssherr.h misc.h readconf.h match.h canohost.h msg.h pathnames.h uidswap.h hostfile.h utf8.h ssh-sk.h sk-api.h sshd.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h ./openbsd-compat/sys-tree.h openbsd-compat/sys-queue.h xmalloc.h ssh.h ssh2.h sshpty.h packet.h dispatch.h log.h ssherr.h sshbuf.h misc.h match.h servconf.h uidswap.h compat.h cipher.h cipher-chachapoly.h chacha.h sshd.o: poly1305.h cipher-aesctr.h rijndael.h digest.h sshkey.h kex.h mac.h crypto_api.h authfile.h pathnames.h atomicio.h canohost.h hostfile.h auth.h auth-pam.h audit.h loginrec.h authfd.h msg.h channels.h session.h monitor.h monitor_wrap.h ssh-sandbox.h auth-options.h version.h sk-api.h srclimit.h dh.h ssherr.o: ssherr.h sshkey-xmss.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshkey.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h crypto_api.h ssh2.h ssherr.h misc.h sshbuf.h cipher.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h digest.h sshkey.h match.h ssh-sk.h openbsd-compat/openssl-compat.h sshlogin.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshlogin.h ssherr.h loginrec.h log.h sshbuf.h misc.h servconf.h openbsd-compat/sys-queue.h sshpty.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshpty.h log.h ssherr.h misc.h sshsig.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h authfd.h authfile.h log.h ssherr.h misc.h sshbuf.h sshsig.h sshkey.h match.h digest.h sshtty.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h sshpty.h sysconfdir='/etc/ssh' target_alias='' ttymodes.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h log.h ssherr.h compat.h sshbuf.h ttymodes.h uidswap.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h log.h ssherr.h uidswap.h xmalloc.h umac.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h umac.h misc.h rijndael.h umac128.o: umac.c includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h umac.h misc.h rijndael.h user_path='/usr/bin:/bin:/usr/sbin:/sbin' utf8.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h utf8.h xauth_path='' xmalloc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h log.h ssherr.h xmss_commons.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmss_fast.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmss_hash.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmss_hash_address.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmss_wots.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-compat/sigact.h openbsd-compat/readpassphrase.h openbsd-compat/vis.h openbsd-compat/getrrsetbyname.h openbsd-compat/sha1.h openbsd-compat/sha2.h openbsd-compat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h openbsd-compat/bsd-poll.h openbsd-compat/fake-rfc2553.h openbsd-compat/bsd-cygwin_util.h openbsd-compat/port-aix.h openbsd-compat/port-irix.h openbsd-compat/port-linux.h openbsd-compat/port-solaris.h openbsd-compat/port-net.h openbsd-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h' ## ----------- ## ## 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_CRYPT_H 1 #define HAVE_DIRENT_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_ELF_H 1 #define HAVE_ERR_H 1 #define HAVE_FEATURES_H 1 #define HAVE_FCNTL_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_PTY_H 1 #define HAVE_RPC_TYPES_H 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_SHADOW_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_BITYPES_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_DIR_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_SYS_PTRACE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_TIME_H 1 #define HAVE_TTYENT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define HAVE_UTMP_H 1 #define HAVE_UTMPX_H 1 #define HAVE_WCHAR_H 1 #define HAVE_NET_ROUTE_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_LASTLOG_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_UN_H 1 #define BROKEN_CLOSEFROM 1 #define PAM_TTY_KLUDGE 1 #define LOCKED_PASSWD_PREFIX "!" #define SPT_TYPE SPT_REUSEARGV #define LINK_OPNOTSUPP_ERRNO EPERM #define _PATH_BTMP "/var/log/btmp" #define USE_BTMP 1 #define LINUX_OOM_ADJUST 1 #define HAVE_LINUX_IF_TUN_H 1 #define SSH_TUN_LINUX 1 #define SSH_TUN_COMPAT_AF 1 #define SSH_TUN_PREPEND_AF 1 #define HAVE_LINUX_SECCOMP_H 1 #define HAVE_LINUX_FILTER_H 1 #define HAVE_LINUX_AUDIT_H 1 #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_X86_64 #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_LOGIN 1 #define HAVE_LOGOUT 1 #define HAVE_OPENPTY 1 #define HAVE_UPDWTMP 1 #define HAVE_LOGWTMP 1 #define HAVE_STRFTIME 1 #define HAVE_MALLOC 1 #define HAVE_REALLOC 1 #define HAVE_CALLOC 1 #define GLOB_HAS_ALTDIRFUNC 1 #define HAVE_DECL_GLOB_NOMATCH 1 #define BROKEN_STRNVIS 1 #define HAVE_PROC_PID 1 #define HAVE_ASPRINTF 1 #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_CLOCK 1 #define HAVE_DIRFD 1 #define HAVE_ENDGRENT 1 #define HAVE_ERR 1 #define HAVE_ERRX 1 #define HAVE_FCHMOD 1 #define HAVE_FCHMODAT 1 #define HAVE_FCHOWN 1 #define HAVE_FCHOWNAT 1 #define HAVE_FLOCK 1 #define HAVE_FNMATCH 1 #define HAVE_FREEADDRINFO 1 #define HAVE_FSTATFS 1 #define HAVE_FSTATVFS 1 #define HAVE_FUTIMES 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETCWD 1 #define HAVE_GETGROUPLIST 1 #define HAVE_GETLINE 1 #define HAVE_GETNAMEINFO 1 #define HAVE_GETOPT 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPGID 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETSID 1 #define HAVE_GETTTYENT 1 #define HAVE_GLOB 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_INNETGR 1 #define HAVE_KILLPG 1 #define HAVE_LLABS 1 #define HAVE_LOCALTIME_R 1 #define HAVE_MEMMEM 1 #define HAVE_MEMMOVE 1 #define HAVE_MKDTEMP 1 #define HAVE_POLL 1 #define HAVE_PPOLL 1 #define HAVE_PRCTL 1 #define HAVE_PSELECT 1 #define HAVE_RAISE 1 #define HAVE_REALPATH 1 #define HAVE_RECVMSG 1 #define HAVE_RRESVPORT_AF 1 #define HAVE_SENDMSG 1 #define HAVE_SETEGID 1 #define HAVE_SETENV 1 #define HAVE_SETEUID 1 #define HAVE_SETGROUPS 1 #define HAVE_SETLINEBUF 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_STRNDUP 1 #define HAVE_STRNLEN 1 #define HAVE_STRPTIME 1 #define HAVE_STRSIGNAL 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_TRUNCATE 1 #define HAVE_UNSETENV 1 #define HAVE_UPDWTMPX 1 #define HAVE_UTIMENSAT 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 0 #define HAVE_DECL_O_NONBLOCK 1 #define HAVE_DECL_FTRUNCATE 1 #define HAVE_DECL_GETENTROPY 0 #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_ENDUTENT 1 #define HAVE_GETUTENT 1 #define HAVE_GETUTID 1 #define HAVE_GETUTLINE 1 #define HAVE_PUTUTLINE 1 #define HAVE_SETUTENT 1 #define HAVE_UTMPNAME 1 #define HAVE_ENDUTXENT 1 #define HAVE_GETUTXENT 1 #define HAVE_GETUTXID 1 #define HAVE_GETUTXLINE 1 #define HAVE_PUTUTXLINE 1 #define HAVE_SETUTXENT 1 #define HAVE_UTMPXNAME 1 #define HAVE_DAEMON 1 #define HAVE_GETPAGESIZE 1 #define SNPRINTF_CONST const #define HAVE_SO_PEERCRED 1 #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 #define HAVE_BN_IS_PRIME_EX 1 #define HAVE_DES_CRYPT 1 #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 #define HAVE_EVP_DIGESTFINAL_EX 1 #define HAVE_EVP_DIGESTINIT_EX 1 #define HAVE_EVP_MD_CTX_COPY_EX 1 #define HAVE_RSA_GENERATE_KEY_EX 1 #define HAVE_RSA_GET_DEFAULT_METHOD 1 #define HAVE_OPENSSL_ADD_ALL_ALGORITHMS 1 #define HAVE_EVP_CIPHER_CTX_IV 1 #define HAVE_EVP_CIPHER_CTX_IV_NOCONST 1 #define HAVE_EVP_SHA256 1 #define HAVE_EVP_SHA384 1 #define HAVE_EVP_SHA512 1 #define HAVE_EVP_CHACHA20 1 #define OPENSSL_HAS_ECC 1 #define HAVE_EC_KEY_METHOD_NEW 1 #define OPENSSL_HAS_NISTP256 1 #define OPENSSL_HAS_NISTP384 1 #define OPENSSL_HAS_NISTP521 1 #define ENABLE_PKCS11 /**/ #define ENABLE_SK /**/ #define OPENSSL_PRNG_ONLY 1 #define HAVE_CRYPT 1 #define HAVE_LIBDL 1 #define HAVE_LIBPAM 1 #define HAVE_PAM_GETENVLIST 1 #define HAVE_PAM_PUTENV 1 #define USE_PAM 1 #define SSH_PRIVSEP_USER "sshd" #define HAVE_STRUCT_POLLFD_FD 1 #define HAVE_NFDS_T 1 #define SANDBOX_SECCOMP_FILTER 1 #define HAVE_LONG_LONG 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_LONG_DOUBLE 1 #define SIZEOF_SHORT_INT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG_INT 8 #define SIZEOF_LONG_LONG_INT 8 #define SIZEOF_TIME_T 8 #define HAVE_DECL_UINT32_MAX 1 #define HAVE_U_INT 1 #define HAVE_INTXX_T 1 #define HAVE_INT64_T 1 #define HAVE_U_INTXX_T 1 #define HAVE_U_INT64_T 1 #define HAVE_UINTXX_T 1 #define HAVE_UINTXX_T 1 #define HAVE_U_CHAR 1 #define HAVE_INTMAX_T 1 #define HAVE_UINTMAX_T 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_SIGHANDLER_T 1 #define HAVE_FSBLKCNT_T 1 #define HAVE_FSFILCNT_T 1 #define HAVE_STRUCT_STATFS_F_FILES 1 #define HAVE_STRUCT_STATFS_F_FLAGS 1 #define HAVE_IN_ADDR_T 1 #define HAVE_IN_PORT_T 1 #define HAVE_SIZE_T 1 #define HAVE_SSIZE_T 1 #define HAVE_CLOCK_T 1 #define HAVE_SA_FAMILY_T 1 #define HAVE_PID_T 1 #define HAVE_MODE_T 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_SOCKADDR_IN6 1 #define HAVE_STRUCT_IN6_ADDR 1 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_STRUCT_TIMEVAL 1 #define HAVE_STRUCT_TIMESPEC 1 #define HAVE_HOST_IN_UTMP 1 #define HAVE_HOST_IN_UTMPX 1 #define HAVE_PID_IN_UTMP 1 #define HAVE_TYPE_IN_UTMP 1 #define HAVE_TYPE_IN_UTMPX 1 #define HAVE_TV_IN_UTMP 1 #define HAVE_ID_IN_UTMP 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_ADDR_IN_UTMP 1 #define HAVE_ADDR_IN_UTMPX 1 #define HAVE_ADDR_V6_IN_UTMP 1 #define HAVE_ADDR_V6_IN_UTMPX 1 #define HAVE_EXIT_IN_UTMP 1 #define HAVE_TV_IN_UTMPX 1 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_STAT_ST_MTIM 1 #define HAVE_STRUCT_STAT_ST_MTIME 1 #define HAVE_STRUCT_PASSWD_PW_GECOS 1 #define HAVE_SS_FAMILY_IN_SS 1 #define HAVE_CONTROL_IN_MSGHDR 1 #define HAVE___PROGNAME 1 #define HAVE___FUNCTION__ 1 #define HAVE___func__ 1 #define HAVE_VA_COPY 1 #define HAVE___VA_COPY 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_NERR 1 #define HAVE__GETSHORT 1 #define HAVE__GETLONG 1 #define HAVE_DECL__GETSHORT 0 #define HAVE_DECL__GETLONG 0 #define HAVE_HEADER_AD 1 #define HAVE__RES_EXTERN 1 #define HAS_SHADOW_EXPIRE 1 #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" #define IPV4_IN_IPV6 1 #define _PATH_SSH_PIDDIR "/var/run" configure: exit 0