Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 126767 Details for
Bug 187201
app-crypt/mit-krb5 breaks openssh w/ USE='kerberos libedit' due to -rpath crap
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log from emerge openssh
config.log (text/plain), 552.40 KB, created by
Jose daLuz
on 2007-08-03 04:31:55 UTC
(
hide
)
Description:
config.log from emerge openssh
Filename:
MIME Type:
Creator:
Jose daLuz
Created:
2007-08-03 04:31:55 UTC
Size:
552.40 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by OpenSSH configure Portable, which was >generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-ldflags= --disable-strip --sysconfdir=/etc/ssh --libexecdir=/usr/lib64/misc --datadir=/usr/share/openssh --disable-suid-ssh --with-privsep-path=/var/empty --with-privsep-user=sshd --with-md5-passwords --without-ldap --with-libedit --with-kerberos5=/usr --with-tcp-wrappers --without-selinux --without-skey --without-opensc --with-pam --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu > >## --------- ## >## Platform. ## >## --------- ## > >hostname = joehome >uname -m = x86_64 >uname -r = 2.6.22-ck1 >uname -s = Linux >uname -v = #1 SMP PREEMPT Sat Jul 14 10:07:48 EDT 2007 > >/usr/bin/uname -p = AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ >/bin/uname -X = unknown > >/bin/arch = x86_64 >/usr/bin/arch -k = x86_64 >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/ccache/bin >PATH: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 >PATH: /opt/stuffit/bin >PATH: /opt/blackdown-jdk-1.4.2.03/bin >PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/qt/3/bin >PATH: /opt/vmware/workstation/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1847: checking for x86_64-pc-linux-gnu-gcc >configure:1863: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:1874: result: x86_64-pc-linux-gnu-gcc >configure:2152: checking for C compiler version >configure:2159: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1) >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:2162: $? = 0 >configure:2169: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/paludis/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --enable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.2 (Gentoo 4.1.2 p1.0.1) >configure:2172: $? = 0 >configure:2179: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:2182: $? = 1 >configure:2205: checking for C compiler default output file name >configure:2232: x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:2235: $? = 0 >configure:2273: result: a.out >configure:2290: checking whether the C compiler works >configure:2300: ./a.out >configure:2303: $? = 0 >configure:2320: result: yes >configure:2327: checking whether we are cross compiling >configure:2329: result: no >configure:2332: checking for suffix of executables >configure:2339: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:2342: $? = 0 >configure:2366: result: >configure:2372: checking for suffix of object files >configure:2398: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:2401: $? = 0 >configure:2424: result: o >configure:2428: checking whether we are using the GNU C compiler >configure:2457: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:2463: $? = 0 >configure:2480: result: yes >configure:2485: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:2515: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:2521: $? = 0 >configure:2620: result: yes >configure:2637: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:2711: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:2717: $? = 0 >configure:2740: result: none needed >configure:2795: checking build system type >configure:2813: result: x86_64-pc-linux-gnu >configure:2835: checking host system type >configure:2850: result: x86_64-pc-linux-gnu >configure:2878: checking how to run the C preprocessor >configure:2918: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:2924: $? = 0 >configure:2955: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:8:28: error: ac_nonexistent.h: No such file or directory >configure:2961: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define 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 <ac_nonexistent.h> >configure:2994: result: x86_64-pc-linux-gnu-gcc -E >configure:3023: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3029: $? = 0 >configure:3060: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:8:28: error: ac_nonexistent.h: No such file or directory >configure:3066: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define 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 <ac_nonexistent.h> >configure:3104: checking for grep that handles long lines and -e >configure:3178: result: /bin/grep >configure:3183: checking for egrep >configure:3261: result: /bin/grep -E >configure:3266: checking for ANSI C header files >configure:3296: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3302: $? = 0 >configure:3401: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3404: $? = 0 >configure:3410: ./conftest >configure:3413: $? = 0 >configure:3430: result: yes >configure:3454: checking for sys/types.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for sys/stat.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for stdlib.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for string.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for memory.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for strings.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for inttypes.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for stdint.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3454: checking for unistd.h >configure:3475: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3481: $? = 0 >configure:3497: result: yes >configure:3509: checking whether byte ordering is bigendian >configure:3542: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:3548: $? = 0 >configure:3580: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:25: error: 'not' undeclared (first use in this function) >conftest.c:25: error: (Each undeclared identifier is reported only once >conftest.c:25: error: for each function it appears in.) >conftest.c:25: error: expected ';' before 'big' >configure:3586: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:3726: result: no >configure:3751: checking for gawk >configure:3767: found /bin/gawk >configure:3778: result: gawk >configure:3794: checking how to run the C preprocessor >configure:3910: result: x86_64-pc-linux-gnu-gcc -E >configure:3939: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3945: $? = 0 >configure:3976: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:18:28: error: ac_nonexistent.h: No such file or directory >configure:3982: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4022: checking for x86_64-pc-linux-gnu-ranlib >configure:4038: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:4049: result: x86_64-pc-linux-gnu-ranlib >configure:4128: checking for a BSD-compatible install >configure:4184: result: /usr/bin/install -c >configure:4195: checking for egrep >configure:4273: result: /bin/grep -E >configure:4280: checking for ar >configure:4298: found /usr/bin/ar >configure:4310: result: /usr/bin/ar >configure:4320: checking for cat >configure:4338: found /bin/cat >configure:4350: result: /bin/cat >configure:4360: checking for kill >configure:4378: found /bin/kill >configure:4390: result: /bin/kill >configure:4402: checking for perl5 >configure:4435: result: no >configure:4402: checking for perl >configure:4420: found /usr/bin/perl >configure:4432: result: /usr/bin/perl >configure:4445: checking for sed >configure:4463: found /bin/sed >configure:4475: result: /bin/sed >configure:4486: checking for ent >configure:4519: result: no >configure:4527: checking for bash >configure:4545: found /bin/bash >configure:4557: result: /bin/bash >configure:4567: checking for ksh >configure:4597: result: /bin/bash >configure:4607: checking for sh >configure:4637: result: /bin/bash >configure:4647: checking for sh >configure:4665: found /bin/sh >configure:4677: result: /bin/sh >configure:4690: checking for groupadd >configure:4708: found /usr/sbin/groupadd >configure:4721: result: /usr/sbin/groupadd >configure:4731: checking for useradd >configure:4749: found /usr/sbin/useradd >configure:4762: result: /usr/sbin/useradd >configure:4772: checking for pkgmk >configure:4800: result: no >configure:4824: checking for special C compiler options needed for large files >configure:4917: result: no >configure:4923: checking for _FILE_OFFSET_BITS value needed for large files >configure:4958: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:4964: $? = 0 >configure:5032: result: no >configure:5185: checking for login >configure:5203: found /bin/login >configure:5215: result: /bin/login >configure:5233: checking for passwd >configure:5251: found /bin/passwd >configure:5263: result: /bin/passwd >configure:5284: checking for inline >configure:5310: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >configure:5316: $? = 0 >configure:5334: result: inline >configure:5354: checking whether LLONG_MAX is declared >configure:5384: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:26: error: 'LLONG_MAX' undeclared (first use in this function) >conftest.c:26: error: (Each undeclared identifier is reported only once >conftest.c:26: error: for each function it appears in.) >configure:5390: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| /* end confdefs.h. */ >| #include <limits.h> >| >| int >| main () >| { >| #ifndef LLONG_MAX >| (void) LLONG_MAX; >| #endif >| >| ; >| return 0; >| } >configure:5405: result: no >configure:5429: checking whether LLONG_MAX is declared >configure:5460: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5466: $? = 0 >configure:5481: result: yes >configure:5704: checking bstring.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:53:21: error: bstring.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:5741: result: no >configure:5745: checking bstring.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:20:21: error: bstring.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| /* end confdefs.h. */ >| #include <bstring.h> >configure:5780: result: no >configure:5813: checking for bstring.h >configure:5821: result: no >configure:5704: checking crypt.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking crypt.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for crypt.h >configure:5821: result: yes >configure:5704: checking crypto/sha2.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:54:25: error: crypto/sha2.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <crypto/sha2.h> >configure:5741: result: no >configure:5745: checking crypto/sha2.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:21:25: error: crypto/sha2.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| /* end confdefs.h. */ >| #include <crypto/sha2.h> >configure:5780: result: no >configure:5813: checking for crypto/sha2.h >configure:5821: result: no >configure:5704: checking dirent.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking dirent.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for dirent.h >configure:5821: result: yes >configure:5704: checking endian.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking endian.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for endian.h >configure:5821: result: yes >configure:5704: checking features.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking features.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for features.h >configure:5821: result: yes >configure:5704: checking fcntl.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking fcntl.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for fcntl.h >configure:5821: result: yes >configure:5704: checking floatingpoint.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:58:27: error: floatingpoint.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <floatingpoint.h> >configure:5741: result: no >configure:5745: checking floatingpoint.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:25:27: error: floatingpoint.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <floatingpoint.h> >configure:5780: result: no >configure:5813: checking for floatingpoint.h >configure:5821: result: no >configure:5704: checking getopt.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking getopt.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for getopt.h >configure:5821: result: yes >configure:5704: checking glob.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking glob.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for glob.h >configure:5821: result: yes >configure:5704: checking ia.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:60:16: error: ia.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:5741: result: no >configure:5745: checking ia.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:27:16: error: ia.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:5780: result: no >configure:5813: checking for ia.h >configure:5821: result: no >configure:5704: checking iaf.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:60:17: error: iaf.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <iaf.h> >configure:5741: result: no >configure:5745: checking iaf.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:27:17: error: iaf.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <iaf.h> >configure:5780: result: no >configure:5813: checking for iaf.h >configure:5821: result: no >configure:5704: checking limits.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking limits.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for limits.h >configure:5821: result: yes >configure:5704: checking login.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:61:19: error: login.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login.h> >configure:5741: result: no >configure:5745: checking login.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:28:19: error: login.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login.h> >configure:5780: result: no >configure:5813: checking for login.h >configure:5821: result: no >configure:5704: checking maillock.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking maillock.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for maillock.h >configure:5821: result: yes >configure:5704: checking ndir.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:62:18: error: ndir.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ndir.h> >configure:5741: result: no >configure:5745: checking ndir.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:29:18: error: ndir.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:5780: result: no >configure:5813: checking for ndir.h >configure:5821: result: no >configure:5704: checking net/if_tun.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:62:24: error: net/if_tun.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <net/if_tun.h> >configure:5741: result: no >configure:5745: checking net/if_tun.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:29:24: error: net/if_tun.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <net/if_tun.h> >configure:5780: result: no >configure:5813: checking for net/if_tun.h >configure:5821: result: no >configure:5704: checking netdb.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking netdb.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for netdb.h >configure:5821: result: yes >configure:5704: checking netgroup.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:63:22: error: netgroup.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:5741: result: no >configure:5745: checking netgroup.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:30:22: error: netgroup.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:5780: result: no >configure:5813: checking for netgroup.h >configure:5821: result: no >configure:5704: checking pam/pam_appl.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:63:26: error: pam/pam_appl.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pam/pam_appl.h> >configure:5741: result: no >configure:5745: checking pam/pam_appl.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:30:26: error: pam/pam_appl.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:5780: result: no >configure:5813: checking for pam/pam_appl.h >configure:5821: result: no >configure:5704: checking paths.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking paths.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for paths.h >configure:5821: result: yes >configure:5704: checking pty.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking pty.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for pty.h >configure:5821: result: yes >configure:5704: checking readpassphrase.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:65:28: error: readpassphrase.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <readpassphrase.h> >configure:5741: result: no >configure:5745: checking readpassphrase.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:32:28: error: readpassphrase.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| /* end confdefs.h. */ >| #include <readpassphrase.h> >configure:5780: result: no >configure:5813: checking for readpassphrase.h >configure:5821: result: no >configure:5704: checking rpc/types.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking rpc/types.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for rpc/types.h >configure:5821: result: yes >configure:5704: checking security/pam_appl.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking security/pam_appl.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for security/pam_appl.h >configure:5821: result: yes >configure:5704: checking sha2.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:67:18: error: sha2.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sha2.h> >configure:5741: result: no >configure:5745: checking sha2.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:34:18: error: sha2.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 >| /* end confdefs.h. */ >| #include <sha2.h> >configure:5780: result: no >configure:5813: checking for sha2.h >configure:5821: result: no >configure:5704: checking shadow.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking shadow.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for shadow.h >configure:5821: result: yes >configure:5704: checking stddef.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking stddef.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for stddef.h >configure:5821: result: yes >configure:5694: checking for stdint.h >configure:5700: result: yes >configure:5694: checking for string.h >configure:5700: result: yes >configure:5694: checking for strings.h >configure:5700: result: yes >configure:5704: checking sys/audit.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:72:23: error: sys/audit.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/audit.h> >configure:5741: result: no >configure:5745: checking sys/audit.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:39:23: error: sys/audit.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/audit.h> >configure:5780: result: no >configure:5813: checking for sys/audit.h >configure:5821: result: no >configure:5704: checking sys/bitypes.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/bitypes.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/bitypes.h >configure:5821: result: yes >configure:5704: checking sys/bsdtty.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:73:24: error: sys/bsdtty.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:5741: result: no >configure:5745: checking sys/bsdtty.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:40:24: error: sys/bsdtty.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/bsdtty.h> >configure:5780: result: no >configure:5813: checking for sys/bsdtty.h >configure:5821: result: no >configure:5704: checking sys/cdefs.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/cdefs.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/cdefs.h >configure:5821: result: yes >configure:5704: checking sys/dir.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/dir.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/dir.h >configure:5821: result: yes >configure:5704: checking sys/mman.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/mman.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/mman.h >configure:5821: result: yes >configure:5704: checking sys/ndir.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:76:22: error: sys/ndir.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:5741: result: no >configure:5745: checking sys/ndir.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:43:22: error: sys/ndir.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/ndir.h> >configure:5780: result: no >configure:5813: checking for sys/ndir.h >configure:5821: result: no >configure:5704: checking sys/prctl.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/prctl.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/prctl.h >configure:5821: result: yes >configure:5704: checking sys/pstat.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:77:23: error: sys/pstat.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:5741: result: no >configure:5745: checking sys/pstat.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:44:23: error: sys/pstat.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/pstat.h> >configure:5780: result: no >configure:5813: checking for sys/pstat.h >configure:5821: result: no >configure:5704: checking sys/select.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/select.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/select.h >configure:5821: result: yes >configure:5694: checking for sys/stat.h >configure:5700: result: yes >configure:5704: checking sys/stream.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:79:24: error: sys/stream.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/stream.h> >configure:5741: result: no >configure:5745: checking sys/stream.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:46:24: error: sys/stream.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/stream.h> >configure:5780: result: no >configure:5813: checking for sys/stream.h >configure:5821: result: no >configure:5704: checking sys/stropts.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/stropts.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/stropts.h >configure:5821: result: yes >configure:5704: checking sys/strtio.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:80:24: error: sys/strtio.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/strtio.h> >configure:5741: result: no >configure:5745: checking sys/strtio.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:47:24: error: sys/strtio.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/strtio.h> >configure:5780: result: no >configure:5813: checking for sys/strtio.h >configure:5821: result: no >configure:5704: checking sys/sysmacros.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/sysmacros.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/sysmacros.h >configure:5821: result: yes >configure:5704: checking sys/time.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/time.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/time.h >configure:5821: result: yes >configure:5704: checking sys/timers.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:82:24: error: sys/timers.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/timers.h> >configure:5741: result: no >configure:5745: checking sys/timers.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:49:24: error: sys/timers.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/timers.h> >configure:5780: result: no >configure:5813: checking for sys/timers.h >configure:5821: result: no >configure:5704: checking sys/un.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking sys/un.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for sys/un.h >configure:5821: result: yes >configure:5704: checking time.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking time.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for time.h >configure:5821: result: yes >configure:5704: checking tmpdir.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:84:20: error: tmpdir.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:5741: result: no >configure:5745: checking tmpdir.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:51:20: error: tmpdir.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <tmpdir.h> >configure:5780: result: no >configure:5813: checking for tmpdir.h >configure:5821: result: no >configure:5704: checking ttyent.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking ttyent.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for ttyent.h >configure:5821: result: yes >configure:5694: checking for unistd.h >configure:5700: result: yes >configure:5704: checking usersec.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:86:21: error: usersec.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <usersec.h> >configure:5741: result: no >configure:5745: checking usersec.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:53:21: error: usersec.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <usersec.h> >configure:5780: result: no >configure:5813: checking for usersec.h >configure:5821: result: no >configure:5704: checking util.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:86:18: error: util.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:5741: result: no >configure:5745: checking util.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:53:18: error: util.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <util.h> >configure:5780: result: no >configure:5813: checking for util.h >configure:5821: result: no >configure:5704: checking utime.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking utime.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for utime.h >configure:5821: result: yes >configure:5704: checking utmp.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking utmp.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for utmp.h >configure:5821: result: yes >configure:5704: checking utmpx.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5727: $? = 0 >configure:5741: result: yes >configure:5745: checking utmpx.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5766: $? = 0 >configure:5780: result: yes >configure:5813: checking for utmpx.h >configure:5821: result: yes >configure:5704: checking vis.h usability >configure:5721: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:89:17: error: vis.h: No such file or directory >configure:5727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vis.h> >configure:5741: result: no >configure:5745: checking vis.h presence >configure:5760: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:56:17: error: vis.h: No such file or directory >configure:5766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <vis.h> >configure:5780: result: no >configure:5813: checking for vis.h >configure:5821: result: no >configure:5840: checking for lastlog.h >configure:5865: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5871: $? = 0 >configure:5887: result: yes >configure:5904: checking for sys/ptms.h >configure:5929: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:63:22: error: sys/ptms.h: No such file or directory >configure:5935: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 <sys/stream.h> >| #endif >| >| >| #include <sys/ptms.h> >configure:5951: result: no >configure:5968: checking for login_cap.h >configure:5991: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:61:23: error: login_cap.h: No such file or directory >configure:5997: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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. */ >| >| #include <sys/types.h> >| >| >| #include <login_cap.h> >configure:6013: result: no >configure:7504: checking linux/if_tun.h usability >configure:7521: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:7527: $? = 0 >configure:7541: result: yes >configure:7545: checking linux/if_tun.h presence >configure:7560: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7566: $? = 0 >configure:7580: result: yes >configure:7613: checking for linux/if_tun.h >configure:7621: result: yes >configure:8926: checking compiler and flags for sanity >configure:8950: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:70: warning: implicit declaration of function 'exit' >conftest.c:70: warning: incompatible implicit declaration of built-in function 'exit' >configure:8953: $? = 0 >configure:8959: ./conftest >configure:8962: $? = 0 >configure:8964: result: yes >configure:8986: checking for yp_match >configure:9042: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc8URYb9.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:102: undefined reference to `yp_match' >collect2: ld returned 1 exit status >configure:9048: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| /* end confdefs.h. */ >| /* Define yp_match to an innocuous variant, in case <limits.h> declares yp_match. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef yp_match >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char yp_match (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_yp_match || defined __stub___yp_match >| choke me >| #endif >| >| int >| main () >| { >| return yp_match (); >| ; >| return 0; >| } >configure:9065: result: no >configure:9071: checking for yp_match in -lnsl >configure:9106: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9112: $? = 0 >configure:9130: result: yes >configure:9143: checking for setsockopt >configure:9199: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9205: $? = 0 >configure:9222: result: yes >configure:9305: checking for dirname >configure:9361: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9367: $? = 0 >configure:9385: result: yes >configure:9406: checking libgen.h usability >configure:9423: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9429: $? = 0 >configure:9443: result: yes >configure:9447: checking libgen.h presence >configure:9462: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:9468: $? = 0 >configure:9482: result: yes >configure:9515: checking for libgen.h >configure:9523: result: yes >configure:9833: checking for getspnam >configure:9889: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9895: $? = 0 >configure:9912: result: yes >configure:9984: checking for library containing basename >configure:10025: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:10031: $? = 0 >configure:10059: result: none required >configure:10104: checking for deflate in -lz >configure:10139: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >configure:10145: $? = 0 >configure:10163: result: yes >configure:10256: checking zlib.h usability >configure:10273: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:10279: $? = 0 >configure:10293: result: yes >configure:10297: checking zlib.h presence >configure:10312: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:10318: $? = 0 >configure:10332: result: yes >configure:10365: checking for zlib.h >configure:10372: result: yes >configure:10397: checking for possibly buggy zlib >configure:10440: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:81: warning: implicit declaration of function 'exit' >conftest.c:81: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:87: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:91: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:93: warning: incompatible implicit declaration of built-in function 'exit' >configure:10443: $? = 0 >configure:10449: ./conftest >found zlib version 1.2.3 (1020300) >configure:10452: $? = 0 >configure:10454: result: no >configure:10491: checking for strcasecmp >configure:10547: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >conftest.c:96: warning: conflicting types for built-in function 'strcasecmp' >configure:10553: $? = 0 >configure:10570: result: yes >configure:10647: checking for utimes >configure:10703: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >configure:10709: $? = 0 >configure:10727: result: yes >configure:10824: checking libutil.h usability >configure:10841: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:107:21: error: libutil.h: No such file or directory >configure:10847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:10861: result: no >configure:10865: checking libutil.h presence >configure:10880: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:74:21: error: libutil.h: No such file or directory >configure:10886: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <libutil.h> >configure:10900: result: no >configure:10933: checking for libutil.h >configure:10941: result: no >configure:10954: checking for library containing login >configure:10995: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccVh8Bea.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:85: undefined reference to `login' >collect2: ld returned 1 exit status >configure:11001: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login (); >| int >| main () >| { >| return login (); >| ; >| return 0; >| } >configure:10995: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:11001: $? = 0 >configure:11029: result: -lutil >configure:11047: checking for logout >configure:11103: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:11109: $? = 0 >configure:11127: result: yes >configure:11047: checking for updwtmp >configure:11103: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:11109: $? = 0 >configure:11127: result: yes >configure:11047: checking for logwtmp >configure:11103: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:11109: $? = 0 >configure:11127: result: yes >configure:11142: checking for strftime >configure:11198: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:101: warning: conflicting types for built-in function 'strftime' >configure:11204: $? = 0 >configure:11222: result: yes >configure:11305: checking for GLOB_ALTDIRFUNC support >configure:11328: result: yes >configure:11342: checking for gl_matchc field in glob_t >configure:11365: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:84: error: 'glob_t' has no member named 'gl_matchc' >configure:11371: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| /* end confdefs.h. */ >| #include <glob.h> >| int >| main () >| { >| glob_t g; g.gl_matchc = 1; >| ; >| return 0; >| } >configure:11390: result: no >configure:11398: checking whether GLOB_NOMATCH is declared >configure:11428: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:11434: $? = 0 >configure:11449: result: yes >configure:11468: checking whether struct dirent allocates space for d_name >configure:11499: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:84: warning: implicit declaration of function 'exit' >conftest.c:84: warning: incompatible implicit declaration of built-in function 'exit' >configure:11502: $? = 0 >configure:11508: ./conftest >configure:11511: $? = 0 >configure:11513: result: yes >configure:11536: checking for /proc/pid/fd directory >configure:11544: result: yes >configure:11712: checking for libwrap >configure:11741: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lwrap -lutil -lz -lnsl >&5 >configure:11747: $? = 0 >configure:11754: result: yes >configure:11799: checking for el_init in -ledit >configure:11835: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -ledit -lcurses > -lutil -lz -lnsl >&5 >configure:11841: $? = 0 >configure:11859: result: yes >configure:11877: checking if libedit version is compatible >configure:11901: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:90: warning: implicit declaration of function 'exit' >conftest.c:90: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:88: warning: unused variable 'i' >configure:11907: $? = 0 >configure:11912: result: yes >configure:12475: checking for arc4random >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccJ2eBpb.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:118: undefined reference to `arc4random' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| /* end confdefs.h. */ >| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random innocuous_arc4random >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef arc4random >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char arc4random (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_arc4random || defined __stub___arc4random >| choke me >| #endif >| >| int >| main () >| { >| return arc4random (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for asprintf >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for b64_ntop >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccJHxiTn.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:119: undefined reference to `b64_ntop' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define b64_ntop to an innocuous variant, in case <limits.h> declares b64_ntop. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define b64_ntop innocuous_b64_ntop >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char b64_ntop (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef b64_ntop >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char b64_ntop (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_b64_ntop || defined __stub___b64_ntop >| choke me >| #endif >| >| int >| main () >| { >| return b64_ntop (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for __b64_ntop >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cclLHKur.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:119: undefined reference to `__b64_ntop' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define __b64_ntop to an innocuous variant, in case <limits.h> declares __b64_ntop. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __b64_ntop innocuous___b64_ntop >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_ntop (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __b64_ntop >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __b64_ntop (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___b64_ntop || defined __stub_____b64_ntop >| choke me >| #endif >| >| int >| main () >| { >| return __b64_ntop (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for b64_pton >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccRzrcLz.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:119: undefined reference to `b64_pton' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define b64_pton to an innocuous variant, in case <limits.h> declares b64_pton. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define b64_pton innocuous_b64_pton >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char b64_pton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef b64_pton >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char b64_pton (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_b64_pton || defined __stub___b64_pton >| choke me >| #endif >| >| int >| main () >| { >| return b64_pton (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for __b64_pton >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccianbcD.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:119: undefined reference to `__b64_pton' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define __b64_pton to an innocuous variant, in case <limits.h> declares __b64_pton. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __b64_pton innocuous___b64_pton >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_pton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __b64_pton >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __b64_pton (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___b64_pton || defined __stub_____b64_pton >| choke me >| #endif >| >| int >| main () >| { >| return __b64_pton (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for bcopy >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:108: warning: conflicting types for built-in function 'bcopy' >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for bindresvport_sa >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccg5PsyS.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:120: undefined reference to `bindresvport_sa' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define bindresvport_sa to an innocuous variant, in case <limits.h> declares bindresvport_sa. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef bindresvport_sa >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char bindresvport_sa (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_bindresvport_sa || defined __stub___bindresvport_sa >| choke me >| #endif >| >| int >| main () >| { >| return bindresvport_sa (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for clock >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for closefrom >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccoURSg2.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:121: undefined reference to `closefrom' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| /* end confdefs.h. */ >| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define closefrom innocuous_closefrom >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char closefrom (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef closefrom >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char closefrom (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_closefrom || defined __stub___closefrom >| choke me >| #endif >| >| int >| main () >| { >| return closefrom (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for dirfd >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for fchmod >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for fchown >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for freeaddrinfo >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for futimes >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getaddrinfo >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getcwd >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getgrouplist >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getnameinfo >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getopt >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getpeereid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc0dRnB1.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:131: undefined reference to `getpeereid' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares getpeereid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpeereid innocuous_getpeereid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpeereid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getpeereid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getpeereid (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_getpeereid || defined __stub___getpeereid >| choke me >| #endif >| >| int >| main () >| { >| return getpeereid (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for _getpty >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccxOby14.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:131: undefined reference to `_getpty' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares _getpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _getpty innocuous__getpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _getpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _getpty >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _getpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__getpty || defined __stub____getpty >| choke me >| #endif >| >| int >| main () >| { >| return _getpty (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for getrlimit >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for getttyent >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for glob >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for inet_aton >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for inet_ntoa >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for inet_ntop >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for innetgr >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for login_getcapbool >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccai2aYM.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:138: undefined reference to `login_getcapbool' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares login_getcapbool. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define login_getcapbool innocuous_login_getcapbool >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char login_getcapbool (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef login_getcapbool >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login_getcapbool (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_login_getcapbool || defined __stub___login_getcapbool >| choke me >| #endif >| >| int >| main () >| { >| return login_getcapbool (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for md5_crypt >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc7cENzQ.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:138: undefined reference to `md5_crypt' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares md5_crypt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define md5_crypt innocuous_md5_crypt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char md5_crypt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef md5_crypt >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char md5_crypt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_md5_crypt || defined __stub___md5_crypt >| choke me >| #endif >| >| int >| main () >| { >| return md5_crypt (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for memmove >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:127: warning: conflicting types for built-in function 'memmove' >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for mkdtemp >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for mmap >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for ngetaddrinfo >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc5h1G5h.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:141: undefined reference to `ngetaddrinfo' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares ngetaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ngetaddrinfo innocuous_ngetaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ngetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef ngetaddrinfo >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char ngetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_ngetaddrinfo || defined __stub___ngetaddrinfo >| choke me >| #endif >| >| int >| main () >| { >| return ngetaddrinfo (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for nsleep >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccfRupqe.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:141: undefined reference to `nsleep' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares nsleep. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define nsleep innocuous_nsleep >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char nsleep (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef nsleep >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char nsleep (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_nsleep || defined __stub___nsleep >| choke me >| #endif >| >| int >| main () >| { >| return nsleep (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for ogetaddrinfo >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccCwXhYk.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:141: undefined reference to `ogetaddrinfo' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares ogetaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ogetaddrinfo innocuous_ogetaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ogetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef ogetaddrinfo >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char ogetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_ogetaddrinfo || defined __stub___ogetaddrinfo >| choke me >| #endif >| >| int >| main () >| { >| return ogetaddrinfo (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for openlog_r >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccVBnjro.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:141: undefined reference to `openlog_r' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares openlog_r. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define openlog_r innocuous_openlog_r >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char openlog_r (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef openlog_r >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char openlog_r (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_openlog_r || defined __stub___openlog_r >| choke me >| #endif >| >| int >| main () >| { >| return openlog_r (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for openpty >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for prctl >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for pstat >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccqUJRFH.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:143: undefined reference to `pstat' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares pstat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat innocuous_pstat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pstat >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char pstat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_pstat || defined __stub___pstat >| choke me >| #endif >| >| int >| main () >| { >| return pstat (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for readpassphrase >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc9YONRP.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:143: undefined reference to `readpassphrase' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares readpassphrase. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define readpassphrase innocuous_readpassphrase >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char readpassphrase (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef readpassphrase >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char readpassphrase (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_readpassphrase || defined __stub___readpassphrase >| choke me >| #endif >| >| int >| main () >| { >| return readpassphrase (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for realpath >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for recvmsg >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for rresvport_af >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for sendmsg >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setdtablesize >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccFzPIfc.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:147: undefined reference to `setdtablesize' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares setdtablesize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setdtablesize innocuous_setdtablesize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setdtablesize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setdtablesize >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setdtablesize (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setdtablesize || defined __stub___setdtablesize >| choke me >| #endif >| >| int >| main () >| { >| return setdtablesize (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for setegid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setenv >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for seteuid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setgroups >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setlogin >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:145: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares setlogin. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setlogin innocuous_setlogin >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setlogin (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setlogin >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setlogin (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setlogin || defined __stub___setlogin >| choke me >| #endif >| >| int >| main () >| { >| return setlogin (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for setpcred >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccxXr6UN.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:151: undefined reference to `setpcred' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares setpcred. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setpcred innocuous_setpcred >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setpcred (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setpcred >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setpcred (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setpcred || defined __stub___setpcred >| choke me >| #endif >| >| int >| main () >| { >| return setpcred (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for setproctitle >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccw51bLS.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:151: undefined reference to `setproctitle' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares setproctitle. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setproctitle innocuous_setproctitle >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setproctitle (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setproctitle >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setproctitle (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setproctitle || defined __stub___setproctitle >| choke me >| #endif >| >| int >| main () >| { >| return setproctitle (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for setregid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setreuid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setrlimit >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setsid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for setvbuf >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for sigaction >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for sigvec >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for snprintf >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:147: warning: conflicting types for built-in function 'snprintf' >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for socketpair >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for strdup >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:149: warning: conflicting types for built-in function 'strdup' >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for strerror >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for strlcat >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccrVLHFX.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:162: undefined reference to `strlcat' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares strlcat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcat innocuous_strlcat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcat >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strlcat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strlcat || defined __stub___strlcat >| choke me >| #endif >| >| int >| main () >| { >| return strlcat (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for strlcpy >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccuK78Y5.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:162: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares strlcpy. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcpy innocuous_strlcpy >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcpy (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcpy >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strlcpy (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strlcpy || defined __stub___strlcpy >| choke me >| #endif >| >| int >| main () >| { >| return strlcpy (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for strmode >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccb8qNG9.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:162: undefined reference to `strmode' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares strmode. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strmode innocuous_strmode >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strmode (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strmode >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strmode (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strmode || defined __stub___strmode >| choke me >| #endif >| >| int >| main () >| { >| return strmode (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for strnvis >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccEkw34h.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:162: undefined reference to `strnvis' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares strnvis. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnvis innocuous_strnvis >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnvis (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strnvis >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strnvis (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strnvis || defined __stub___strnvis >| choke me >| #endif >| >| int >| main () >| { >| return strnvis (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for strtonum >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccK8e0Pe.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:162: undefined reference to `strtonum' >collect2: ld returned 1 exit status >configure:12537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <limits.h> declares strtonum. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strtonum innocuous_strtonum >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strtonum (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strtonum >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strtonum (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strtonum || defined __stub___strtonum >| choke me >| #endif >| >| int >| main () >| { >| return strtonum (); >| ; >| return 0; >| } >configure:12555: result: no >configure:12475: checking for strtoll >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for strtoul >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for sysconf >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for tcgetpgrp >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for truncate >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for unsetenv >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for updwtmpx >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for vasprintf >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for vhangup >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for vsnprintf >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:160: warning: conflicting types for built-in function 'vsnprintf' >configure:12537: $? = 0 >configure:12555: result: yes >configure:12475: checking for waitpid >configure:12531: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12537: $? = 0 >configure:12555: result: yes >configure:12571: checking for gai_strerror >configure:12627: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12633: $? = 0 >configure:12651: result: yes >configure:12691: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:153: warning: assignment discards qualifiers from pointer target type >configure:12697: $? = 0 >configure:12720: checking for library containing nanosleep >configure:12761: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:12767: $? = 0 >configure:12795: result: none required >configure:12808: checking whether getrusage is declared >configure:12837: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:180: error: 'getrusage' undeclared (first use in this function) >conftest.c:180: error: (Each undeclared identifier is reported only once >conftest.c:180: error: for each function it appears in.) >configure:12843: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef getrusage >| (void) getrusage; >| #endif >| >| ; >| return 0; >| } >configure:12858: result: no >configure:12957: checking whether strsep is declared >configure:12991: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:12997: $? = 0 >configure:13012: result: yes >configure:13019: checking for strsep >configure:13075: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:13081: $? = 0 >configure:13099: result: yes >configure:13112: checking whether tcsendbreak is declared >configure:13143: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:13149: $? = 0 >configure:13164: result: yes >configure:13269: checking whether h_errno is declared >configure:13299: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:13305: $? = 0 >configure:13320: result: yes >configure:13339: checking whether SHUT_RD is declared >configure:13372: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:13378: $? = 0 >configure:13393: result: yes >configure:13412: checking whether O_NONBLOCK is declared >configure:13450: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:13456: $? = 0 >configure:13471: result: yes >configure:13490: checking whether writev is declared >configure:13524: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:13530: $? = 0 >configure:13545: result: yes >configure:13568: checking for setresuid >configure:13624: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:13630: $? = 0 >configure:13648: result: yes >configure:13655: checking if setresuid seems to work >configure:13680: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:153: warning: implicit declaration of function 'setresuid' >configure:13683: $? = 0 >configure:13689: ./conftest >configure:13692: $? = 0 >configure:13694: result: yes >configure:13723: checking for setresgid >configure:13779: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:13785: $? = 0 >configure:13803: result: yes >configure:13810: checking if setresgid seems to work >configure:13835: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:154: warning: implicit declaration of function 'setresgid' >configure:13838: $? = 0 >configure:13844: ./conftest >configure:13847: $? = 0 >configure:13849: result: yes >configure:13879: checking for gettimeofday >configure:13935: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:13941: $? = 0 >configure:13959: result: yes >configure:13879: checking for time >configure:13935: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:13941: $? = 0 >configure:13959: result: yes >configure:13978: checking for endutent >configure:14034: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14040: $? = 0 >configure:14058: result: yes >configure:13978: checking for getutent >configure:14034: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14040: $? = 0 >configure:14058: result: yes >configure:13978: checking for getutid >configure:14034: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14040: $? = 0 >configure:14058: result: yes >configure:13978: checking for getutline >configure:14034: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14040: $? = 0 >configure:14058: result: yes >configure:13978: checking for pututline >configure:14034: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14040: $? = 0 >configure:14058: result: yes >configure:13978: checking for setutent >configure:14034: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14040: $? = 0 >configure:14058: result: yes >configure:14072: checking for utmpname >configure:14128: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14134: $? = 0 >configure:14152: result: yes >configure:14170: checking for endutxent >configure:14226: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14232: $? = 0 >configure:14250: result: yes >configure:14170: checking for getutxent >configure:14226: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14232: $? = 0 >configure:14250: result: yes >configure:14170: checking for getutxid >configure:14226: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14232: $? = 0 >configure:14250: result: yes >configure:14170: checking for getutxline >configure:14226: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14232: $? = 0 >configure:14250: result: yes >configure:14170: checking for pututxline >configure:14226: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14232: $? = 0 >configure:14250: result: yes >configure:14265: checking for setutxent >configure:14321: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14327: $? = 0 >configure:14345: result: yes >configure:14265: checking for utmpxname >configure:14321: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14327: $? = 0 >configure:14345: result: yes >configure:14356: checking for daemon >configure:14412: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14418: $? = 0 >configure:14435: result: yes >configure:14516: checking for getpagesize >configure:14572: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >configure:14578: $? = 0 >configure:14595: result: yes >configure:14678: checking whether snprintf correctly terminates long strings >configure:14702: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:171: warning: implicit declaration of function 'exit' >conftest.c:171: warning: incompatible implicit declaration of built-in function 'exit' >configure:14705: $? = 0 >configure:14711: ./conftest >configure:14714: $? = 0 >configure:14716: result: yes >configure:14826: checking whether snprintf can declare const char *fmt >configure:14845: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:171: warning: null argument where non-null required (argument 3) >configure:14851: $? = 0 >configure:14856: result: yes >configure:14880: checking whether system supports SO_PEERCRED getsockopt >configure:14904: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:175: warning: unused variable 'i' >configure:14910: $? = 0 >configure:14915: result: yes >configure:14937: checking for (overly) strict mkstemp >configure:14971: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c:173: warning: return type defaults to 'int' >conftest.c: In function 'main': >conftest.c:176: warning: implicit declaration of function 'unlink' >configure:14974: $? = 0 >configure:14980: ./conftest >configure:14983: $? = 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 STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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 <stdlib.h> >| main() { char template[]="conftest.mkstemp-test"; >| if (mkstemp(template) == -1) >| exit(1); >| unlink(template); exit(0); >| } >| >configure:14996: result: yes >configure:15012: checking if openpty correctly handles controlling tty >configure:15067: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:184: warning: implicit declaration of function 'fork' >conftest.c:186: warning: implicit declaration of function 'exit' >conftest.c:186: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:190: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:192: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:194: warning: implicit declaration of function 'close' >conftest.c:195: warning: implicit declaration of function 'setsid' >conftest.c:196: warning: implicit declaration of function 'openpty' >conftest.c:199: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:201: warning: incompatible implicit declaration of built-in function 'exit' >configure:15070: $? = 0 >configure:15076: ./conftest >configure:15079: $? = 0 >configure:15082: result: yes >configure:15384: checking whether getpgrp requires zero arguments >configure:15411: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:208: error: too many arguments to function 'getpgrp' >configure:15417: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:15433: result: yes >configure:15508: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >configure:15514: $? = 0 >configure:15602: checking OpenSSL header version >configure:15643: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:185: warning: implicit declaration of function 'exit' >conftest.c:185: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:187: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long int' >conftest.c:188: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:190: warning: incompatible implicit declaration of built-in function 'exit' >configure:15646: $? = 0 >configure:15652: ./conftest >configure:15655: $? = 0 >configure:15659: result: 90805f (OpenSSL 0.9.8e 23 Feb 2007) >configure:15682: checking OpenSSL library version >configure:15724: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:188: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' >configure:15727: $? = 0 >configure:15733: ./conftest >configure:15736: $? = 0 >configure:15740: result: 90805f (OpenSSL 0.9.8e 23 Feb 2007) >configure:15774: checking whether OpenSSL's headers match the library >configure:15801: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:177: warning: implicit declaration of function 'exit' >conftest.c:177: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:177: warning: implicit declaration of function 'SSLeay' >configure:15804: $? = 0 >configure:15810: ./conftest >configure:15813: $? = 0 >configure:15816: result: yes >configure:15857: checking if programs using OpenSSL functions will link >configure:15876: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >configure:15882: $? = 0 >configure:15889: result: yes >configure:16022: checking whether OpenSSL has crippled AES support >configure:16042: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >configure:16048: $? = 0 >configure:16055: result: no >configure:16156: checking for crypt in -lcrypt >configure:16191: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypt -lssl -lcrypto -ldl -lutil -lz -lnsl >&5 >configure:16197: $? = 0 >configure:16215: result: yes >configure:16229: checking for SHA256_Update >configure:16285: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16291: $? = 0 >configure:16309: result: yes >configure:16229: checking for EVP_sha256 >configure:16285: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16291: $? = 0 >configure:16309: result: yes >configure:16321: checking for ia_openinfo in -liaf >configure:16356: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -liaf -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -liaf >collect2: ld returned 1 exit status >configure:16362: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char ia_openinfo (); >| int >| main () >| { >| return ia_openinfo (); >| ; >| return 0; >| } >configure:16380: result: no >configure:16395: checking whether OpenSSL's PRNG is internally seeded >configure:16425: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16428: $? = 0 >configure:16434: ./conftest >configure:16437: $? = 0 >configure:16441: result: yes >configure:16479: checking for dlopen in -ldl >configure:16514: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -ldl -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16520: $? = 0 >configure:16538: result: yes >configure:16550: checking for pam_set_item in -lpam >configure:16585: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lpam -ldl -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16591: $? = 0 >configure:16609: result: yes >configure:16628: checking for pam_getenvlist >configure:16684: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lpam -ldl -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16690: $? = 0 >configure:16708: result: yes >configure:16722: checking for pam_putenv >configure:16778: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lpam -ldl -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:16784: $? = 0 >configure:16802: result: yes >configure:16843: checking whether pam_strerror takes only one argument >configure:16873: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:16879: $? = 0 >configure:16884: result: no >configure:17103: checking for ls >configure:17121: found /bin/ls >configure:17133: result: /bin/ls >configure:17149: checking for netstat >configure:17167: found /bin/netstat >configure:17179: result: /bin/netstat >configure:17195: checking for arp >configure:17213: found /sbin/arp >configure:17225: result: /sbin/arp >configure:17241: checking for ifconfig >configure:17259: found /sbin/ifconfig >configure:17271: result: /sbin/ifconfig >configure:17287: checking for jstat >configure:17320: result: no >configure:17333: checking for ps >configure:17351: found /bin/ps >configure:17363: result: /bin/ps >configure:17379: checking for sar >configure:17397: found /usr/bin/sar >configure:17409: result: /usr/bin/sar >configure:17425: checking for w >configure:17443: found /usr/bin/w >configure:17455: result: /usr/bin/w >configure:17471: checking for who >configure:17489: found /usr/bin/who >configure:17501: result: /usr/bin/who >configure:17517: checking for last >configure:17535: found /usr/bin/last >configure:17547: result: /usr/bin/last >configure:17563: checking for lastlog >configure:17581: found /usr/bin/lastlog >configure:17593: result: /usr/bin/lastlog >configure:17609: checking for df >configure:17627: found /bin/df >configure:17639: result: /bin/df >configure:17655: checking for vmstat >configure:17673: found /usr/bin/vmstat >configure:17685: result: /usr/bin/vmstat >configure:17701: checking for uptime >configure:17719: found /usr/bin/uptime >configure:17731: result: /usr/bin/uptime >configure:17747: checking for ipcs >configure:17765: found /usr/bin/ipcs >configure:17777: result: /usr/bin/ipcs >configure:17793: checking for tail >configure:17811: found /bin/tail >configure:17823: result: /bin/tail >configure:17861: checking for long long >configure:17891: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:17897: $? = 0 >configure:17912: result: yes >configure:17922: checking for unsigned long long >configure:17952: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:17958: $? = 0 >configure:17973: result: yes >configure:17983: checking for long double >configure:18013: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:18019: $? = 0 >configure:18034: result: yes >configure:18047: checking for char >configure:18077: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:18083: $? = 0 >configure:18098: result: yes >configure:18105: checking size of char >configure:18407: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:18410: $? = 0 >configure:18416: ./conftest >configure:18419: $? = 0 >configure:18442: result: 1 >configure:18452: checking for short int >configure:18482: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:18488: $? = 0 >configure:18503: result: yes >configure:18510: checking size of short int >configure:18812: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:18815: $? = 0 >configure:18821: ./conftest >configure:18824: $? = 0 >configure:18847: result: 2 >configure:18857: checking for int >configure:18887: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:18893: $? = 0 >configure:18908: result: yes >configure:18915: checking size of int >configure:19217: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:19220: $? = 0 >configure:19226: ./conftest >configure:19229: $? = 0 >configure:19252: result: 4 >configure:19262: checking for long int >configure:19292: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19298: $? = 0 >configure:19313: result: yes >configure:19320: checking size of long int >configure:19622: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:19625: $? = 0 >configure:19631: ./conftest >configure:19634: $? = 0 >configure:19657: result: 8 >configure:19667: checking for long long int >configure:19697: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19703: $? = 0 >configure:19718: result: yes >configure:19725: checking size of long long int >configure:20027: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:20030: $? = 0 >configure:20036: ./conftest >configure:20039: $? = 0 >configure:20062: result: 8 >configure:20229: checking for u_int type >configure:20256: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20262: $? = 0 >configure:20279: result: yes >configure:20290: checking for intXX_t types >configure:20317: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20323: $? = 0 >configure:20340: result: yes >configure:20408: checking for int64_t type >configure:20444: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20450: $? = 0 >configure:20467: result: yes >configure:20477: checking for u_intXX_t types >configure:20504: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20510: $? = 0 >configure:20527: result: yes >configure:20593: checking for u_int64_t types >configure:20620: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20626: $? = 0 >configure:20643: result: yes >configure:20774: checking for uintXX_t types in stdint.h >configure:20797: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20803: $? = 0 >configure:20813: result: yes >configure:20896: checking for u_char >configure:20925: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20931: $? = 0 >configure:20948: result: yes >configure:20959: checking for socklen_t >configure:20991: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20997: $? = 0 >configure:21012: result: yes >configure:21103: checking for sig_atomic_t >configure:21134: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21140: $? = 0 >configure:21155: result: yes >configure:21167: checking for in_addr_t >configure:21199: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21205: $? = 0 >configure:21220: result: yes >configure:21232: checking for size_t >configure:21261: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21267: $? = 0 >configure:21284: result: yes >configure:21294: checking for ssize_t >configure:21323: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21329: $? = 0 >configure:21346: result: yes >configure:21356: checking for clock_t >configure:21385: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21391: $? = 0 >configure:21408: result: yes >configure:21418: checking for sa_family_t >configure:21448: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21454: $? = 0 >configure:21516: result: yes >configure:21526: checking for pid_t >configure:21555: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21561: $? = 0 >configure:21578: result: yes >configure:21588: checking for mode_t >configure:21617: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21623: $? = 0 >configure:21640: result: yes >configure:21651: checking for struct sockaddr_storage >configure:21681: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:214: warning: unused variable 's' >configure:21687: $? = 0 >configure:21704: result: yes >configure:21714: checking for struct sockaddr_in6 >configure:21744: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21750: $? = 0 >configure:21767: result: yes >configure:21777: checking for struct in6_addr >configure:21807: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21813: $? = 0 >configure:21830: result: yes >configure:21840: checking for struct addrinfo >configure:21871: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21877: $? = 0 >configure:21894: result: yes >configure:21904: checking for struct timeval >configure:21931: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21937: $? = 0 >configure:21954: result: yes >configure:21965: checking for struct timespec >configure:21995: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22001: $? = 0 >configure:22016: result: yes >configure:22079: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >conftest.c:218: warning: return type defaults to 'int' >conftest.c: In function 'main': >conftest.c:228: warning: format '%lld' expects type 'long long int', but argument 4 has type 'long int' >conftest.c:228: warning: format '%lld' expects type 'long long int', but argument 4 has type 'long int' >conftest.c:230: warning: implicit declaration of function 'exit' >conftest.c:230: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:231: warning: incompatible implicit declaration of built-in function 'exit' >configure:22082: $? = 0 >configure:22088: ./conftest >configure:22091: $? = 0 >configure:22115: checking for ut_host field in utmp.h >configure:22142: result: yes >configure:22160: checking for ut_host field in utmpx.h >configure:22187: result: yes >configure:22205: checking for syslen field in utmpx.h >configure:22232: result: no >configure:22250: checking for ut_pid field in utmp.h >configure:22277: result: yes >configure:22295: checking for ut_type field in utmp.h >configure:22322: result: yes >configure:22340: checking for ut_type field in utmpx.h >configure:22367: result: yes >configure:22385: checking for ut_tv field in utmp.h >configure:22412: result: yes >configure:22430: checking for ut_id field in utmp.h >configure:22457: result: yes >configure:22475: checking for ut_id field in utmpx.h >configure:22502: result: yes >configure:22520: checking for ut_addr field in utmp.h >configure:22547: result: yes >configure:22565: checking for ut_addr field in utmpx.h >configure:22592: result: yes >configure:22610: checking for ut_addr_v6 field in utmp.h >configure:22637: result: yes >configure:22655: checking for ut_addr_v6 field in utmpx.h >configure:22682: result: yes >configure:22700: checking for ut_exit field in utmp.h >configure:22727: result: yes >configure:22745: checking for ut_time field in utmp.h >configure:22772: result: no >configure:22790: checking for ut_time field in utmpx.h >configure:22817: result: no >configure:22835: checking for ut_tv field in utmpx.h >configure:22862: result: yes >configure:22877: checking for struct stat.st_blksize >configure:22905: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22911: $? = 0 >configure:22968: result: yes >configure:22979: checking for struct __res_state.retrans >configure:23016: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23022: $? = 0 >configure:23088: result: yes >configure:23101: checking for ss_family field in struct sockaddr_storage >configure:23131: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23137: $? = 0 >configure:23153: result: yes >configure:23163: checking for __ss_family field in struct sockaddr_storage >configure:23193: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:236: error: 'struct sockaddr_storage' has no member named '__ss_family' >configure:23199: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; s.__ss_family = 1; >| ; >| return 0; >| } >configure:23216: result: no >configure:23226: checking for pw_class field in struct passwd >configure:23255: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:235: error: 'struct passwd' has no member named 'pw_class' >configure:23261: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_class = 0; >| ; >| return 0; >| } >configure:23278: result: no >configure:23288: checking for pw_expire field in struct passwd >configure:23317: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:235: error: 'struct passwd' has no member named 'pw_expire' >configure:23323: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_expire = 0; >| ; >| return 0; >| } >configure:23340: result: no >configure:23350: checking for pw_change field in struct passwd >configure:23379: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:235: error: 'struct passwd' has no member named 'pw_change' >configure:23385: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_change = 0; >| ; >| return 0; >| } >configure:23402: result: no >configure:23412: checking for msg_accrights field in struct msghdr >configure:23440: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:11: error: 'struct msghdr' has no member named 'msg_accrights' >conftest.c:12: warning: implicit declaration of function 'exit' >conftest.c:12: warning: incompatible implicit declaration of built-in function 'exit' >configure:23446: $? = 1 >configure: failed program was: >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <sys/uio.h> >| int main() { >| #ifdef msg_accrights >| #error "msg_accrights is a macro" >| exit(1); >| #endif >| struct msghdr m; >| m.msg_accrights = 0; >| exit(0); >| } >| >configure:23463: result: no >configure:23473: checking for msg_control field in struct msghdr >configure:23501: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:12: warning: implicit declaration of function 'exit' >conftest.c:12: warning: incompatible implicit declaration of built-in function 'exit' >configure:23507: $? = 0 >configure:23524: result: yes >configure:23534: checking if libc defines __progname >configure:23561: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >conftest.c: In function 'main': >conftest.c:234: warning: implicit declaration of function 'printf' >conftest.c:234: warning: incompatible implicit declaration of built-in function 'printf' >configure:23567: $? = 0 >configure:23586: result: yes >configure:23596: checking whether x86_64-pc-linux-gnu-gcc implements __FUNCTION__ >configure:23625: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:23631: $? = 0 >configure:23650: result: yes >configure:23660: checking whether x86_64-pc-linux-gnu-gcc implements __func__ >configure:23689: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:23695: $? = 0 >configure:23714: result: yes >configure:23724: checking whether va_copy exists >configure:23752: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:23758: $? = 0 >configure:23777: result: yes >configure:23787: checking whether __va_copy exists >configure:23815: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >configure:23821: $? = 0 >configure:23840: result: yes >configure:23850: checking whether getopt has optreset support >configure:23879: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccqKplRa.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:241: undefined reference to `optreset' >collect2: ld returned 1 exit status >configure:23885: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <getopt.h> >| >| int >| main () >| { >| extern int optreset; optreset = 0; >| ; >| return 0; >| } >configure:23904: result: no >configure:23914: checking if libc defines sys_errlist >configure:23941: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >conftest.c: In function 'main': >conftest.c:239: warning: implicit declaration of function 'printf' >conftest.c:239: warning: incompatible implicit declaration of built-in function 'printf' >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cct9Bhsh.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:239: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >configure:23947: $? = 0 >configure:23966: result: yes >configure:23977: checking if libc defines sys_nerr >configure:24004: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >conftest.c: In function 'main': >conftest.c:240: warning: implicit declaration of function 'printf' >conftest.c:240: warning: incompatible implicit declaration of built-in function 'printf' >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccT1eSNe.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:240: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead >configure:24010: $? = 0 >configure:24029: result: yes >configure:24374: checking for library containing getrrsetbyname >configure:24415: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc4ft3tl.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `getrrsetbyname' >collect2: ld returned 1 exit status >configure:24421: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getrrsetbyname (); >| int >| main () >| { >| return getrrsetbyname (); >| ; >| return 0; >| } >configure:24415: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lresolv -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccA78d2o.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `getrrsetbyname' >collect2: ld returned 1 exit status >configure:24421: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getrrsetbyname (); >| int >| main () >| { >| return getrrsetbyname (); >| ; >| return 0; >| } >configure:24449: result: no >configure:24462: checking for library containing res_query >configure:24503: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc2Ac7ov.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `res_query' >collect2: ld returned 1 exit status >configure:24509: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char res_query (); >| int >| main () >| { >| return res_query (); >| ; >| return 0; >| } >configure:24503: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lresolv -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/cc6lGdvD.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `res_query' >collect2: ld returned 1 exit status >configure:24509: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char res_query (); >| int >| main () >| { >| return res_query (); >| ; >| return 0; >| } >configure:24537: result: no >configure:24545: checking for library containing dn_expand >configure:24586: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccoQuTbH.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `dn_expand' >collect2: ld returned 1 exit status >configure:24592: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char dn_expand (); >| int >| main () >| { >| return dn_expand (); >| ; >| return 0; >| } >configure:24586: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lresolv -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccm8UujP.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `dn_expand' >collect2: ld returned 1 exit status >configure:24592: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char dn_expand (); >| int >| main () >| { >| return dn_expand (); >| ; >| return 0; >| } >configure:24620: result: no >configure:24628: checking if res_query will link >configure:24658: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccKt3BVS.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:248: undefined reference to `res_query' >collect2: ld returned 1 exit status >configure:24664: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char res_query (); >| int >| main () >| { >| return res_query (); >| ; >| return 0; >| } >configure:24676: result: no >configure:24680: checking for res_query in -lresolv >configure:24698: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv >&5 >configure:24704: $? = 0 >configure:24711: result: yes >configure:24734: checking for _getshort >configure:24790: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv >&5 >configure:24796: $? = 0 >configure:24814: result: yes >configure:24734: checking for _getlong >configure:24790: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv >&5 >configure:24796: $? = 0 >configure:24814: result: yes >configure:24824: checking whether _getshort is declared >configure:24855: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:246: error: '_getshort' undeclared (first use in this function) >conftest.c:246: error: (Each undeclared identifier is reported only once >conftest.c:246: error: for each function it appears in.) >configure:24861: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <sys/types.h> >| #include <arpa/nameser.h> >| >| int >| main () >| { >| #ifndef _getshort >| (void) _getshort; >| #endif >| >| ; >| return 0; >| } >configure:24876: result: no >configure:24892: checking whether _getlong is declared >configure:24923: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:247: error: '_getlong' undeclared (first use in this function) >conftest.c:247: error: (Each undeclared identifier is reported only once >conftest.c:247: error: for each function it appears in.) >configure:24929: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <sys/types.h> >| #include <arpa/nameser.h> >| >| int >| main () >| { >| #ifndef _getlong >| (void) _getlong; >| #endif >| >| ; >| return 0; >| } >configure:24944: result: no >configure:24962: checking for HEADER.ad >configure:24991: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:24997: $? = 0 >configure:25055: result: yes >configure:25413: checking for krb5-config >configure:25417: result: /usr/bin/krb5-config >configure:25420: checking for gssapi support >configure:25423: result: yes >configure:25439: checking whether we are using Heimdal >configure:25462: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:248: error: 'heimdal_version' undeclared (first use in this function) >conftest.c:248: error: (Each undeclared identifier is reported only once >conftest.c:248: error: for each function it appears in.) >conftest.c:248: warning: unused variable 'tmp' >configure:25468: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <krb5.h> >| int >| main () >| { >| char *tmp = heimdal_version; >| ; >| return 0; >| } >configure:25484: result: no >configure:26297: checking gssapi.h usability >configure:26314: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:277:20: error: gssapi.h: No such file or directory >configure:26320: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <gssapi.h> >configure:26334: result: no >configure:26338: checking gssapi.h presence >configure:26353: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:244:20: error: gssapi.h: No such file or directory >configure:26359: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <gssapi.h> >configure:26373: result: no >configure:26406: checking for gssapi.h >configure:26414: result: no >configure:26297: checking gssapi/gssapi.h usability >configure:26314: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:26320: $? = 0 >configure:26334: result: yes >configure:26338: checking gssapi/gssapi.h presence >configure:26353: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:26359: $? = 0 >configure:26373: result: yes >configure:26406: checking for gssapi/gssapi.h >configure:26414: result: yes >configure:26443: checking gssapi_krb5.h usability >configure:26460: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:278:25: error: gssapi_krb5.h: No such file or directory >configure:26466: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <gssapi_krb5.h> >configure:26480: result: no >configure:26484: checking gssapi_krb5.h presence >configure:26499: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:245:25: error: gssapi_krb5.h: No such file or directory >configure:26505: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <gssapi_krb5.h> >configure:26519: result: no >configure:26552: checking for gssapi_krb5.h >configure:26560: result: no >configure:26443: checking gssapi/gssapi_krb5.h usability >configure:26460: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:26466: $? = 0 >configure:26480: result: yes >configure:26484: checking gssapi/gssapi_krb5.h presence >configure:26499: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:26505: $? = 0 >configure:26519: result: yes >configure:26552: checking for gssapi/gssapi_krb5.h >configure:26560: result: yes >configure:26589: checking gssapi_generic.h usability >configure:26606: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:279:28: error: gssapi_generic.h: No such file or directory >configure:26612: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <gssapi_generic.h> >configure:26626: result: no >configure:26630: checking gssapi_generic.h presence >configure:26645: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:246:28: error: gssapi_generic.h: No such file or directory >configure:26651: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 <gssapi_generic.h> >configure:26665: result: no >configure:26698: checking for gssapi_generic.h >configure:26706: result: no >configure:26589: checking gssapi/gssapi_generic.h usability >configure:26606: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:26612: $? = 0 >configure:26626: result: yes >configure:26630: checking gssapi/gssapi_generic.h presence >configure:26645: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:26651: $? = 0 >configure:26665: result: yes >configure:26698: checking for gssapi/gssapi_generic.h >configure:26706: result: yes >configure:26721: checking for library containing k_hasafs >configure:26762: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl >&5 >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/ccWFX8lv.o: In function `main': >/var/tmp/portage/net-misc/openssh-4.6_p1-r2/work/openssh-4.6p1/conftest.c:258: undefined reference to `k_hasafs' >collect2: ld returned 1 exit status >configure:26768: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char k_hasafs (); >| int >| main () >| { >| return k_hasafs (); >| ; >| return 0; >| } >configure:26762: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lkafs -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lkafs >collect2: ld returned 1 exit status >configure:26768: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char k_hasafs (); >| int >| main () >| { >| return k_hasafs (); >| ; >| return 0; >| } >configure:26796: result: no >configure:26849: checking for xauth >configure:26867: found /usr/bin/xauth >configure:26879: result: /usr/bin/xauth >configure:26971: checking for "/dev/ptc" >configure:26986: result: no >configure:27030: checking for nroff >configure:27048: found /usr/bin/nroff >configure:27060: result: /usr/bin/nroff >configure:27125: checking if the systems has expire shadow information >configure:27152: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:27158: $? = 0 >configure:27175: result: yes >configure:27239: checking for "/etc/default/login" >configure:27254: result: no >configure:27363: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl >&5 >conftest.c:269: warning: return type defaults to 'int' >conftest.c: In function 'main': >conftest.c:275: warning: implicit declaration of function 'exit' >conftest.c:275: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:278: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:280: warning: incompatible implicit declaration of built-in function 'exit' >configure:27366: $? = 0 >configure:27372: ./conftest >configure:27375: $? = 0 >configure:27440: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:27464: result: yes (default) >configure:28243: LDAP is disabled >configure:28274: checking for Email in X.509 'Distinguished Name' >configure:28308: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl >&5 >configure:28311: $? = 0 >configure:28317: ./conftest >configure:28320: $? = 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 STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 HAVE_MD5_PASSWORDS 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define IPV4_IN_IPV6 1 >| #define SSHCADIR "/etc/ssh/ca" >| /* end confdefs.h. */ >| >| #include <openssl/evp.h> >| >| int main(void) { >| int nid; >| nid = OBJ_txt2nid("Email"); >| if (nid == NID_undef) >| exit (1); >| exit (0); >| return (0); >| } >| >configure:28333: result: no >configure:28344: checking for X509_STORE_CTX.param >configure:28373: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:28379: $? = 0 >configure:28437: result: yes >configure:28617: checking if your system defines LASTLOG_FILE >configure:28652: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:272: error: 'LASTLOG_FILE' undeclared (first use in this function) >conftest.c:272: error: (Each undeclared identifier is reported only once >conftest.c:272: error: for each function it appears in.) >conftest.c:272: warning: unused variable 'lastlog' >configure:28658: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 HAVE_MD5_PASSWORDS 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define IPV4_IN_IPV6 1 >| #define SSHCADIR "/etc/ssh/ca" >| #define HAVE_X509_STORE_CTX_PARAM 1 >| #define SSH_OPENSSL_DN_WITHOUT_EMAIL 1 >| #define _PATH_SSH_PIDDIR "/var/run" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_LASTLOG_H >| # include <lastlog.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| #ifdef HAVE_LOGIN_H >| # include <login.h> >| #endif >| >| int >| main () >| { >| char *lastlog = LASTLOG_FILE; >| ; >| return 0; >| } >configure:28670: result: no >configure:28672: checking if your system defines _PATH_LASTLOG >configure:28704: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:269: warning: unused variable 'lastlog' >configure:28710: $? = 0 >configure:28715: result: yes >configure:28757: checking if your system defines UTMP_FILE >configure:28786: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:266: warning: unused variable 'utmp' >configure:28792: $? = 0 >configure:28797: result: yes >configure:28833: checking if your system defines WTMP_FILE >configure:28862: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:266: warning: unused variable 'wtmp' >configure:28868: $? = 0 >configure:28873: result: yes >configure:28910: checking if your system defines UTMPX_FILE >configure:28942: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:269: error: 'UTMPX_FILE' undeclared (first use in this function) >conftest.c:269: error: (Each undeclared identifier is reported only once >conftest.c:269: error: for each function it appears in.) >conftest.c:269: warning: unused variable 'utmpx' >configure:28948: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 HAVE_MD5_PASSWORDS 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define IPV4_IN_IPV6 1 >| #define SSHCADIR "/etc/ssh/ca" >| #define HAVE_X509_STORE_CTX_PARAM 1 >| #define SSH_OPENSSL_DN_WITHOUT_EMAIL 1 >| #define _PATH_SSH_PIDDIR "/var/run" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *utmpx = UTMPX_FILE; >| ; >| return 0; >| } >configure:28959: result: no >configure:28981: checking if your system defines WTMPX_FILE >configure:29013: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:270: error: 'WTMPX_FILE' undeclared (first use in this function) >conftest.c:270: error: (Each undeclared identifier is reported only once >conftest.c:270: error: for each function it appears in.) >conftest.c:270: warning: unused variable 'wtmpx' >configure:29019: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_LOGIN 1 >| #define HAVE_LOGOUT 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define USE_LIBEDIT 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_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 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_OPENSSL 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_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 HAVE_MD5_PASSWORDS 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define IPV4_IN_IPV6 1 >| #define SSHCADIR "/etc/ssh/ca" >| #define HAVE_X509_STORE_CTX_PARAM 1 >| #define SSH_OPENSSL_DN_WITHOUT_EMAIL 1 >| #define _PATH_SSH_PIDDIR "/var/run" >| #define DISABLE_UTMPX 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *wtmpx = WTMPX_FILE; >| ; >| return 0; >| } >configure:29030: result: no >configure:29164: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by OpenSSH config.status Portable, which was >generated by GNU Autoconf 2.61. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on joehome > >config.status:679: creating Makefile >config.status:679: creating buildpkg.sh >config.status:679: creating opensshd.init >config.status:679: creating openssh.xml >config.status:679: creating openbsd-compat/Makefile >config.status:679: creating openbsd-compat/regress/Makefile >config.status:679: creating scard/Makefile >config.status:679: creating ssh_prng_cmds >config.status:679: creating survey.sh >config.status:679: creating tests/CA/Makefile >config.status:679: creating tests/CA/env >config.status:679: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_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=set >ac_cv_env_CFLAGS_value='-march=k8 -O2 -pipe -ggdb -msse3' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_ptc_=no >ac_cv_file___etc_default_login_=no >ac_cv_func_EVP_sha256=yes >ac_cv_func_SHA256_Update=yes >ac_cv_func___b64_ntop=no >ac_cv_func___b64_pton=no >ac_cv_func__getlong=yes >ac_cv_func__getpty=no >ac_cv_func__getshort=yes >ac_cv_func_arc4random=no >ac_cv_func_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_GLOB_NOMATCH=yes >ac_cv_have_decl_LLONG_MAX=yes >ac_cv_have_decl_O_NONBLOCK=yes >ac_cv_have_decl_SHUT_RD=yes >ac_cv_have_decl__getlong=no >ac_cv_have_decl__getshort=no >ac_cv_have_decl_getrusage=no >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_strsep=yes >ac_cv_have_decl_tcsendbreak=yes >ac_cv_have_decl_writev=yes >ac_cv_have_getopt_optreset=no >ac_cv_have_int64_t=yes >ac_cv_have_intxx_t=yes >ac_cv_have_mode_t=yes >ac_cv_have_pid_t=yes >ac_cv_have_pw_change_in_struct_passwd=no >ac_cv_have_pw_class_in_struct_passwd=no >ac_cv_have_pw_expire_in_struct_passwd=no >ac_cv_have_sa_family_t=yes >ac_cv_have_size_t=yes >ac_cv_have_ss_family_in_struct_ss=yes >ac_cv_have_ssize_t=yes >ac_cv_have_struct_addrinfo=yes >ac_cv_have_struct_in6_addr=yes >ac_cv_have_struct_sockaddr_in6=yes >ac_cv_have_struct_sockaddr_storage=yes >ac_cv_have_struct_timeval=yes >ac_cv_have_u_char=yes >ac_cv_have_u_int64_t=yes >ac_cv_have_u_int=yes >ac_cv_have_u_intxx_t=yes >ac_cv_have_va_copy=yes >ac_cv_header_bstring_h=no >ac_cv_header_crypt_h=yes >ac_cv_header_crypto_sha2_h=no >ac_cv_header_dirent_h=yes >ac_cv_header_endian_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_features_h=yes >ac_cv_header_floatingpoint_h=no >ac_cv_header_getopt_h=yes >ac_cv_header_glob_h=yes >ac_cv_header_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=yes >ac_cv_header_memory_h=yes >ac_cv_header_ndir_h=no >ac_cv_header_net_if_tun_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netgroup_h=no >ac_cv_header_pam_pam_appl_h=no >ac_cv_header_paths_h=yes >ac_cv_header_pty_h=yes >ac_cv_header_readpassphrase_h=no >ac_cv_header_rpc_types_h=yes >ac_cv_header_security_pam_appl_h=yes >ac_cv_header_sha2_h=no >ac_cv_header_shadow_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_audit_h=no >ac_cv_header_sys_bitypes_h=yes >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_cdefs_h=yes >ac_cv_header_sys_dir_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_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=x86_64-pc-linux-gnu >ac_cv_lib_crypt_crypt=yes >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_edit_el_init=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_X509_STORE_CTX_param=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_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >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=/bin/passwd >ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd >ac_cv_path_PERL=/usr/bin/perl >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_LAST=/usr/bin/last >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_SAR=/usr/bin/sar >ac_cv_path_PROG_TAIL=/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='/usr/bin/install -c' >ac_cv_path_xauth_path=/usr/bin/xauth >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_search_basename='none required' >ac_cv_search_dn_expand=no >ac_cv_search_getrrsetbyname=no >ac_cv_search_k_hasafs=no >ac_cv_search_login=-lutil >ac_cv_search_nanosleep='none required' >ac_cv_search_res_query=no >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long_int=8 >ac_cv_sizeof_long_long_int=8 >ac_cv_sizeof_short_int=2 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_type_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='x86_64-pc-linux-gnu-gcc' >CFLAGS='-march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 ' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS=' ' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENT='' >EXEEXT='' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_SSH_PRNG_CMDS='' >INSTALL_SSH_RAND_HELPER='' >KILL='/bin/kill' >LD='x86_64-pc-linux-gnu-gcc' >LDAP_BINDIR='' >LDAP_CPPFLAGS='' >LDAP_LDFLAGS='' >LDAP_LIBEXECDIR='' >LDAP_LIBS='' >LDAP_OFF='' >LDAP_ON='#' >LDAP_SYSCONFDIR='' >LDFLAGS='' >LIBEDIT='-ledit -lcurses' >LIBOBJS='' >LIBPAM='-lpam' >LIBS='-lssl -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv -lresolv -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -march=k8 -O2 -pipe -ggdb -msse3 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl' >LIBSELINUX='' >LIBWRAP='-lwrap' >LOGIN_PROGRAM_FALLBACK='/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='no' >MANTYPE='doc' >NROFF='/usr/bin/nroff' >OBJEXT='o' >OCSP_OFF='' >OCSP_ON='#' >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='/bin/passwd' >PATH_SEPARATOR=':' >PATH_USERADD_PROG='/usr/sbin/useradd' >PERL='/usr/bin/perl' >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='/usr/bin/last' >PROG_LASTLOG='/usr/bin/lastlog' >PROG_LS='/bin/ls' >PROG_NETSTAT='/bin/netstat' >PROG_PS='/bin/ps' >PROG_SAR='/usr/bin/sar' >PROG_TAIL='/bin/tail' >PROG_UPTIME='/usr/bin/uptime' >PROG_VMSTAT='/usr/bin/vmstat' >PROG_W='/usr/bin/w' >PROG_WHO='/usr/bin/who' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SH='/bin/sh' >SHELL='/bin/sh' >SSHDLIBS='' >SSH_PRIVSEP_USER='sshd' >STARTUP_SCRIPT_SHELL='/bin/sh' >STRIP_OPT='' >TEST_MINUS_S_SH='/bin/bash' >TEST_SHELL='sh' >XAUTH_PATH='/usr/bin/xauth' >ac_ct_CC='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share/openssh' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='/usr/lib64/misc' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mansubdir='man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >piddir='/var/run' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sshcadir='/etc/ssh/ca' >sysconfdir='/etc/ssh' >target_alias='' >user_path='/usr/bin:/bin:/usr/sbin:/sbin' >xauth_path='/usr/bin/xauth' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "OpenSSH" >#define PACKAGE_TARNAME "openssh" >#define PACKAGE_VERSION "Portable" >#define PACKAGE_STRING "OpenSSH Portable" >#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define LOGIN_PROGRAM_FALLBACK "/bin/login" >#define _PATH_PASSWD_PROG "/bin/passwd" >#define HAVE_CRYPT_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_ENDIAN_H 1 >#define HAVE_FEATURES_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GLOB_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_MAILLOCK_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 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 HAVE_LINUX_IF_TUN_H 1 >#define SSH_TUN_LINUX 1 >#define SSH_TUN_COMPAT_AF 1 >#define SSH_TUN_PREPEND_AF 1 >#define HAVE_LIBNSL 1 >#define HAVE_DIRNAME 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_BASENAME 1 >#define HAVE_LIBZ 1 >#define HAVE_UTIMES 1 >#define HAVE_LOGIN 1 >#define HAVE_LOGOUT 1 >#define HAVE_UPDWTMP 1 >#define HAVE_LOGWTMP 1 >#define HAVE_STRFTIME 1 >#define GLOB_HAS_ALTDIRFUNC 1 >#define HAVE_DECL_GLOB_NOMATCH 1 >#define HAVE_PROC_PID 1 >#define LIBWRAP 1 >#define USE_LIBEDIT 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_DECL_SHUT_RD 1 >#define HAVE_DECL_O_NONBLOCK 1 >#define HAVE_DECL_WRITEV 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_OPENSSL 1 >#define HAVE_SHA256_UPDATE 1 >#define HAVE_EVP_SHA256 1 >#define HAVE_LIBDL 1 >#define HAVE_LIBPAM 1 >#define HAVE_PAM_GETENVLIST 1 >#define HAVE_PAM_PUTENV 1 >#define USE_PAM 1 >#define OPENSSL_PRNG_ONLY 1 >#define ENTROPY_TIMEOUT_MSEC 200 >#define SSH_PRIVSEP_USER "sshd" >#define HAVE_LONG_LONG 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define HAVE_LONG_DOUBLE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_SHORT_INT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_INT 8 >#define SIZEOF_LONG_LONG_INT 8 >#define HAVE_U_INT 1 >#define HAVE_INTXX_T 1 >#define HAVE_INT64_T 1 >#define HAVE_U_INTXX_T 1 >#define HAVE_U_INT64_T 1 >#define HAVE_UINTXX_T 1 >#define HAVE_U_CHAR 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_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 HAVE_MD5_PASSWORDS 1 >#define HAS_SHADOW_EXPIRE 1 >#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >#define IPV4_IN_IPV6 1 >#define SSHCADIR "/etc/ssh/ca" >#define HAVE_X509_STORE_CTX_PARAM 1 >#define SSH_OPENSSL_DN_WITHOUT_EMAIL 1 >#define _PATH_SSH_PIDDIR "/var/run" >#define DISABLE_UTMPX 1 >#define DISABLE_WTMPX 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 187201
:
126764
| 126767