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.59. Invocation command line was $ ./configure --sysconfdir=/etc/ssh --datadir=/usr/share/openssh --with-kerberos5=/usr --with-xauth=/usr/bin/xauth --with-pam --prefix=/usr --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i586-uhu-linux --host=i586-uhu-linux ## --------- ## ## Platform. ## ## --------- ## hostname = independence uname -m = i686 uname -r = 2.6.17.6-3 uname -s = Linux uname -v = #1 SMP Wed Jul 26 12:57:38 CEST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1374: checking for i586-uhu-linux-gcc configure:1390: found /usr/lib/ccache/i586-uhu-linux-gcc configure:1400: result: i586-uhu-linux-gcc configure:1682: checking for C compiler version configure:1685: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 Copyright (C) 2006 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:1688: $? = 0 configure:1690: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:1693: $? = 0 configure:1695: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:1698: $? = 1 configure:1721: checking for C compiler default output file name configure:1724: i586-uhu-linux-gcc conftest.c >&5 configure:1727: $? = 0 configure:1773: result: a.out configure:1778: checking whether the C compiler works configure:1784: ./a.out configure:1787: $? = 0 configure:1804: result: yes configure:1811: checking whether we are cross compiling configure:1813: result: no configure:1816: checking for suffix of executables configure:1818: i586-uhu-linux-gcc -o conftest conftest.c >&5 configure:1821: $? = 0 configure:1846: result: configure:1852: checking for suffix of object files configure:1873: i586-uhu-linux-gcc -c conftest.c >&5 configure:1876: $? = 0 configure:1898: result: o configure:1902: checking whether we are using the GNU C compiler configure:1926: i586-uhu-linux-gcc -c conftest.c >&5 configure:1932: $? = 0 configure:1936: test -z || test ! -s conftest.err configure:1939: $? = 0 configure:1942: test -s conftest.o configure:1945: $? = 0 configure:1958: result: yes configure:1964: checking whether i586-uhu-linux-gcc accepts -g configure:1985: i586-uhu-linux-gcc -c -g conftest.c >&5 configure:1991: $? = 0 configure:1995: test -z || test ! -s conftest.err configure:1998: $? = 0 configure:2001: test -s conftest.o configure:2004: $? = 0 configure:2015: result: yes configure:2032: checking for i586-uhu-linux-gcc option to accept ANSI C configure:2102: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:2108: $? = 0 configure:2112: test -z || test ! -s conftest.err configure:2115: $? = 0 configure:2118: test -s conftest.o configure:2121: $? = 0 configure:2139: result: none needed configure:2157: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2163: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2327: checking build system type configure:2345: result: i586-uhu-linux-gnu configure:2353: checking host system type configure:2367: result: i586-uhu-linux-gnu configure:2376: checking whether byte ordering is bigendian configure:2403: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:2409: $? = 0 configure:2413: test -z || test ! -s conftest.err configure:2416: $? = 0 configure:2419: test -s conftest.o configure:2422: $? = 0 configure:2446: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:16: error: `not' undeclared (first use in this function) conftest.c:16: error: (Each undeclared identifier is reported only once conftest.c:16: error: for each function it appears in.) conftest.c:16: error: syntax error before "big" configure:2452: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:2587: result: no configure:2612: checking for gawk configure:2628: found /bin/gawk configure:2638: result: gawk configure:2653: checking how to run the C preprocessor configure:2688: i586-uhu-linux-gcc -E conftest.c configure:2694: $? = 0 configure:2726: i586-uhu-linux-gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2732: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | /* end confdefs.h. */ | #include configure:2771: result: i586-uhu-linux-gcc -E configure:2795: i586-uhu-linux-gcc -E conftest.c configure:2801: $? = 0 configure:2833: i586-uhu-linux-gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | /* end confdefs.h. */ | #include configure:2885: checking for i586-uhu-linux-ranlib configure:2914: result: no configure:2923: checking for ranlib configure:2939: found /usr/bin/ranlib configure:2950: result: ranlib configure:2975: checking for a BSD-compatible install configure:3030: result: /bin/install -c configure:3041: checking for egrep configure:3051: result: grep -E configure:3058: checking for ar configure:3076: found /usr/bin/ar configure:3088: result: /usr/bin/ar configure:3097: checking for cat configure:3115: found /bin/cat configure:3127: result: /bin/cat configure:3136: checking for kill configure:3154: found /bin/kill configure:3166: result: /bin/kill configure:3177: checking for perl5 configure:3195: found /usr/bin/perl5 configure:3207: result: /usr/bin/perl5 configure:3219: checking for sed configure:3237: found /bin/sed configure:3249: result: /bin/sed configure:3259: checking for ent configure:3292: result: no configure:3299: checking for bash configure:3317: found /bin/bash configure:3329: result: /bin/bash configure:3338: checking for ksh configure:3368: result: /bin/bash configure:3377: checking for sh configure:3407: result: /bin/bash configure:3416: checking for sh configure:3434: found /bin/sh configure:3446: result: /bin/sh configure:3458: checking for groupadd configure:3476: found /usr/sbin/groupadd configure:3489: result: /usr/sbin/groupadd configure:3498: checking for useradd configure:3516: found /usr/sbin/useradd configure:3529: result: /usr/sbin/useradd configure:3538: checking for pkgmk configure:3565: result: no configure:3588: checking for special C compiler options needed for large files configure:3687: result: no configure:3693: checking for _FILE_OFFSET_BITS value needed for large files configure:3724: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:15: warning: left shift count >= width of type conftest.c:15: warning: left shift count >= width of type conftest.c:17: error: size of array `off_t_is_large' is negative configure:3730: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:3777: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3783: $? = 0 configure:3787: test -z || test ! -s conftest.err configure:3790: $? = 0 configure:3793: test -s conftest.o configure:3796: $? = 0 configure:3808: result: 64 configure:3818: checking for _LARGE_FILES value needed for large files configure:3849: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3855: $? = 0 configure:3859: test -z || test ! -s conftest.err configure:3862: $? = 0 configure:3865: test -s conftest.o configure:3868: $? = 0 configure:3933: result: no configure:3963: checking for login configure:3981: found /bin/login configure:3993: result: /bin/login configure:4010: checking for passwd configure:4028: found /usr/bin/passwd configure:4040: result: /usr/bin/passwd configure:4060: checking for inline configure:4081: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4087: $? = 0 configure:4091: test -z || test ! -s conftest.err configure:4094: $? = 0 configure:4097: test -s conftest.o configure:4100: $? = 0 configure:4112: result: inline configure:4132: checking whether LLONG_MAX is declared configure:4157: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:18: error: `LLONG_MAX' undeclared (first use in this function) conftest.c:18: error: (Each undeclared identifier is reported only once conftest.c:18: error: for each function it appears in.) configure:4163: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef LLONG_MAX | char *p = (char *) LLONG_MAX; | #endif | | ; | return 0; | } configure:4187: result: no configure:4211: checking whether LLONG_MAX is declared configure:4237: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:4243: $? = 0 configure:4247: test -z || test ! -s conftest.err configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:5660: checking for ANSI C header files configure:5685: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5691: $? = 0 configure:5695: test -z || test ! -s conftest.err configure:5698: $? = 0 configure:5701: test -s conftest.o configure:5704: $? = 0 configure:5793: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:36: warning: implicit declaration of function `exit' configure:5796: $? = 0 configure:5798: ./conftest configure:5801: $? = 0 configure:5816: result: yes configure:5840: checking for sys/types.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for sys/stat.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for stdlib.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for string.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for memory.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for strings.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for inttypes.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for stdint.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5840: checking for unistd.h configure:5856: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5862: $? = 0 configure:5866: test -z || test ! -s conftest.err configure:5869: $? = 0 configure:5872: test -s conftest.o configure:5875: $? = 0 configure:5886: result: yes configure:5912: checking linux/if_tun.h usability configure:5924: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:5930: $? = 0 configure:5934: test -z || test ! -s conftest.err configure:5937: $? = 0 configure:5940: test -s conftest.o configure:5943: $? = 0 configure:5953: result: yes configure:5957: checking linux/if_tun.h presence configure:5967: i586-uhu-linux-gcc -E conftest.c configure:5973: $? = 0 configure:5993: result: yes configure:6028: checking for linux/if_tun.h configure:6035: result: yes configure:7342: checking compiler and flags for sanity configure:7361: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:35: warning: implicit declaration of function `exit' configure:7364: $? = 0 configure:7366: ./conftest configure:7369: $? = 0 configure:7371: result: yes configure:7516: checking bstring.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:67:21: bstring.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_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. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking bstring.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:33:21: bstring.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_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. */ | #include configure:7597: result: no configure:7632: checking for bstring.h configure:7639: result: no configure:7516: checking crypt.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking crypt.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for crypt.h configure:7639: result: yes configure:7516: checking dirent.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking dirent.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for dirent.h configure:7639: result: yes configure:7516: checking endian.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking endian.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for endian.h configure:7639: result: yes configure:7516: checking features.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking features.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for features.h configure:7639: result: yes configure:7516: checking floatingpoint.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:71:27: floatingpoint.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking floatingpoint.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:37:27: floatingpoint.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for floatingpoint.h configure:7639: result: no configure:7516: checking getopt.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking getopt.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for getopt.h configure:7639: result: yes configure:7516: checking glob.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking glob.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for glob.h configure:7639: result: yes configure:7516: checking ia.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:73:16: ia.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking ia.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:39:16: ia.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for ia.h configure:7639: result: no configure:7516: checking iaf.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:73:17: iaf.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking iaf.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:39:17: iaf.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for iaf.h configure:7639: result: no configure:7516: checking limits.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking limits.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for limits.h configure:7639: result: yes configure:7516: checking login.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:74:19: login.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking login.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:40:19: login.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for login.h configure:7639: result: no configure:7516: checking login_cap.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:74:23: login_cap.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking login_cap.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:40:23: login_cap.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for login_cap.h configure:7639: result: no configure:7516: checking maillock.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:74:22: maillock.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking maillock.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:40:22: maillock.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for maillock.h configure:7639: result: no configure:7516: checking ndir.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:74:18: ndir.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking ndir.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:40:18: ndir.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for ndir.h configure:7639: result: no configure:7516: checking netdb.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking netdb.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for netdb.h configure:7639: result: yes configure:7516: checking netgroup.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:75:22: netgroup.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking netgroup.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:41:22: netgroup.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for netgroup.h configure:7639: result: no configure:7516: checking pam/pam_appl.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:75:26: pam/pam_appl.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking pam/pam_appl.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:41:26: pam/pam_appl.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for pam/pam_appl.h configure:7639: result: no configure:7516: checking paths.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking paths.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for paths.h configure:7639: result: yes configure:7516: checking pty.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking pty.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for pty.h configure:7639: result: yes configure:7516: checking readpassphrase.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:77:28: readpassphrase.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking readpassphrase.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:43:28: readpassphrase.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for readpassphrase.h configure:7639: result: no configure:7516: checking rpc/types.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking rpc/types.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for rpc/types.h configure:7639: result: yes configure:7516: checking security/pam_appl.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking security/pam_appl.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for security/pam_appl.h configure:7639: result: yes configure:7516: checking shadow.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking shadow.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for shadow.h configure:7639: result: yes configure:7516: checking stddef.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking stddef.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for stddef.h configure:7639: result: yes configure:7507: checking for stdint.h configure:7512: result: yes configure:7507: checking for string.h configure:7512: result: yes configure:7507: checking for strings.h configure:7512: result: yes configure:7516: checking sys/audit.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:84:23: sys/audit.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/audit.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:50:23: sys/audit.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/audit.h configure:7639: result: no configure:7516: checking sys/bitypes.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/bitypes.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/bitypes.h configure:7639: result: yes configure:7516: checking sys/bsdtty.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:85:24: sys/bsdtty.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_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 | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/bsdtty.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:51:24: sys/bsdtty.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/bsdtty.h configure:7639: result: no configure:7516: checking sys/cdefs.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/cdefs.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/cdefs.h configure:7639: result: yes configure:7516: checking sys/dir.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/dir.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/dir.h configure:7639: result: yes configure:7516: checking sys/mman.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/mman.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/mman.h configure:7639: result: yes configure:7516: checking sys/ndir.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:88:22: sys/ndir.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/ndir.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:54:22: sys/ndir.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/ndir.h configure:7639: result: no configure:7516: checking sys/prctl.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/prctl.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/prctl.h configure:7639: result: yes configure:7516: checking sys/pstat.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:89:23: sys/pstat.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/pstat.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:55:23: sys/pstat.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/pstat.h configure:7639: result: no configure:7516: checking sys/select.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/select.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/select.h configure:7639: result: yes configure:7507: checking for sys/stat.h configure:7512: result: yes configure:7516: checking sys/stream.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:91:24: sys/stream.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/stream.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:57:24: sys/stream.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/stream.h configure:7639: result: no configure:7516: checking sys/stropts.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/stropts.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/stropts.h configure:7639: result: yes configure:7516: checking sys/strtio.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:92:24: sys/strtio.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/strtio.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:58:24: sys/strtio.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/strtio.h configure:7639: result: no configure:7516: checking sys/sysmacros.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/sysmacros.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/sysmacros.h configure:7639: result: yes configure:7516: checking sys/time.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/time.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/time.h configure:7639: result: yes configure:7516: checking sys/timers.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:94:24: sys/timers.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking sys/timers.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:60:24: sys/timers.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for sys/timers.h configure:7639: result: no configure:7516: checking sys/un.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking sys/un.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for sys/un.h configure:7639: result: yes configure:7516: checking time.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking time.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for time.h configure:7639: result: yes configure:7516: checking tmpdir.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:96:20: tmpdir.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking tmpdir.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:62:20: tmpdir.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for tmpdir.h configure:7639: result: no configure:7516: checking ttyent.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking ttyent.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for ttyent.h configure:7639: result: yes configure:7507: checking for unistd.h configure:7512: result: yes configure:7516: checking usersec.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:98:21: usersec.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking usersec.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:64:21: usersec.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for usersec.h configure:7639: result: no configure:7516: checking util.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:98:18: util.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking util.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:64:18: util.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for util.h configure:7639: result: no configure:7516: checking utime.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking utime.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for utime.h configure:7639: result: yes configure:7516: checking utmp.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking utmp.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for utmp.h configure:7639: result: yes configure:7516: checking utmpx.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7534: $? = 0 configure:7538: test -z || test ! -s conftest.err configure:7541: $? = 0 configure:7544: test -s conftest.o configure:7547: $? = 0 configure:7557: result: yes configure:7561: checking utmpx.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c configure:7577: $? = 0 configure:7597: result: yes configure:7632: checking for utmpx.h configure:7639: result: yes configure:7516: checking vis.h usability configure:7528: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:101:17: vis.h: No such file or directory configure:7534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7557: result: no configure:7561: checking vis.h presence configure:7571: i586-uhu-linux-gcc -E conftest.c conftest.c:67:17: vis.h: No such file or directory configure:7577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | /* end confdefs.h. */ | #include configure:7597: result: no configure:7632: checking for vis.h configure:7639: result: no configure:7658: checking for lastlog.h configure:7678: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:7684: $? = 0 configure:7688: test -z || test ! -s conftest.err configure:7691: $? = 0 configure:7694: test -s conftest.o configure:7697: $? = 0 configure:7708: result: yes configure:7725: checking for sys/ptms.h configure:7745: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:74:22: sys/ptms.h: No such file or directory configure:7751: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_STREAM_H | # include | #endif | | | #include configure:7775: result: no configure:7788: checking for yp_match configure:7845: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 /tmp/ccQU7Sq7.o: In function `main': /var/uhubuild/work/compile/conftest.c:108: undefined reference to `yp_match' /tmp/ccQU7Sq7.o:(.data+0x0): undefined reference to `yp_match' collect2: ld returned 1 exit status configure:7851: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | /* end confdefs.h. */ | /* Define yp_match to an innocuous variant, in case declares yp_match. | For example, HP-UX 11i declares gettimeofday. */ | #define yp_match innocuous_yp_match | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char yp_match (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef yp_match | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yp_match (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_yp_match) || defined (__stub___yp_match) | choke me | #else | char (*f) () = yp_match; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != yp_match; | ; | return 0; | } configure:7876: result: no configure:7882: checking for yp_match in -lnsl configure:7912: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lnsl >&5 configure:7918: $? = 0 configure:7922: test -z || test ! -s conftest.err configure:7925: $? = 0 configure:7928: test -s conftest configure:7931: $? = 0 configure:7944: result: yes configure:7957: checking for setsockopt configure:8014: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lnsl >&5 configure:8020: $? = 0 configure:8024: test -z || test ! -s conftest.err configure:8027: $? = 0 configure:8030: test -s conftest configure:8033: $? = 0 configure:8045: result: yes configure:8131: checking for dirname configure:8188: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lnsl >&5 configure:8194: $? = 0 configure:8198: test -z || test ! -s conftest.err configure:8201: $? = 0 configure:8204: test -s conftest configure:8207: $? = 0 configure:8219: result: yes configure:8239: checking libgen.h usability configure:8251: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:8257: $? = 0 configure:8261: test -z || test ! -s conftest.err configure:8264: $? = 0 configure:8267: test -s conftest.o configure:8270: $? = 0 configure:8280: result: yes configure:8284: checking libgen.h presence configure:8294: i586-uhu-linux-gcc -E conftest.c configure:8300: $? = 0 configure:8320: result: yes configure:8355: checking for libgen.h configure:8362: result: yes configure:8669: checking for getspnam configure:8726: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lnsl >&5 configure:8732: $? = 0 configure:8736: test -z || test ! -s conftest.err configure:8739: $? = 0 configure:8742: test -s conftest configure:8745: $? = 0 configure:8757: result: yes configure:8832: checking for library containing basename configure:8862: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lnsl >&5 configure:8868: $? = 0 configure:8872: test -z || test ! -s conftest.err configure:8875: $? = 0 configure:8878: test -s conftest configure:8881: $? = 0 configure:8951: result: none required configure:8995: checking for deflate in -lz configure:9025: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lz -lnsl >&5 configure:9031: $? = 0 configure:9035: test -z || test ! -s conftest.err configure:9038: $? = 0 configure:9041: test -s conftest configure:9044: $? = 0 configure:9057: result: yes configure:9153: checking zlib.h usability configure:9165: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:9171: $? = 0 configure:9175: test -z || test ! -s conftest.err configure:9178: $? = 0 configure:9181: test -s conftest.o configure:9184: $? = 0 configure:9194: result: yes configure:9198: checking zlib.h presence configure:9208: i586-uhu-linux-gcc -E conftest.c configure:9214: $? = 0 configure:9234: result: yes configure:9269: checking for zlib.h configure:9276: result: yes configure:9301: checking for possibly buggy zlib configure:9339: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lz -lnsl >&5 conftest.c: In function `main': conftest.c:81: warning: implicit declaration of function `exit' configure:9342: $? = 0 configure:9344: ./conftest found zlib version 1.2.3 (1020300) configure:9347: $? = 0 configure:9349: result: no configure:9384: checking for strcasecmp configure:9441: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lz -lnsl >&5 configure:9447: $? = 0 configure:9451: test -z || test ! -s conftest.err configure:9454: $? = 0 configure:9457: test -s conftest configure:9460: $? = 0 configure:9472: result: yes configure:9552: checking for utimes configure:9609: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lz -lnsl >&5 configure:9615: $? = 0 configure:9619: test -z || test ! -s conftest.err configure:9622: $? = 0 configure:9625: test -s conftest configure:9628: $? = 0 configure:9640: result: yes configure:9739: checking libutil.h usability configure:9751: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c:108:21: libutil.h: No such file or directory configure:9757: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:9780: result: no configure:9784: checking libutil.h presence configure:9794: i586-uhu-linux-gcc -E conftest.c conftest.c:74:21: libutil.h: No such file or directory configure:9800: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | /* end confdefs.h. */ | #include configure:9820: result: no configure:9855: checking for libutil.h configure:9862: result: no configure:9875: checking for library containing login configure:9905: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lz -lnsl >&5 /tmp/cc6h6oAL.o: In function `main': /var/uhubuild/work/compile/conftest.c:85: undefined reference to `login' collect2: ld returned 1 exit status configure:9911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char login (); | int | main () | { | login (); | ; | return 0; | } configure:9960: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:9966: $? = 0 configure:9970: test -z || test ! -s conftest.err configure:9973: $? = 0 configure:9976: test -s conftest configure:9979: $? = 0 configure:9994: result: -lutil configure:10011: checking for logout configure:10068: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:10074: $? = 0 configure:10078: test -z || test ! -s conftest.err configure:10081: $? = 0 configure:10084: test -s conftest configure:10087: $? = 0 configure:10099: result: yes configure:10011: checking for updwtmp configure:10068: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:10074: $? = 0 configure:10078: test -z || test ! -s conftest.err configure:10081: $? = 0 configure:10084: test -s conftest configure:10087: $? = 0 configure:10099: result: yes configure:10011: checking for logwtmp configure:10068: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:10074: $? = 0 configure:10078: test -z || test ! -s conftest.err configure:10081: $? = 0 configure:10084: test -s conftest configure:10087: $? = 0 configure:10099: result: yes configure:10114: checking for strftime configure:10171: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:102: warning: conflicting types for built-in function 'strftime' configure:10177: $? = 0 configure:10181: test -z || test ! -s conftest.err configure:10184: $? = 0 configure:10187: test -s conftest configure:10190: $? = 0 configure:10202: result: yes configure:10288: checking for GLOB_ALTDIRFUNC support configure:10311: result: yes configure:10325: checking for gl_matchc field in glob_t configure:10351: result: no configure:10359: checking whether struct dirent allocates space for d_name configure:10385: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:83: warning: implicit declaration of function `exit' configure:10388: $? = 0 configure:10390: ./conftest configure:10393: $? = 0 configure:10395: result: yes configure:10416: checking for /proc/pid/fd directory configure:10424: result: yes configure:11478: checking for arc4random configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccMDrtD8.o: In function `main': /var/uhubuild/work/compile/conftest.c:121: undefined reference to `arc4random' /tmp/ccMDrtD8.o:(.data+0x0): undefined reference to `arc4random' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | /* end confdefs.h. */ | /* Define arc4random to an innocuous variant, in case declares arc4random. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random innocuous_arc4random | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef arc4random | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = arc4random; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != arc4random; | ; | return 0; | } configure:11566: result: no configure:11478: checking for asprintf configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for b64_ntop configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/cccsEo2U.o: In function `main': /var/uhubuild/work/compile/conftest.c:122: undefined reference to `b64_ntop' /tmp/cccsEo2U.o:(.data+0x0): undefined reference to `b64_ntop' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define b64_ntop to an innocuous variant, in case declares b64_ntop. | For example, HP-UX 11i declares gettimeofday. */ | #define b64_ntop innocuous_b64_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char b64_ntop (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef b64_ntop | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = b64_ntop; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != b64_ntop; | ; | return 0; | } configure:11566: result: no configure:11478: checking for __b64_ntop configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccav48Ab.o: In function `main': /var/uhubuild/work/compile/conftest.c:122: undefined reference to `__b64_ntop' /tmp/ccav48Ab.o:(.data+0x0): undefined reference to `__b64_ntop' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define __b64_ntop to an innocuous variant, in case declares __b64_ntop. | For example, HP-UX 11i declares gettimeofday. */ | #define __b64_ntop innocuous___b64_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __b64_ntop (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __b64_ntop | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = __b64_ntop; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __b64_ntop; | ; | return 0; | } configure:11566: result: no configure:11478: checking for b64_pton configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccCi1s7c.o: In function `main': /var/uhubuild/work/compile/conftest.c:122: undefined reference to `b64_pton' /tmp/ccCi1s7c.o:(.data+0x0): undefined reference to `b64_pton' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define b64_pton to an innocuous variant, in case declares b64_pton. | For example, HP-UX 11i declares gettimeofday. */ | #define b64_pton innocuous_b64_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char b64_pton (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef b64_pton | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = b64_pton; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != b64_pton; | ; | return 0; | } configure:11566: result: no configure:11478: checking for __b64_pton configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccqYe17w.o: In function `main': /var/uhubuild/work/compile/conftest.c:122: undefined reference to `__b64_pton' /tmp/ccqYe17w.o:(.data+0x0): undefined reference to `__b64_pton' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define __b64_pton to an innocuous variant, in case declares __b64_pton. | For example, HP-UX 11i declares gettimeofday. */ | #define __b64_pton innocuous___b64_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __b64_pton (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __b64_pton | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = __b64_pton; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __b64_pton; | ; | return 0; | } configure:11566: result: no configure:11478: checking for bcopy configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:106: warning: conflicting types for built-in function 'bcopy' configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for bindresvport_sa configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccoiGaZx.o: In function `main': /var/uhubuild/work/compile/conftest.c:123: undefined reference to `bindresvport_sa' /tmp/ccoiGaZx.o:(.data+0x0): undefined reference to `bindresvport_sa' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | /* end confdefs.h. */ | /* Define bindresvport_sa to an innocuous variant, in case declares bindresvport_sa. | For example, HP-UX 11i declares gettimeofday. */ | #define bindresvport_sa innocuous_bindresvport_sa | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char bindresvport_sa (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef bindresvport_sa | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = bindresvport_sa; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != bindresvport_sa; | ; | return 0; | } configure:11566: result: no configure:11478: checking for clock configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for closefrom configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccvX7BLh.o: In function `main': /var/uhubuild/work/compile/conftest.c:124: undefined reference to `closefrom' /tmp/ccvX7BLh.o:(.data+0x0): undefined reference to `closefrom' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | /* end confdefs.h. */ | /* Define closefrom to an innocuous variant, in case declares closefrom. | For example, HP-UX 11i declares gettimeofday. */ | #define closefrom innocuous_closefrom | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char closefrom (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef closefrom | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = closefrom; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != closefrom; | ; | return 0; | } configure:11566: result: no configure:11478: checking for dirfd configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for fchmod configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for fchown configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for freeaddrinfo configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for futimes configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getaddrinfo configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getcwd configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getgrouplist configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getnameinfo configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getopt configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getpeereid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccgoOPED.o: In function `main': /var/uhubuild/work/compile/conftest.c:134: undefined reference to `getpeereid' /tmp/ccgoOPED.o:(.data+0x0): undefined reference to `getpeereid' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | /* end confdefs.h. */ | /* Define getpeereid to an innocuous variant, in case declares getpeereid. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeereid innocuous_getpeereid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeereid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getpeereid | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = getpeereid; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getpeereid; | ; | return 0; | } configure:11566: result: no configure:11478: checking for _getpty configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccG2IB64.o: In function `main': /var/uhubuild/work/compile/conftest.c:134: undefined reference to `_getpty' /tmp/ccG2IB64.o:(.data+0x0): undefined reference to `_getpty' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | /* end confdefs.h. */ | /* Define _getpty to an innocuous variant, in case declares _getpty. | For example, HP-UX 11i declares gettimeofday. */ | #define _getpty innocuous__getpty | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _getpty (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _getpty | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = _getpty; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _getpty; | ; | return 0; | } configure:11566: result: no configure:11478: checking for getrlimit configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for getttyent configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for glob configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for inet_aton configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for inet_ntoa configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for inet_ntop configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for innetgr configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for login_getcapbool configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccgGWpZe.o: In function `main': /var/uhubuild/work/compile/conftest.c:141: undefined reference to `login_getcapbool' /tmp/ccgGWpZe.o:(.data+0x0): undefined reference to `login_getcapbool' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | /* end confdefs.h. */ | /* Define login_getcapbool to an innocuous variant, in case declares login_getcapbool. | For example, HP-UX 11i declares gettimeofday. */ | #define login_getcapbool innocuous_login_getcapbool | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char login_getcapbool (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef login_getcapbool | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = login_getcapbool; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != login_getcapbool; | ; | return 0; | } configure:11566: result: no configure:11478: checking for md5_crypt configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccKBhLDA.o: In function `main': /var/uhubuild/work/compile/conftest.c:141: undefined reference to `md5_crypt' /tmp/ccKBhLDA.o:(.data+0x0): undefined reference to `md5_crypt' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | /* end confdefs.h. */ | /* Define md5_crypt to an innocuous variant, in case declares md5_crypt. | For example, HP-UX 11i declares gettimeofday. */ | #define md5_crypt innocuous_md5_crypt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char md5_crypt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef md5_crypt | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char md5_crypt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_md5_crypt) || defined (__stub___md5_crypt) | choke me | #else | char (*f) () = md5_crypt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != md5_crypt; | ; | return 0; | } configure:11566: result: no configure:11478: checking for memmove configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:125: warning: conflicting types for built-in function 'memmove' configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for mkdtemp configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for mmap configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for ngetaddrinfo configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccSPwSu0.o: In function `main': /var/uhubuild/work/compile/conftest.c:144: undefined reference to `ngetaddrinfo' /tmp/ccSPwSu0.o:(.data+0x0): undefined reference to `ngetaddrinfo' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | /* Define ngetaddrinfo to an innocuous variant, in case declares ngetaddrinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define ngetaddrinfo innocuous_ngetaddrinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ngetaddrinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef ngetaddrinfo | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = ngetaddrinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != ngetaddrinfo; | ; | return 0; | } configure:11566: result: no configure:11478: checking for nsleep configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccYWuQNj.o: In function `main': /var/uhubuild/work/compile/conftest.c:144: undefined reference to `nsleep' /tmp/ccYWuQNj.o:(.data+0x0): undefined reference to `nsleep' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | /* Define nsleep to an innocuous variant, in case declares nsleep. | For example, HP-UX 11i declares gettimeofday. */ | #define nsleep innocuous_nsleep | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nsleep (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef nsleep | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = nsleep; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != nsleep; | ; | return 0; | } configure:11566: result: no configure:11478: checking for ogetaddrinfo configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccKBM4rj.o: In function `main': /var/uhubuild/work/compile/conftest.c:144: undefined reference to `ogetaddrinfo' /tmp/ccKBM4rj.o:(.data+0x0): undefined reference to `ogetaddrinfo' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | /* Define ogetaddrinfo to an innocuous variant, in case declares ogetaddrinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define ogetaddrinfo innocuous_ogetaddrinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ogetaddrinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef ogetaddrinfo | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = ogetaddrinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != ogetaddrinfo; | ; | return 0; | } configure:11566: result: no configure:11478: checking for openlog_r configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/cc4lm3sF.o: In function `main': /var/uhubuild/work/compile/conftest.c:144: undefined reference to `openlog_r' /tmp/cc4lm3sF.o:(.data+0x0): undefined reference to `openlog_r' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | /* Define openlog_r to an innocuous variant, in case declares openlog_r. | For example, HP-UX 11i declares gettimeofday. */ | #define openlog_r innocuous_openlog_r | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char openlog_r (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef openlog_r | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = openlog_r; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != openlog_r; | ; | return 0; | } configure:11566: result: no configure:11478: checking for openpty configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for prctl configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for pstat configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccENg1iL.o: In function `main': /var/uhubuild/work/compile/conftest.c:146: undefined reference to `pstat' /tmp/ccENg1iL.o:(.data+0x0): undefined reference to `pstat' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | /* end confdefs.h. */ | /* Define pstat to an innocuous variant, in case declares pstat. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat innocuous_pstat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pstat | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = pstat; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat; | ; | return 0; | } configure:11566: result: no configure:11478: checking for readpassphrase configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccUjbQEY.o: In function `main': /var/uhubuild/work/compile/conftest.c:146: undefined reference to `readpassphrase' /tmp/ccUjbQEY.o:(.data+0x0): undefined reference to `readpassphrase' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | /* end confdefs.h. */ | /* Define readpassphrase to an innocuous variant, in case declares readpassphrase. | For example, HP-UX 11i declares gettimeofday. */ | #define readpassphrase innocuous_readpassphrase | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char readpassphrase (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef readpassphrase | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = readpassphrase; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != readpassphrase; | ; | return 0; | } configure:11566: result: no configure:11478: checking for realpath configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for recvmsg configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for rresvport_af configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for sendmsg configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setdtablesize configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/cc8ggutk.o: In function `main': /var/uhubuild/work/compile/conftest.c:150: undefined reference to `setdtablesize' /tmp/cc8ggutk.o:(.data+0x0): undefined reference to `setdtablesize' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | /* end confdefs.h. */ | /* Define setdtablesize to an innocuous variant, in case declares setdtablesize. | For example, HP-UX 11i declares gettimeofday. */ | #define setdtablesize innocuous_setdtablesize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setdtablesize (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setdtablesize | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = setdtablesize; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setdtablesize; | ; | return 0; | } configure:11566: result: no configure:11478: checking for setegid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setenv configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for seteuid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setgroups configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setlogin configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:143: error: syntax error before "me" conftest.c:151: error: syntax error before "int" conftest.c: In function `main': conftest.c:154: error: `f' undeclared (first use in this function) conftest.c:154: error: (Each undeclared identifier is reported only once conftest.c:154: error: for each function it appears in.) configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | /* end confdefs.h. */ | /* Define setlogin to an innocuous variant, in case declares setlogin. | For example, HP-UX 11i declares gettimeofday. */ | #define setlogin innocuous_setlogin | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setlogin (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setlogin | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = setlogin; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setlogin; | ; | return 0; | } configure:11566: result: no configure:11478: checking for setpcred configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccGFNqk4.o: In function `main': /var/uhubuild/work/compile/conftest.c:154: undefined reference to `setpcred' /tmp/ccGFNqk4.o:(.data+0x0): undefined reference to `setpcred' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | /* end confdefs.h. */ | /* Define setpcred to an innocuous variant, in case declares setpcred. | For example, HP-UX 11i declares gettimeofday. */ | #define setpcred innocuous_setpcred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setpcred (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setpcred | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = setpcred; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setpcred; | ; | return 0; | } configure:11566: result: no configure:11478: checking for setproctitle configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccsNJrAi.o: In function `main': /var/uhubuild/work/compile/conftest.c:154: undefined reference to `setproctitle' /tmp/ccsNJrAi.o:(.data+0x0): undefined reference to `setproctitle' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | /* end confdefs.h. */ | /* Define setproctitle to an innocuous variant, in case declares setproctitle. | For example, HP-UX 11i declares gettimeofday. */ | #define setproctitle innocuous_setproctitle | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setproctitle (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setproctitle | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = setproctitle; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setproctitle; | ; | return 0; | } configure:11566: result: no configure:11478: checking for setregid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setreuid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setrlimit configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setsid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for setvbuf configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for sigaction configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for sigvec configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for snprintf configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:145: warning: conflicting types for built-in function 'snprintf' configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for socketpair configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for strdup configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:147: warning: conflicting types for built-in function 'strdup' configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for strerror configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for strlcat configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccEi86Oj.o: In function `main': /var/uhubuild/work/compile/conftest.c:165: undefined reference to `strlcat' /tmp/ccEi86Oj.o:(.data+0x0): undefined reference to `strlcat' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 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. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = strlcat; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strlcat; | ; | return 0; | } configure:11566: result: no configure:11478: checking for strlcpy configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccwXL5ze.o: In function `main': /var/uhubuild/work/compile/conftest.c:165: undefined reference to `strlcpy' /tmp/ccwXL5ze.o:(.data+0x0): undefined reference to `strlcpy' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 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. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = strlcpy; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strlcpy; | ; | return 0; | } configure:11566: result: no configure:11478: checking for strmode configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/cc4MJbJs.o: In function `main': /var/uhubuild/work/compile/conftest.c:165: undefined reference to `strmode' /tmp/cc4MJbJs.o:(.data+0x0): undefined reference to `strmode' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 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. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strmode | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = strmode; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strmode; | ; | return 0; | } configure:11566: result: no configure:11478: checking for strnvis configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccMRSEyH.o: In function `main': /var/uhubuild/work/compile/conftest.c:165: undefined reference to `strnvis' /tmp/ccMRSEyH.o:(.data+0x0): undefined reference to `strnvis' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 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. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnvis | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = strnvis; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strnvis; | ; | return 0; | } configure:11566: result: no configure:11478: checking for strtonum configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 /tmp/ccGGqqiV.o: In function `main': /var/uhubuild/work/compile/conftest.c:165: undefined reference to `strtonum' /tmp/ccGGqqiV.o:(.data+0x0): undefined reference to `strtonum' collect2: ld returned 1 exit status configure:11541: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 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. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strtonum | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | 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 | #else | char (*f) () = strtonum; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strtonum; | ; | return 0; | } configure:11566: result: no configure:11478: checking for strtoll configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for strtoul configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for sysconf configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for tcgetpgrp configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for truncate configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for unsetenv configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for updwtmpx configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for vasprintf configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for vhangup configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for vsnprintf configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:158: warning: conflicting types for built-in function 'vsnprintf' configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11478: checking for waitpid configure:11535: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11541: $? = 0 configure:11545: test -z || test ! -s conftest.err configure:11548: $? = 0 configure:11551: test -s conftest configure:11554: $? = 0 configure:11566: result: yes configure:11582: checking for gai_strerror configure:11639: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11645: $? = 0 configure:11649: test -z || test ! -s conftest.err configure:11652: $? = 0 configure:11655: test -s conftest configure:11658: $? = 0 configure:11670: result: yes configure:11705: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:150: warning: assignment discards qualifiers from pointer target type configure:11711: $? = 0 configure:11715: test -z || test ! -s conftest.err configure:11718: $? = 0 configure:11721: test -s conftest.o configure:11724: $? = 0 configure:11742: checking for library containing nanosleep configure:11772: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:11778: $? = 0 configure:11782: test -z || test ! -s conftest.err configure:11785: $? = 0 configure:11788: test -s conftest configure:11791: $? = 0 configure:11861: result: none required configure:11873: checking whether getrusage is declared configure:11897: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:178: error: `getrusage' undeclared (first use in this function) conftest.c:178: error: (Each undeclared identifier is reported only once conftest.c:178: error: for each function it appears in.) conftest.c:178: warning: unused variable `p' configure:11903: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef getrusage | char *p = (char *) getrusage; | #endif | | ; | return 0; | } configure:11927: result: no configure:12034: checking whether strsep is declared configure:12063: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:12069: $? = 0 configure:12073: test -z || test ! -s conftest.err configure:12076: $? = 0 configure:12079: test -s conftest.o configure:12082: $? = 0 configure:12093: result: yes configure:12100: checking for strsep configure:12157: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12163: $? = 0 configure:12167: test -z || test ! -s conftest.err configure:12170: $? = 0 configure:12173: test -s conftest configure:12176: $? = 0 configure:12188: result: yes configure:12201: checking whether tcsendbreak is declared configure:12227: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:148: warning: unused variable `p' configure:12233: $? = 0 configure:12237: test -z || test ! -s conftest.err configure:12240: $? = 0 configure:12243: test -s conftest.o configure:12246: $? = 0 configure:12257: result: yes configure:12370: checking whether h_errno is declared configure:12395: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:12401: $? = 0 configure:12405: test -z || test ! -s conftest.err configure:12408: $? = 0 configure:12411: test -s conftest.o configure:12414: $? = 0 configure:12425: result: yes configure:12448: checking for setresuid configure:12505: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12511: $? = 0 configure:12515: test -z || test ! -s conftest.err configure:12518: $? = 0 configure:12521: test -s conftest configure:12524: $? = 0 configure:12536: result: yes configure:12543: checking if setresuid seems to work configure:12563: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:147: warning: implicit declaration of function `setresuid' configure:12566: $? = 0 configure:12568: ./conftest configure:12571: $? = 0 configure:12573: result: yes configure:12600: checking for setresgid configure:12657: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12663: $? = 0 configure:12667: test -z || test ! -s conftest.err configure:12670: $? = 0 configure:12673: test -s conftest configure:12676: $? = 0 configure:12688: result: yes configure:12695: checking if setresgid seems to work configure:12715: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:148: warning: implicit declaration of function `setresgid' configure:12718: $? = 0 configure:12720: ./conftest configure:12723: $? = 0 configure:12725: result: yes configure:12753: checking for gettimeofday configure:12810: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12816: $? = 0 configure:12820: test -z || test ! -s conftest.err configure:12823: $? = 0 configure:12826: test -s conftest configure:12829: $? = 0 configure:12841: result: yes configure:12753: checking for time configure:12810: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12816: $? = 0 configure:12820: test -z || test ! -s conftest.err configure:12823: $? = 0 configure:12826: test -s conftest configure:12829: $? = 0 configure:12841: result: yes configure:12860: checking for endutent configure:12917: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12923: $? = 0 configure:12927: test -z || test ! -s conftest.err configure:12930: $? = 0 configure:12933: test -s conftest configure:12936: $? = 0 configure:12948: result: yes configure:12860: checking for getutent configure:12917: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12923: $? = 0 configure:12927: test -z || test ! -s conftest.err configure:12930: $? = 0 configure:12933: test -s conftest configure:12936: $? = 0 configure:12948: result: yes configure:12860: checking for getutid configure:12917: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12923: $? = 0 configure:12927: test -z || test ! -s conftest.err configure:12930: $? = 0 configure:12933: test -s conftest configure:12936: $? = 0 configure:12948: result: yes configure:12860: checking for getutline configure:12917: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12923: $? = 0 configure:12927: test -z || test ! -s conftest.err configure:12930: $? = 0 configure:12933: test -s conftest configure:12936: $? = 0 configure:12948: result: yes configure:12860: checking for pututline configure:12917: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12923: $? = 0 configure:12927: test -z || test ! -s conftest.err configure:12930: $? = 0 configure:12933: test -s conftest configure:12936: $? = 0 configure:12948: result: yes configure:12860: checking for setutent configure:12917: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:12923: $? = 0 configure:12927: test -z || test ! -s conftest.err configure:12930: $? = 0 configure:12933: test -s conftest configure:12936: $? = 0 configure:12948: result: yes configure:12962: checking for utmpname configure:13019: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13025: $? = 0 configure:13029: test -z || test ! -s conftest.err configure:13032: $? = 0 configure:13035: test -s conftest configure:13038: $? = 0 configure:13050: result: yes configure:13068: checking for endutxent configure:13125: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13131: $? = 0 configure:13135: test -z || test ! -s conftest.err configure:13138: $? = 0 configure:13141: test -s conftest configure:13144: $? = 0 configure:13156: result: yes configure:13068: checking for getutxent configure:13125: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13131: $? = 0 configure:13135: test -z || test ! -s conftest.err configure:13138: $? = 0 configure:13141: test -s conftest configure:13144: $? = 0 configure:13156: result: yes configure:13068: checking for getutxid configure:13125: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13131: $? = 0 configure:13135: test -z || test ! -s conftest.err configure:13138: $? = 0 configure:13141: test -s conftest configure:13144: $? = 0 configure:13156: result: yes configure:13068: checking for getutxline configure:13125: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13131: $? = 0 configure:13135: test -z || test ! -s conftest.err configure:13138: $? = 0 configure:13141: test -s conftest configure:13144: $? = 0 configure:13156: result: yes configure:13068: checking for pututxline configure:13125: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13131: $? = 0 configure:13135: test -z || test ! -s conftest.err configure:13138: $? = 0 configure:13141: test -s conftest configure:13144: $? = 0 configure:13156: result: yes configure:13171: checking for setutxent configure:13228: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13234: $? = 0 configure:13238: test -z || test ! -s conftest.err configure:13241: $? = 0 configure:13244: test -s conftest configure:13247: $? = 0 configure:13259: result: yes configure:13171: checking for utmpxname configure:13228: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13234: $? = 0 configure:13238: test -z || test ! -s conftest.err configure:13241: $? = 0 configure:13244: test -s conftest configure:13247: $? = 0 configure:13259: result: yes configure:13270: checking for daemon configure:13327: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13333: $? = 0 configure:13337: test -z || test ! -s conftest.err configure:13340: $? = 0 configure:13343: test -s conftest configure:13346: $? = 0 configure:13358: result: yes configure:13442: checking for getpagesize configure:13499: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 configure:13505: $? = 0 configure:13509: test -z || test ! -s conftest.err configure:13512: $? = 0 configure:13515: test -s conftest configure:13518: $? = 0 configure:13530: result: yes configure:13616: checking whether snprintf correctly terminates long strings configure:13635: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:165: warning: implicit declaration of function `exit' configure:13638: $? = 0 configure:13640: ./conftest configure:13643: $? = 0 configure:13645: result: yes configure:13742: checking whether snprintf can declare const char *fmt configure:13756: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:165: warning: null argument where non-null required (arg 3) configure:13762: $? = 0 configure:13766: test -z || test ! -s conftest.err configure:13769: $? = 0 configure:13772: test -s conftest.o configure:13775: $? = 0 configure:13777: result: yes configure:13800: checking whether system supports SO_PEERCRED getsockopt configure:13819: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:169: warning: unused variable `i' configure:13825: $? = 0 configure:13829: test -z || test ! -s conftest.err configure:13832: $? = 0 configure:13835: test -s conftest.o configure:13838: $? = 0 configure:13840: result: yes configure:13861: checking for (overly) strict mkstemp configure:13890: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c:167: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:170: warning: implicit declaration of function `unlink' configure:13893: $? = 0 configure:13895: ./conftest configure:13898: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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 | /* end confdefs.h. */ | | #include | main() { char template[]="conftest.mkstemp-test"; | if (mkstemp(template) == -1) | exit(1); | unlink(template); exit(0); | } | configure:13911: result: yes configure:13925: checking if openpty correctly handles controlling tty configure:13975: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:178: warning: implicit declaration of function `fork' conftest.c:180: warning: implicit declaration of function `exit' conftest.c:188: warning: implicit declaration of function `close' conftest.c:189: warning: implicit declaration of function `setsid' conftest.c:190: warning: implicit declaration of function `openpty' configure:13978: $? = 0 configure:13980: ./conftest configure:13983: $? = 0 configure:13986: result: yes configure:14267: checking whether getpgrp requires zero arguments configure:14289: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:203: error: too many arguments to function `getpgrp' configure:14295: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | getpgrp (0); | ; | return 0; | } configure:14320: result: yes configure:14347: checking for dlopen in -ldl configure:14377: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -ldl -lutil -lz -lnsl >&5 configure:14383: $? = 0 configure:14387: test -z || test ! -s conftest.err configure:14390: $? = 0 configure:14393: test -s conftest configure:14396: $? = 0 configure:14409: result: yes configure:14421: checking for pam_set_item in -lpam configure:14451: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lpam -ldl -lutil -lz -lnsl >&5 configure:14457: $? = 0 configure:14461: test -z || test ! -s conftest.err configure:14464: $? = 0 configure:14467: test -s conftest configure:14470: $? = 0 configure:14483: result: yes configure:14502: checking for pam_getenvlist configure:14559: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lpam -ldl -lutil -lz -lnsl >&5 configure:14565: $? = 0 configure:14569: test -z || test ! -s conftest.err configure:14572: $? = 0 configure:14575: test -s conftest configure:14578: $? = 0 configure:14590: result: yes configure:14604: checking for pam_putenv configure:14661: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lpam -ldl -lutil -lz -lnsl >&5 configure:14667: $? = 0 configure:14671: test -z || test ! -s conftest.err configure:14674: $? = 0 configure:14677: test -s conftest configure:14680: $? = 0 configure:14692: result: yes configure:14724: checking whether pam_strerror takes only one argument configure:14749: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:14755: $? = 0 configure:14759: test -z || test ! -s conftest.err configure:14762: $? = 0 configure:14765: test -s conftest.o configure:14768: $? = 0 configure:14770: result: no configure:14850: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl >&5 configure:14856: $? = 0 configure:14860: test -z || test ! -s conftest.err configure:14863: $? = 0 configure:14866: test -s conftest configure:14869: $? = 0 configure:14955: checking OpenSSL header version configure:14991: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:184: warning: implicit declaration of function `exit' conftest.c:186: warning: unsigned int format, long int arg (arg 3) configure:14994: $? = 0 configure:14996: ./conftest configure:14999: $? = 0 configure:15003: result: 90802f (OpenSSL 0.9.8b 04 May 2006) configure:15024: checking OpenSSL library version configure:15061: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:187: warning: unsigned int format, long unsigned int arg (arg 3) configure:15064: $? = 0 configure:15066: ./conftest configure:15069: $? = 0 configure:15073: result: 90802f (OpenSSL 0.9.8b 04 May 2006) configure:15094: checking whether OpenSSL's headers match the library configure:15116: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl >&5 conftest.c: In function `main': conftest.c:176: warning: implicit declaration of function `exit' conftest.c:176: warning: implicit declaration of function `SSLeay' configure:15119: $? = 0 configure:15121: ./conftest configure:15124: $? = 0 configure:15127: result: yes configure:15152: checking whether OpenSSL has crippled AES support configure:15167: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:15173: $? = 0 configure:15177: test -z || test ! -s conftest.err configure:15180: $? = 0 configure:15183: test -s conftest.o configure:15186: $? = 0 configure:15189: result: no configure:15291: checking for crypt in -lcrypt configure:15321: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypt -lcrypto -lpam -ldl -lutil -lz -lnsl >&5 configure:15327: $? = 0 configure:15331: test -z || test ! -s conftest.err configure:15334: $? = 0 configure:15337: test -s conftest configure:15340: $? = 0 configure:15353: result: yes configure:15362: checking for ia_openinfo in -liaf configure:15392: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -liaf -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 /usr/bin/ld: cannot find -liaf collect2: ld returned 1 exit status configure:15398: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char ia_openinfo (); | int | main () | { | ia_openinfo (); | ; | return 0; | } configure:15424: result: no configure:15439: checking whether OpenSSL's PRNG is internally seeded configure:15464: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:15467: $? = 0 configure:15469: ./conftest configure:15472: $? = 0 configure:15476: result: yes configure:15694: checking for ls configure:15712: found /bin/ls configure:15724: result: /bin/ls configure:15739: checking for netstat configure:15757: found /bin/netstat configure:15769: result: /bin/netstat configure:15784: checking for arp configure:15802: found /sbin/arp configure:15814: result: /sbin/arp configure:15829: checking for ifconfig configure:15847: found /sbin/ifconfig configure:15859: result: /sbin/ifconfig configure:15874: checking for jstat configure:15907: result: no configure:15919: checking for ps configure:15937: found /bin/ps configure:15949: result: /bin/ps configure:15964: checking for sar configure:15997: result: no configure:16009: checking for w configure:16027: found /usr/bin/w configure:16039: result: /usr/bin/w configure:16054: checking for who configure:16072: found /usr/bin/who configure:16084: result: /usr/bin/who configure:16099: checking for last configure:16132: result: no configure:16144: checking for lastlog configure:16162: found /usr/bin/lastlog configure:16174: result: /usr/bin/lastlog configure:16189: checking for df configure:16207: found /bin/df configure:16219: result: /bin/df configure:16234: checking for vmstat configure:16252: found /usr/bin/vmstat configure:16264: result: /usr/bin/vmstat configure:16279: checking for uptime configure:16297: found /usr/bin/uptime configure:16309: result: /usr/bin/uptime configure:16324: checking for ipcs configure:16342: found /usr/bin/ipcs configure:16354: result: /usr/bin/ipcs configure:16369: checking for tail configure:16387: found /usr/bin/tail configure:16399: result: /usr/bin/tail configure:16436: checking for long long configure:16460: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:16466: $? = 0 configure:16470: test -z || test ! -s conftest.err configure:16473: $? = 0 configure:16476: test -s conftest.o configure:16479: $? = 0 configure:16490: result: yes configure:16500: checking for unsigned long long configure:16524: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:16530: $? = 0 configure:16534: test -z || test ! -s conftest.err configure:16537: $? = 0 configure:16540: test -s conftest.o configure:16543: $? = 0 configure:16554: result: yes configure:16564: checking for long double configure:16588: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:16594: $? = 0 configure:16598: test -z || test ! -s conftest.err configure:16601: $? = 0 configure:16604: test -s conftest.o configure:16607: $? = 0 configure:16618: result: yes configure:16631: checking for char configure:16655: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:16661: $? = 0 configure:16665: test -z || test ! -s conftest.err configure:16668: $? = 0 configure:16671: test -s conftest.o configure:16674: $? = 0 configure:16685: result: yes configure:16688: checking size of char configure:17007: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:17010: $? = 0 configure:17012: ./conftest configure:17015: $? = 0 configure:17038: result: 1 configure:17045: checking for short int configure:17069: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:17075: $? = 0 configure:17079: test -z || test ! -s conftest.err configure:17082: $? = 0 configure:17085: test -s conftest.o configure:17088: $? = 0 configure:17099: result: yes configure:17102: checking size of short int configure:17421: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:17424: $? = 0 configure:17426: ./conftest configure:17429: $? = 0 configure:17452: result: 2 configure:17459: checking for int configure:17483: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:17489: $? = 0 configure:17493: test -z || test ! -s conftest.err configure:17496: $? = 0 configure:17499: test -s conftest.o configure:17502: $? = 0 configure:17513: result: yes configure:17516: checking size of int configure:17835: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:17838: $? = 0 configure:17840: ./conftest configure:17843: $? = 0 configure:17866: result: 4 configure:17873: checking for long int configure:17897: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:17903: $? = 0 configure:17907: test -z || test ! -s conftest.err configure:17910: $? = 0 configure:17913: test -s conftest.o configure:17916: $? = 0 configure:17927: result: yes configure:17930: checking size of long int configure:18249: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:18252: $? = 0 configure:18254: ./conftest configure:18257: $? = 0 configure:18280: result: 4 configure:18287: checking for long long int configure:18311: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:18317: $? = 0 configure:18321: test -z || test ! -s conftest.err configure:18324: $? = 0 configure:18327: test -s conftest.o configure:18330: $? = 0 configure:18341: result: yes configure:18344: checking size of long long int configure:18663: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:18666: $? = 0 configure:18668: ./conftest configure:18671: $? = 0 configure:18694: result: 8 configure:18826: checking for u_int type configure:18848: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:18854: $? = 0 configure:18858: test -z || test ! -s conftest.err configure:18861: $? = 0 configure:18864: test -s conftest.o configure:18867: $? = 0 configure:18880: result: yes configure:18891: checking for intXX_t types configure:18913: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:18919: $? = 0 configure:18923: test -z || test ! -s conftest.err configure:18926: $? = 0 configure:18929: test -s conftest.o configure:18932: $? = 0 configure:18945: result: yes configure:19017: checking for int64_t type configure:19048: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19054: $? = 0 configure:19058: test -z || test ! -s conftest.err configure:19061: $? = 0 configure:19064: test -s conftest.o configure:19067: $? = 0 configure:19080: result: yes configure:19090: checking for u_intXX_t types configure:19112: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19118: $? = 0 configure:19122: test -z || test ! -s conftest.err configure:19125: $? = 0 configure:19128: test -s conftest.o configure:19131: $? = 0 configure:19144: result: yes configure:19214: checking for u_int64_t types configure:19236: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19242: $? = 0 configure:19246: test -z || test ! -s conftest.err configure:19249: $? = 0 configure:19252: test -s conftest.o configure:19255: $? = 0 configure:19268: result: yes configure:19407: checking for uintXX_t types in stdint.h configure:19425: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19431: $? = 0 configure:19435: test -z || test ! -s conftest.err configure:19438: $? = 0 configure:19441: test -s conftest.o configure:19444: $? = 0 configure:19451: result: yes configure:19537: checking for u_char configure:19561: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19567: $? = 0 configure:19571: test -z || test ! -s conftest.err configure:19574: $? = 0 configure:19577: test -s conftest.o configure:19580: $? = 0 configure:19593: result: yes configure:19604: checking for socklen_t configure:19630: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19636: $? = 0 configure:19640: test -z || test ! -s conftest.err configure:19643: $? = 0 configure:19646: test -s conftest.o configure:19649: $? = 0 configure:19660: result: yes configure:19754: checking for sig_atomic_t configure:19779: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19785: $? = 0 configure:19789: test -z || test ! -s conftest.err configure:19792: $? = 0 configure:19795: test -s conftest.o configure:19798: $? = 0 configure:19809: result: yes configure:19821: checking for in_addr_t configure:19847: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19853: $? = 0 configure:19857: test -z || test ! -s conftest.err configure:19860: $? = 0 configure:19863: test -s conftest.o configure:19866: $? = 0 configure:19877: result: yes configure:19889: checking for size_t configure:19913: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19919: $? = 0 configure:19923: test -z || test ! -s conftest.err configure:19926: $? = 0 configure:19929: test -s conftest.o configure:19932: $? = 0 configure:19945: result: yes configure:19955: checking for ssize_t configure:19979: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:19985: $? = 0 configure:19989: test -z || test ! -s conftest.err configure:19992: $? = 0 configure:19995: test -s conftest.o configure:19998: $? = 0 configure:20011: result: yes configure:20021: checking for clock_t configure:20045: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20051: $? = 0 configure:20055: test -z || test ! -s conftest.err configure:20058: $? = 0 configure:20061: test -s conftest.o configure:20064: $? = 0 configure:20077: result: yes configure:20087: checking for sa_family_t configure:20112: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20118: $? = 0 configure:20122: test -z || test ! -s conftest.err configure:20125: $? = 0 configure:20128: test -s conftest.o configure:20131: $? = 0 configure:20193: result: yes configure:20203: checking for pid_t configure:20227: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20233: $? = 0 configure:20237: test -z || test ! -s conftest.err configure:20240: $? = 0 configure:20243: test -s conftest.o configure:20246: $? = 0 configure:20259: result: yes configure:20269: checking for mode_t configure:20293: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20299: $? = 0 configure:20303: test -z || test ! -s conftest.err configure:20306: $? = 0 configure:20309: test -s conftest.o configure:20312: $? = 0 configure:20325: result: yes configure:20336: checking for struct sockaddr_storage configure:20361: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:206: warning: unused variable `s' configure:20367: $? = 0 configure:20371: test -z || test ! -s conftest.err configure:20374: $? = 0 configure:20377: test -s conftest.o configure:20380: $? = 0 configure:20393: result: yes configure:20403: checking for struct sockaddr_in6 configure:20428: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20434: $? = 0 configure:20438: test -z || test ! -s conftest.err configure:20441: $? = 0 configure:20444: test -s conftest.o configure:20447: $? = 0 configure:20460: result: yes configure:20470: checking for struct in6_addr configure:20495: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20501: $? = 0 configure:20505: test -z || test ! -s conftest.err configure:20508: $? = 0 configure:20511: test -s conftest.o configure:20514: $? = 0 configure:20527: result: yes configure:20537: checking for struct addrinfo configure:20563: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20569: $? = 0 configure:20573: test -z || test ! -s conftest.err configure:20576: $? = 0 configure:20579: test -s conftest.o configure:20582: $? = 0 configure:20595: result: yes configure:20605: checking for struct timeval configure:20627: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20633: $? = 0 configure:20637: test -z || test ! -s conftest.err configure:20640: $? = 0 configure:20643: test -s conftest.o configure:20646: $? = 0 configure:20659: result: yes configure:20670: checking for struct timespec configure:20694: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:20700: $? = 0 configure:20704: test -z || test ! -s conftest.err configure:20707: $? = 0 configure:20710: test -s conftest.o configure:20713: $? = 0 configure:20724: result: yes configure:20782: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 conftest.c:210: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:222: warning: implicit declaration of function `exit' configure:20785: $? = 0 configure:20787: ./conftest configure:20790: $? = 0 configure:20812: checking for ut_host field in utmp.h configure:20839: result: yes configure:20857: checking for ut_host field in utmpx.h configure:20884: result: yes configure:20902: checking for syslen field in utmpx.h configure:20929: result: no configure:20947: checking for ut_pid field in utmp.h configure:20974: result: yes configure:20992: checking for ut_type field in utmp.h configure:21019: result: yes configure:21037: checking for ut_type field in utmpx.h configure:21064: result: yes configure:21082: checking for ut_tv field in utmp.h configure:21109: result: yes configure:21127: checking for ut_id field in utmp.h configure:21154: result: yes configure:21172: checking for ut_id field in utmpx.h configure:21199: result: yes configure:21217: checking for ut_addr field in utmp.h configure:21244: result: yes configure:21262: checking for ut_addr field in utmpx.h configure:21289: result: yes configure:21307: checking for ut_addr_v6 field in utmp.h configure:21334: result: yes configure:21352: checking for ut_addr_v6 field in utmpx.h configure:21379: result: yes configure:21397: checking for ut_exit field in utmp.h configure:21424: result: yes configure:21442: checking for ut_time field in utmp.h configure:21469: result: no configure:21487: checking for ut_time field in utmpx.h configure:21514: result: no configure:21532: checking for ut_tv field in utmpx.h configure:21559: result: yes configure:21574: checking for struct stat.st_blksize configure:21597: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:21603: $? = 0 configure:21607: test -z || test ! -s conftest.err configure:21610: $? = 0 configure:21613: test -s conftest.o configure:21616: $? = 0 configure:21673: result: yes configure:21684: checking for struct __res_state.retrans configure:21716: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:21722: $? = 0 configure:21726: test -z || test ! -s conftest.err configure:21729: $? = 0 configure:21732: test -s conftest.o configure:21735: $? = 0 configure:21801: result: yes configure:21814: checking for ss_family field in struct sockaddr_storage configure:21839: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:21845: $? = 0 configure:21849: test -z || test ! -s conftest.err configure:21852: $? = 0 configure:21855: test -s conftest.o configure:21858: $? = 0 configure:21870: result: yes configure:21880: checking for __ss_family field in struct sockaddr_storage configure:21905: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:228: error: structure has no member named `__ss_family' configure:21911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | struct sockaddr_storage s; s.__ss_family = 1; | ; | return 0; | } configure:21937: result: no configure:21947: checking for pw_class field in struct passwd configure:21971: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:227: error: structure has no member named `pw_class' configure:21977: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | struct passwd p; p.pw_class = 0; | ; | return 0; | } configure:22003: result: no configure:22013: checking for pw_expire field in struct passwd configure:22037: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:227: error: structure has no member named `pw_expire' configure:22043: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | struct passwd p; p.pw_expire = 0; | ; | return 0; | } configure:22069: result: no configure:22079: checking for pw_change field in struct passwd configure:22103: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:227: error: structure has no member named `pw_change' configure:22109: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | /* end confdefs.h. */ | | #include | | int | main () | { | struct passwd p; p.pw_change = 0; | ; | return 0; | } configure:22135: result: no configure:22145: checking for msg_accrights field in struct msghdr configure:22168: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:11: error: structure has no member named `msg_accrights' conftest.c:12: warning: implicit declaration of function `exit' configure:22174: $? = 1 configure: failed program was: | | #include | #include | #include | int main() { | #ifdef msg_accrights | #error "msg_accrights is a macro" | exit(1); | #endif | struct msghdr m; | m.msg_accrights = 0; | exit(0); | } | configure:22200: result: no configure:22210: checking for msg_control field in struct msghdr configure:22233: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:12: warning: implicit declaration of function `exit' configure:22239: $? = 0 configure:22243: test -z || test ! -s conftest.err configure:22246: $? = 0 configure:22249: test -s conftest.o configure:22252: $? = 0 configure:22265: result: yes configure:22275: checking if libc defines __progname configure:22297: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 conftest.c: In function `main': conftest.c:226: warning: implicit declaration of function `printf' configure:22303: $? = 0 configure:22307: test -z || test ! -s conftest.err configure:22310: $? = 0 configure:22313: test -s conftest configure:22316: $? = 0 configure:22330: result: yes configure:22340: checking whether i586-uhu-linux-gcc implements __FUNCTION__ configure:22364: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:22370: $? = 0 configure:22374: test -z || test ! -s conftest.err configure:22377: $? = 0 configure:22380: test -s conftest configure:22383: $? = 0 configure:22397: result: yes configure:22407: checking whether i586-uhu-linux-gcc implements __func__ configure:22431: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:22437: $? = 0 configure:22441: test -z || test ! -s conftest.err configure:22444: $? = 0 configure:22447: test -s conftest configure:22450: $? = 0 configure:22464: result: yes configure:22474: checking whether va_copy exists configure:22497: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:22503: $? = 0 configure:22507: test -z || test ! -s conftest.err configure:22510: $? = 0 configure:22513: test -s conftest configure:22516: $? = 0 configure:22530: result: yes configure:22540: checking whether __va_copy exists configure:22563: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:22569: $? = 0 configure:22573: test -z || test ! -s conftest.err configure:22576: $? = 0 configure:22579: test -s conftest configure:22582: $? = 0 configure:22596: result: yes configure:22606: checking whether getopt has optreset support configure:22630: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 /tmp/cc6vP5eO.o: In function `main': /var/uhubuild/work/compile/conftest.c:233: undefined reference to `optreset' collect2: ld returned 1 exit status configure:22636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | /* end confdefs.h. */ | | #include | | int | main () | { | extern int optreset; optreset = 0; | ; | return 0; | } configure:22663: result: no configure:22673: checking if libc defines sys_errlist configure:22695: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 conftest.c: In function `main': conftest.c:231: warning: implicit declaration of function `printf' /tmp/ccowtUl1.o: In function `main': /var/uhubuild/work/compile/conftest.c:231: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead configure:22701: $? = 0 configure:22705: test -z || test ! -s conftest.err configure:22708: $? = 0 configure:22711: test -s conftest configure:22714: $? = 0 configure:22728: result: yes configure:22739: checking if libc defines sys_nerr configure:22761: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 conftest.c: In function `main': conftest.c:232: warning: implicit declaration of function `printf' /tmp/ccgRHB2f.o: In function `main': /var/uhubuild/work/compile/conftest.c:232: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead configure:22767: $? = 0 configure:22771: test -z || test ! -s conftest.err configure:22774: $? = 0 configure:22777: test -s conftest configure:22780: $? = 0 configure:22794: result: yes configure:23146: checking for library containing getrrsetbyname configure:23176: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 /tmp/ccYEj2wv.o: In function `main': /var/uhubuild/work/compile/conftest.c:240: undefined reference to `getrrsetbyname' collect2: ld returned 1 exit status configure:23182: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getrrsetbyname (); | int | main () | { | getrrsetbyname (); | ; | return 0; | } configure:23231: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 /tmp/cckDNeuI.o: In function `main': /var/uhubuild/work/compile/conftest.c:240: undefined reference to `getrrsetbyname' collect2: ld returned 1 exit status configure:23237: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getrrsetbyname (); | int | main () | { | getrrsetbyname (); | ; | return 0; | } configure:23265: result: no configure:23277: checking for library containing res_query configure:23307: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 /tmp/ccMsLfmY.o: In function `main': /var/uhubuild/work/compile/conftest.c:240: undefined reference to `res_query' collect2: ld returned 1 exit status configure:23313: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char res_query (); | int | main () | { | res_query (); | ; | return 0; | } configure:23362: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:23368: $? = 0 configure:23372: test -z || test ! -s conftest.err configure:23375: $? = 0 configure:23378: test -s conftest configure:23381: $? = 0 configure:23396: result: -lresolv configure:23403: checking for library containing dn_expand configure:23433: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:23439: $? = 0 configure:23443: test -z || test ! -s conftest.err configure:23446: $? = 0 configure:23449: test -s conftest configure:23452: $? = 0 configure:23522: result: none required configure:23529: checking if res_query will link configure:23554: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:23560: $? = 0 configure:23564: test -z || test ! -s conftest.err configure:23567: $? = 0 configure:23570: test -s conftest configure:23573: $? = 0 configure:23575: result: yes configure:23641: checking for _getshort configure:23698: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:23704: $? = 0 configure:23708: test -z || test ! -s conftest.err configure:23711: $? = 0 configure:23714: test -s conftest configure:23717: $? = 0 configure:23729: result: yes configure:23641: checking for _getlong configure:23698: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt >&5 configure:23704: $? = 0 configure:23708: test -z || test ! -s conftest.err configure:23711: $? = 0 configure:23714: test -s conftest configure:23717: $? = 0 configure:23729: result: yes configure:23739: checking whether _getshort is declared configure:23765: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:238: error: `_getshort' undeclared (first use in this function) conftest.c:238: error: (Each undeclared identifier is reported only once conftest.c:238: error: for each function it appears in.) conftest.c:238: warning: unused variable `p' configure:23771: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #ifndef _getshort | char *p = (char *) _getshort; | #endif | | ; | return 0; | } configure:23795: result: no configure:23811: checking whether _getlong is declared configure:23837: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 conftest.c: In function `main': conftest.c:239: error: `_getlong' undeclared (first use in this function) conftest.c:239: error: (Each undeclared identifier is reported only once conftest.c:239: error: for each function it appears in.) conftest.c:239: warning: unused variable `p' configure:23843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #ifndef _getlong | char *p = (char *) _getlong; | #endif | | ; | return 0; | } configure:23867: result: no configure:23885: checking for HEADER.ad configure:23909: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 conftest.c >&5 configure:23915: $? = 0 configure:23919: test -z || test ! -s conftest.err configure:23922: $? = 0 configure:23925: test -s conftest.o configure:23928: $? = 0 configure:23986: result: yes configure:24020: checking for krb5-config configure:24024: result: /usr/bin/krb5-config configure:24027: checking for gssapi support configure:24030: result: yes configure:24046: checking whether we are using Heimdal configure:24064: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:240: error: `heimdal_version' undeclared (first use in this function) conftest.c:240: error: (Each undeclared identifier is reported only once conftest.c:240: error: for each function it appears in.) conftest.c:240: warning: unused variable `tmp' configure:24070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | /* end confdefs.h. */ | #include | int | main () | { | char *tmp = heimdal_version; | ; | return 0; | } configure:24096: result: no configure:24982: checking gssapi.h usability configure:24994: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c:270:20: gssapi.h: No such file or directory configure:25000: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:25023: result: no configure:25027: checking gssapi.h presence configure:25037: i586-uhu-linux-gcc -E -I/usr/include -I/usr/include/et conftest.c conftest.c:236:20: gssapi.h: No such file or directory configure:25043: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | /* end confdefs.h. */ | #include configure:25063: result: no configure:25098: checking for gssapi.h configure:25105: result: no configure:24982: checking gssapi/gssapi.h usability configure:24994: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 configure:25000: $? = 0 configure:25004: test -z || test ! -s conftest.err configure:25007: $? = 0 configure:25010: test -s conftest.o configure:25013: $? = 0 configure:25023: result: yes configure:25027: checking gssapi/gssapi.h presence configure:25037: i586-uhu-linux-gcc -E -I/usr/include -I/usr/include/et conftest.c configure:25043: $? = 0 configure:25063: result: yes configure:25098: checking for gssapi/gssapi.h configure:25105: result: yes configure:25133: checking gssapi_krb5.h usability configure:25145: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c:271:25: gssapi_krb5.h: No such file or directory configure:25151: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:25174: result: no configure:25178: checking gssapi_krb5.h presence configure:25188: i586-uhu-linux-gcc -E -I/usr/include -I/usr/include/et conftest.c conftest.c:237:25: gssapi_krb5.h: No such file or directory configure:25194: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | /* end confdefs.h. */ | #include configure:25214: result: no configure:25249: checking for gssapi_krb5.h configure:25256: result: no configure:25133: checking gssapi/gssapi_krb5.h usability configure:25145: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 configure:25151: $? = 0 configure:25155: test -z || test ! -s conftest.err configure:25158: $? = 0 configure:25161: test -s conftest.o configure:25164: $? = 0 configure:25174: result: yes configure:25178: checking gssapi/gssapi_krb5.h presence configure:25188: i586-uhu-linux-gcc -E -I/usr/include -I/usr/include/et conftest.c configure:25194: $? = 0 configure:25214: result: yes configure:25249: checking for gssapi/gssapi_krb5.h configure:25256: result: yes configure:25284: checking gssapi_generic.h usability configure:25296: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c:272:28: gssapi_generic.h: No such file or directory configure:25302: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:25325: result: no configure:25329: checking gssapi_generic.h presence configure:25339: i586-uhu-linux-gcc -E -I/usr/include -I/usr/include/et conftest.c conftest.c:238:28: gssapi_generic.h: No such file or directory configure:25345: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | /* end confdefs.h. */ | #include configure:25365: result: no configure:25400: checking for gssapi_generic.h configure:25407: result: no configure:25284: checking gssapi/gssapi_generic.h usability configure:25296: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 configure:25302: $? = 0 configure:25306: test -z || test ! -s conftest.err configure:25309: $? = 0 configure:25312: test -s conftest.o configure:25315: $? = 0 configure:25325: result: yes configure:25329: checking gssapi/gssapi_generic.h presence configure:25339: i586-uhu-linux-gcc -E -I/usr/include -I/usr/include/et conftest.c configure:25345: $? = 0 configure:25365: result: yes configure:25400: checking for gssapi/gssapi_generic.h configure:25407: result: yes configure:25422: checking for library containing k_hasafs configure:25452: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt -L/usr/lib -Wl,-rpath -Wl,/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv >&5 /tmp/ccgl7PZF.o: In function `main': /var/uhubuild/work/compile/conftest.c:250: undefined reference to `k_hasafs' collect2: ld returned 1 exit status configure:25458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char k_hasafs (); | int | main () | { | k_hasafs (); | ; | return 0; | } configure:25507: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c -lkafs -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt -L/usr/lib -Wl,-rpath -Wl,/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv >&5 /usr/bin/ld: cannot find -lkafs collect2: ld returned 1 exit status configure:25513: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char k_hasafs (); | int | main () | { | k_hasafs (); | ; | return 0; | } configure:25541: result: no configure:25713: checking for "/dev/ptc" configure:25728: result: no configure:25772: checking for nroff configure:25790: found /usr/bin/nroff configure:25802: result: /usr/bin/nroff configure:25866: checking if the systems has expire shadow information configure:25888: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 configure:25894: $? = 0 configure:25898: test -z || test ! -s conftest.err configure:25901: $? = 0 configure:25904: test -s conftest.o configure:25907: $? = 0 configure:25920: result: yes configure:25984: checking for "/etc/default/login" configure:25999: result: no configure:26104: i586-uhu-linux-gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c -lresolv -lcrypto -lpam -ldl -lutil -lz -lnsl -lcrypt -L/usr/lib -Wl,-rpath -Wl,/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv >&5 conftest.c:260: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:266: warning: implicit declaration of function `exit' configure:26107: $? = 0 configure:26109: ./conftest configure:26112: $? = 0 configure:26174: checking if we need to convert IPv4 in IPv6-mapped addresses configure:26199: result: yes (default) configure:26393: checking if your system defines LASTLOG_FILE configure:26423: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:260: error: `LASTLOG_FILE' undeclared (first use in this function) conftest.c:260: error: (Each undeclared identifier is reported only once conftest.c:260: error: for each function it appears in.) conftest.c:260: warning: unused variable `lastlog' configure:26429: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 | #define XAUTH_PATH "/usr/bin/xauth" | #define HAS_SHADOW_EXPIRE 1 | #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" | #define IPV4_IN_IPV6 1 | #define _PATH_SSH_PIDDIR "/var/run" | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_LASTLOG_H | # include | #endif | #ifdef HAVE_PATHS_H | # include | #endif | #ifdef HAVE_LOGIN_H | # include | #endif | | int | main () | { | char *lastlog = LASTLOG_FILE; | ; | return 0; | } configure:26451: result: no configure:26453: checking if your system defines _PATH_LASTLOG configure:26480: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:257: warning: unused variable `lastlog' configure:26486: $? = 0 configure:26490: test -z || test ! -s conftest.err configure:26493: $? = 0 configure:26496: test -s conftest.o configure:26499: $? = 0 configure:26501: result: yes configure:26541: checking if your system defines UTMP_FILE configure:26565: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:254: warning: unused variable `utmp' configure:26571: $? = 0 configure:26575: test -z || test ! -s conftest.err configure:26578: $? = 0 configure:26581: test -s conftest.o configure:26584: $? = 0 configure:26586: result: yes configure:26621: checking if your system defines WTMP_FILE configure:26645: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:254: warning: unused variable `wtmp' configure:26651: $? = 0 configure:26655: test -z || test ! -s conftest.err configure:26658: $? = 0 configure:26661: test -s conftest.o configure:26664: $? = 0 configure:26666: result: yes configure:26702: checking if your system defines UTMPX_FILE configure:26729: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:257: error: `UTMPX_FILE' undeclared (first use in this function) conftest.c:257: error: (Each undeclared identifier is reported only once conftest.c:257: error: for each function it appears in.) conftest.c:257: warning: unused variable `utmpx' configure:26735: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 | #define XAUTH_PATH "/usr/bin/xauth" | #define HAS_SHADOW_EXPIRE 1 | #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" | #define IPV4_IN_IPV6 1 | #define _PATH_SSH_PIDDIR "/var/run" | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_UTMPX_H | #include | #endif | #ifdef HAVE_PATHS_H | # include | #endif | | int | main () | { | char *utmpx = UTMPX_FILE; | ; | return 0; | } configure:26756: result: no configure:26777: checking if your system defines WTMPX_FILE configure:26804: i586-uhu-linux-gcc -c -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -I/usr/include -I/usr/include/et conftest.c >&5 conftest.c: In function `main': conftest.c:258: error: `WTMPX_FILE' undeclared (first use in this function) conftest.c:258: error: (Each undeclared identifier is reported only once conftest.c:258: error: for each function it appears in.) conftest.c:258: warning: unused variable `wtmpx' configure:26810: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define DONT_TRY_OTHER_AF 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LINUX_IF_TUN_H 1 | #define SSH_TUN_LINUX 1 | #define SSH_TUN_COMPAT_AF 1 | #define SSH_TUN_PREPEND_AF 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_RPC_TYPES_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_BITYPES_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LIBNSL 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LOGIN 1 | #define HAVE_LOGOUT 1 | #define HAVE_UPDWTMP 1 | #define HAVE_LOGWTMP 1 | #define HAVE_STRFTIME 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define HAVE_PROC_PID 1 | #define HAVE_ASPRINTF 1 | #define HAVE_BCOPY 1 | #define HAVE_CLOCK 1 | #define HAVE_DIRFD 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETTTYENT 1 | #define HAVE_GLOB 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INNETGR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_OPENPTY 1 | #define HAVE_PRCTL 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETEGID 1 | #define HAVE_SETENV 1 | #define HAVE_SETEUID 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETREGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETSID 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGVEC 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VHANGUP 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_CONST_GAI_STRERROR_PROTO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 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_STRICT_MKSTEMP 1 | #define GETPGRP_VOID 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_PAM_GETENVLIST 1 | #define HAVE_PAM_PUTENV 1 | #define USE_PAM 1 | #define HAVE_OPENSSL 1 | #define OPENSSL_PRNG_ONLY 1 | #define ENTROPY_TIMEOUT_MSEC 200 | #define SSH_PRIVSEP_USER "sshd" | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT_INT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_INT 4 | #define SIZEOF_LONG_LONG_INT 8 | #define HAVE_U_INT 1 | #define HAVE_INTXX_T 1 | #define HAVE_INT64_T 1 | #define HAVE_U_INTXX_T 1 | #define HAVE_U_INT64_T 1 | #define HAVE_UINTXX_T 1 | #define HAVE_U_CHAR 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_IN_ADDR_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_ADDRINFO 1 | #define HAVE_STRUCT_TIMEVAL 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_HOST_IN_UTMP 1 | #define HAVE_HOST_IN_UTMPX 1 | #define HAVE_PID_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMP 1 | #define HAVE_TYPE_IN_UTMPX 1 | #define HAVE_TV_IN_UTMP 1 | #define HAVE_ID_IN_UTMP 1 | #define HAVE_ID_IN_UTMPX 1 | #define HAVE_ADDR_IN_UTMP 1 | #define HAVE_ADDR_IN_UTMPX 1 | #define HAVE_ADDR_V6_IN_UTMP 1 | #define HAVE_ADDR_V6_IN_UTMPX 1 | #define HAVE_EXIT_IN_UTMP 1 | #define HAVE_TV_IN_UTMPX 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_SS_FAMILY_IN_SS 1 | #define HAVE_CONTROL_IN_MSGHDR 1 | #define HAVE___PROGNAME 1 | #define HAVE___FUNCTION__ 1 | #define HAVE___func__ 1 | #define HAVE_VA_COPY 1 | #define HAVE___VA_COPY 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE__GETSHORT 1 | #define HAVE__GETLONG 1 | #define HAVE_DECL__GETSHORT 0 | #define HAVE_DECL__GETLONG 0 | #define HAVE_HEADER_AD 1 | #define KRB5 1 | #define GSSAPI 1 | #define HAVE_GSSAPI_GSSAPI_H 1 | #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 | #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 | #define XAUTH_PATH "/usr/bin/xauth" | #define HAS_SHADOW_EXPIRE 1 | #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" | #define IPV4_IN_IPV6 1 | #define _PATH_SSH_PIDDIR "/var/run" | #define DISABLE_UTMPX 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_UTMPX_H | #include | #endif | #ifdef HAVE_PATHS_H | # include | #endif | | int | main () | { | char *wtmpx = WTMPX_FILE; | ; | return 0; | } configure:26831: result: no configure:26966: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by OpenSSH config.status Portable, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on independence config.status:714: creating Makefile config.status:714: creating buildpkg.sh config.status:714: creating opensshd.init config.status:714: creating openbsd-compat/Makefile config.status:714: creating scard/Makefile config.status:714: creating ssh_prng_cmds config.status:714: creating survey.sh config.status:818: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i586-uhu-linux-gnu ac_cv_build_alias=i586-uhu-linux ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cc_implements___FUNCTION__=yes ac_cv_cc_implements___func__=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i586-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i586-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_file___dev_ptc_=no ac_cv_file___etc_default_login_=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_asprintf=yes ac_cv_func_b64_ntop=no ac_cv_func_b64_pton=no ac_cv_func_bcopy=yes ac_cv_func_bindresvport_sa=no ac_cv_func_clock=yes ac_cv_func_closefrom=no ac_cv_func_daemon=yes ac_cv_func_dirfd=yes ac_cv_func_dirname=yes ac_cv_func_endutent=yes ac_cv_func_endutxent=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_freeaddrinfo=yes ac_cv_func_futimes=yes ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getgrouplist=yes ac_cv_func_getnameinfo=yes ac_cv_func_getopt=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeereid=no ac_cv_func_getpgrp_void=yes ac_cv_func_getrlimit=yes ac_cv_func_getspnam=yes ac_cv_func_gettimeofday=yes ac_cv_func_getttyent=yes ac_cv_func_getutent=yes ac_cv_func_getutid=yes ac_cv_func_getutline=yes ac_cv_func_getutxent=yes ac_cv_func_getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_innetgr=yes ac_cv_func_login_getcapbool=no ac_cv_func_logout=yes ac_cv_func_logwtmp=yes ac_cv_func_md5_crypt=no ac_cv_func_memmove=yes ac_cv_func_mkdtemp=yes ac_cv_func_mmap=yes ac_cv_func_ngetaddrinfo=no ac_cv_func_nsleep=no ac_cv_func_ogetaddrinfo=no ac_cv_func_openlog_r=no ac_cv_func_openpty=yes ac_cv_func_pam_getenvlist=yes ac_cv_func_pam_putenv=yes ac_cv_func_prctl=yes ac_cv_func_pstat=no ac_cv_func_pututline=yes ac_cv_func_pututxline=yes ac_cv_func_readpassphrase=no ac_cv_func_realpath=yes ac_cv_func_recvmsg=yes ac_cv_func_rresvport_af=yes ac_cv_func_sendmsg=yes ac_cv_func_setdtablesize=no ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgroups=yes ac_cv_func_setlogin=no ac_cv_func_setpcred=no ac_cv_func_setproctitle=no ac_cv_func_setregid=yes ac_cv_func_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_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_strcasecmp=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_strnvis=no ac_cv_func_strsep=yes ac_cv_func_strtoll=yes ac_cv_func_strtonum=no ac_cv_func_strtoul=yes ac_cv_func_sysconf=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_time=yes ac_cv_func_truncate=yes ac_cv_func_unsetenv=yes ac_cv_func_updwtmp=yes ac_cv_func_updwtmpx=yes ac_cv_func_utimes=yes ac_cv_func_utmpname=yes ac_cv_func_utmpxname=yes ac_cv_func_vasprintf=yes ac_cv_func_vhangup=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_yp_match=no ac_cv_have___ss_family_in_struct_ss=no ac_cv_have___va_copy=yes ac_cv_have_accrights_in_msghdr=no ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes ac_cv_have_decl_LLONG_MAX=yes ac_cv_have_decl__getlong=no ac_cv_have_decl__getshort=no ac_cv_have_decl_getrusage=no ac_cv_have_decl_h_errno=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_tcsendbreak=yes ac_cv_have_getopt_optreset=no ac_cv_have_int64_t=yes ac_cv_have_intxx_t=yes ac_cv_have_mode_t=yes ac_cv_have_pid_t=yes ac_cv_have_pw_change_in_struct_passwd=no ac_cv_have_pw_class_in_struct_passwd=no ac_cv_have_pw_expire_in_struct_passwd=no ac_cv_have_sa_family_t=yes ac_cv_have_size_t=yes ac_cv_have_ss_family_in_struct_ss=yes ac_cv_have_ssize_t=yes ac_cv_have_struct_addrinfo=yes ac_cv_have_struct_in6_addr=yes ac_cv_have_struct_sockaddr_in6=yes ac_cv_have_struct_sockaddr_storage=yes ac_cv_have_struct_timeval=yes ac_cv_have_u_char=yes ac_cv_have_u_int=yes ac_cv_have_u_int64_t=yes ac_cv_have_u_intxx_t=yes ac_cv_have_va_copy=yes ac_cv_header_bstring_h=no ac_cv_header_crypt_h=yes ac_cv_header_dirent_h=yes ac_cv_header_endian_h=yes ac_cv_header_features_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_getopt_h=yes ac_cv_header_glob_h=yes ac_cv_header_gssapi_generic_h=no ac_cv_header_gssapi_gssapi_generic_h=yes ac_cv_header_gssapi_gssapi_h=yes ac_cv_header_gssapi_gssapi_krb5_h=yes ac_cv_header_gssapi_h=no ac_cv_header_gssapi_krb5_h=no ac_cv_header_ia_h=no ac_cv_header_iaf_h=no ac_cv_header_inttypes_h=yes ac_cv_header_lastlog_h=yes ac_cv_header_libgen_h=yes ac_cv_header_libutil_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_if_tun_h=yes ac_cv_header_login_cap_h=no ac_cv_header_login_h=no ac_cv_header_maillock_h=no ac_cv_header_memory_h=yes ac_cv_header_ndir_h=no ac_cv_header_netdb_h=yes ac_cv_header_netgroup_h=no ac_cv_header_pam_pam_appl_h=no ac_cv_header_paths_h=yes ac_cv_header_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_shadow_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_audit_h=no ac_cv_header_sys_bitypes_h=yes ac_cv_header_sys_bsdtty_h=no ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_dir_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_ndir_h=no ac_cv_header_sys_prctl_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_ptms_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stream_h=no ac_cv_header_sys_stropts_h=yes ac_cv_header_sys_strtio_h=no ac_cv_header_sys_sysmacros_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timers_h=no ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_time_h=yes ac_cv_header_tmpdir_h=no ac_cv_header_ttyent_h=yes ac_cv_header_unistd_h=yes ac_cv_header_usersec_h=no ac_cv_header_util_h=no ac_cv_header_utime_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_header_vis_h=no ac_cv_header_zlib_h=yes ac_cv_host=i586-uhu-linux-gnu ac_cv_host_alias=i586-uhu-linux ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_iaf_ia_openinfo=no ac_cv_lib_nsl_yp_match=yes 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_stat_st_blksize=yes ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_CAT=/bin/cat ac_cv_path_KILL=/bin/kill ac_cv_path_LOGIN_PROGRAM_FALLBACK=/bin/login ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_PATH_GROUPADD_PROG=/usr/sbin/groupadd ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd ac_cv_path_PERL=/usr/bin/perl5 ac_cv_path_PROG_ARP=/sbin/arp ac_cv_path_PROG_DF=/bin/df ac_cv_path_PROG_IFCONFIG=/sbin/ifconfig ac_cv_path_PROG_IPCS=/usr/bin/ipcs ac_cv_path_PROG_LASTLOG=/usr/bin/lastlog ac_cv_path_PROG_LS=/bin/ls ac_cv_path_PROG_NETSTAT=/bin/netstat ac_cv_path_PROG_PS=/bin/ps ac_cv_path_PROG_TAIL=/usr/bin/tail ac_cv_path_PROG_UPTIME=/usr/bin/uptime ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat ac_cv_path_PROG_W=/usr/bin/w ac_cv_path_PROG_WHO=/usr/bin/who ac_cv_path_SED=/bin/sed ac_cv_path_SH=/bin/sh ac_cv_path_TEST_MINUS_S_SH=/bin/bash ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i586-uhu-linux-gcc ac_cv_prog_CPP='i586-uhu-linux-gcc -E' ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_search_basename='none required' ac_cv_search_dn_expand='none required' ac_cv_search_getrrsetbyname=no ac_cv_search_k_hasafs=no ac_cv_search_login=-lutil ac_cv_search_nanosleep='none required' ac_cv_search_res_query=-lresolv ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long_int=4 ac_cv_sizeof_long_long_int=8 ac_cv_sizeof_short_int=2 ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type_char=yes ac_cv_type_in_addr_t=yes ac_cv_type_int=yes ac_cv_type_long_double=yes ac_cv_type_long_int=yes ac_cv_type_long_long=yes ac_cv_type_long_long_int=yes ac_cv_type_short_int=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_socklen_t=yes ac_cv_type_struct_timespec=yes ac_cv_type_unsigned_long_long=yes ossh_cv_utmp_h_has_ut_addr=yes ossh_cv_utmp_h_has_ut_addr_v6=yes ossh_cv_utmp_h_has_ut_exit=yes ossh_cv_utmp_h_has_ut_host=yes ossh_cv_utmp_h_has_ut_id=yes ossh_cv_utmp_h_has_ut_pid=yes ossh_cv_utmp_h_has_ut_time=no ossh_cv_utmp_h_has_ut_tv=yes ossh_cv_utmp_h_has_ut_type=yes ossh_cv_utmpx_h_has_syslen=no ossh_cv_utmpx_h_has_ut_addr=yes ossh_cv_utmpx_h_has_ut_addr_v6=yes ossh_cv_utmpx_h_has_ut_host=yes ossh_cv_utmpx_h_has_ut_id=yes ossh_cv_utmpx_h_has_ut_time=no ossh_cv_utmpx_h_has_ut_tv=yes ossh_cv_utmpx_h_has_ut_type=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' AWK='gawk' CAT='/bin/cat' CC='i586-uhu-linux-gcc' CFLAGS='-g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 ' CPP='i586-uhu-linux-gcc -E' CPPFLAGS=' -I/usr/include -I/usr/include/et' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENT='' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_SSH_PRNG_CMDS='' INSTALL_SSH_RAND_HELPER='' KILL='/bin/kill' LD='i586-uhu-linux-gcc' LDFLAGS='' LIBEDIT='' LIBOBJS='' LIBPAM='-lpam -ldl' LIBS='-lresolv -lcrypto -lutil -lz -lnsl -lcrypt -L/usr/lib -Wl,-rpath -Wl,/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv' LIBWRAP='' LOGIN_PROGRAM_FALLBACK='/bin/login' LTLIBOBJS='' MAKE_PACKAGE_SUPPORTED='no' MANTYPE='doc' NROFF='/usr/bin/nroff' OBJEXT='o' OPENSC_CONFIG='no' PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org' PACKAGE_NAME='OpenSSH' PACKAGE_STRING='OpenSSH Portable' PACKAGE_TARNAME='openssh' PACKAGE_VERSION='Portable' PATH_GROUPADD_PROG='/usr/sbin/groupadd' PATH_PASSWD_PROG='/usr/bin/passwd' PATH_SEPARATOR=':' PATH_USERADD_PROG='/usr/sbin/useradd' PERL='/usr/bin/perl5' PRIVSEP_PATH='/var/empty' PROG_ARP='/sbin/arp' PROG_DF='/bin/df' PROG_IFCONFIG='/sbin/ifconfig' PROG_IPCS='/usr/bin/ipcs' PROG_JSTAT='undef' PROG_LAST='undef' PROG_LASTLOG='/usr/bin/lastlog' PROG_LS='/bin/ls' PROG_NETSTAT='/bin/netstat' PROG_PS='/bin/ps' PROG_SAR='undef' PROG_TAIL='/usr/bin/tail' PROG_UPTIME='/usr/bin/uptime' PROG_VMSTAT='/usr/bin/vmstat' PROG_W='/usr/bin/w' PROG_WHO='/usr/bin/who' RANLIB='ranlib' SED='/bin/sed' SH='/bin/sh' SHELL='/bin/sh' SSH_PRIVSEP_USER='sshd' STARTUP_SCRIPT_SHELL='/bin/sh' STRIP_OPT='-s' TEST_MINUS_S_SH='/bin/bash' TEST_SHELL='sh' XAUTH_PATH='/usr/bin/xauth' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i586-uhu-linux-gnu' build_alias='i586-uhu-linux' build_cpu='i586' build_os='linux-gnu' build_vendor='uhu' datadir='/usr/share/openssh' exec_prefix='${prefix}' host='i586-uhu-linux-gnu' host_alias='i586-uhu-linux' host_cpu='i586' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' mansubdir='man' oldincludedir='/usr/include' piddir='/var/run' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc/ssh' target_alias='' user_path='/usr/bin:/bin:/usr/sbin:/sbin' xauth_path='/usr/bin/xauth' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DISABLE_UTMPX 1 #define DISABLE_WTMPX 1 #define DONT_TRY_OTHER_AF 1 #define ENTROPY_TIMEOUT_MSEC 200 #define GETPGRP_VOID 1 #define GLOB_HAS_ALTDIRFUNC 1 #define GSSAPI 1 #define HAS_SHADOW_EXPIRE 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_ASPRINTF 1 #define HAVE_BASENAME 1 #define HAVE_BCOPY 1 #define HAVE_CLOCK 1 #define HAVE_CLOCK_T 1 #define HAVE_CONST_GAI_STRERROR_PROTO 1 #define HAVE_CONTROL_IN_MSGHDR 1 #define HAVE_CRYPT_H 1 #define HAVE_DAEMON 1 #define HAVE_DECL_H_ERRNO 1 #define HAVE_DECL__GETLONG 0 #define HAVE_DECL__GETSHORT 0 #define HAVE_DIRENT_H 1 #define HAVE_DIRFD 1 #define HAVE_DIRNAME 1 #define HAVE_ENDIAN_H 1 #define HAVE_ENDUTENT 1 #define HAVE_ENDUTXENT 1 #define HAVE_EXIT_IN_UTMP 1 #define HAVE_FCHMOD 1 #define HAVE_FCHOWN 1 #define HAVE_FEATURES_H 1 #define HAVE_FREEADDRINFO 1 #define HAVE_FUTIMES 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETCWD 1 #define HAVE_GETGROUPLIST 1 #define HAVE_GETNAMEINFO 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETTTYENT 1 #define HAVE_GETUTENT 1 #define HAVE_GETUTID 1 #define HAVE_GETUTLINE 1 #define HAVE_GETUTXENT 1 #define HAVE_GETUTXID 1 #define HAVE_GETUTXLINE 1 #define HAVE_GLOB 1 #define HAVE_GLOB_H 1 #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 #define HAVE_GSSAPI_GSSAPI_H 1 #define HAVE_GSSAPI_GSSAPI_KRB5_H 1 #define HAVE_HEADER_AD 1 #define HAVE_HOST_IN_UTMP 1 #define HAVE_HOST_IN_UTMPX 1 #define HAVE_ID_IN_UTMP 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_INNETGR 1 #define HAVE_INT64_T 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTXX_T 1 #define HAVE_IN_ADDR_T 1 #define HAVE_LASTLOG_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBNSL 1 #define HAVE_LIBPAM 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_LINUX_IF_TUN_H 1 #define HAVE_LOGIN 1 #define HAVE_LOGOUT 1 #define HAVE_LOGWTMP 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MKDTEMP 1 #define HAVE_MMAP 1 #define HAVE_MODE_T 1 #define HAVE_NANOSLEEP 1 #define HAVE_NETDB_H 1 #define HAVE_OPENPTY 1 #define HAVE_OPENSSL 1 #define HAVE_PAM_GETENVLIST 1 #define HAVE_PAM_PUTENV 1 #define HAVE_PATHS_H 1 #define HAVE_PID_IN_UTMP 1 #define HAVE_PID_T 1 #define HAVE_PRCTL 1 #define HAVE_PROC_PID 1 #define HAVE_PTY_H 1 #define HAVE_PUTUTLINE 1 #define HAVE_PUTUTXLINE 1 #define HAVE_REALPATH 1 #define HAVE_RECVMSG 1 #define HAVE_RPC_TYPES_H 1 #define HAVE_RRESVPORT_AF 1 #define HAVE_SA_FAMILY_T 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_SENDMSG 1 #define HAVE_SETEGID 1 #define HAVE_SETENV 1 #define HAVE_SETEUID 1 #define HAVE_SETGROUPS 1 #define HAVE_SETREGID 1 #define HAVE_SETRESGID 1 #define HAVE_SETRESUID 1 #define HAVE_SETREUID 1 #define HAVE_SETRLIMIT 1 #define HAVE_SETSID 1 #define HAVE_SETUTENT 1 #define HAVE_SETUTXENT 1 #define HAVE_SETVBUF 1 #define HAVE_SHADOW_H 1 #define HAVE_SIGACTION 1 #define HAVE_SIGVEC 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_SIZE_T 1 #define HAVE_SNPRINTF 1 #define HAVE_SOCKETPAIR 1 #define HAVE_SO_PEERCRED 1 #define HAVE_SSIZE_T 1 #define HAVE_SS_FAMILY_IN_SS 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRICT_MKSTEMP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSEP 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOUL 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_STRUCT_IN6_ADDR 1 #define HAVE_STRUCT_SOCKADDR_IN6 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_TIMESPEC 1 #define HAVE_STRUCT_TIMEVAL 1 #define HAVE_SYSCONF 1 #define HAVE_SYS_BITYPES_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_DIR_H 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_NERR 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STROPTS_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TCGETPGRP 1 #define HAVE_TCSENDBREAK 1 #define HAVE_TIME 1 #define HAVE_TIME_H 1 #define HAVE_TRUNCATE 1 #define HAVE_TTYENT_H 1 #define HAVE_TV_IN_UTMP 1 #define HAVE_TV_IN_UTMPX 1 #define HAVE_TYPE_IN_UTMP 1 #define HAVE_TYPE_IN_UTMPX 1 #define HAVE_UINTXX_T 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSETENV 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_UPDWTMP 1 #define HAVE_UPDWTMPX 1 #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 #define HAVE_UTMPNAME 1 #define HAVE_UTMPXNAME 1 #define HAVE_UTMPX_H 1 #define HAVE_UTMP_H 1 #define HAVE_U_CHAR 1 #define HAVE_U_INT 1 #define HAVE_U_INT64_T 1 #define HAVE_U_INTXX_T 1 #define HAVE_VASPRINTF 1 #define HAVE_VA_COPY 1 #define HAVE_VHANGUP 1 #define HAVE_VSNPRINTF 1 #define HAVE_WAITPID 1 #define HAVE__GETLONG 1 #define HAVE__GETSHORT 1 #define HAVE___FUNCTION__ 1 #define HAVE___PROGNAME 1 #define HAVE___VA_COPY 1 #define HAVE___func__ 1 #define IPV4_IN_IPV6 1 #define KRB5 1 #define LINK_OPNOTSUPP_ERRNO EPERM #define LOCKED_PASSWD_PREFIX "!" #define LOGIN_PROGRAM_FALLBACK "/bin/login" #define OPENSSL_PRNG_ONLY 1 #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" #define PACKAGE_NAME "OpenSSH" #define PACKAGE_STRING "OpenSSH Portable" #define PACKAGE_TARNAME "openssh" #define PACKAGE_VERSION "Portable" #define PAM_TTY_KLUDGE 1 #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG_INT 4 #define SIZEOF_LONG_LONG_INT 8 #define SIZEOF_SHORT_INT 2 #define SNPRINTF_CONST const #define SPT_TYPE SPT_REUSEARGV #define SSH_PRIVSEP_USER "sshd" #define SSH_TUN_COMPAT_AF 1 #define SSH_TUN_LINUX 1 #define SSH_TUN_PREPEND_AF 1 #define STDC_HEADERS 1 #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" #define USE_BTMP 1 #define USE_PAM 1 #define XAUTH_PATH "/usr/bin/xauth" #define _FILE_OFFSET_BITS 64 #define _PATH_BTMP "/var/log/btmp" #define _PATH_PASSWD_PROG "/usr/bin/passwd" #define _PATH_SSH_PIDDIR "/var/run" configure: exit 0