Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95512 Details for
Bug 145550
sshd login fails to open a pty
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config log file from emerge
openssh.log (text/plain), 474.00 KB, created by
Felix Finch
on 2006-08-30 13:32:52 UTC
(
hide
)
Description:
config log file from emerge
Filename:
MIME Type:
Creator:
Felix Finch
Created:
2006-08-30 13:32:52 UTC
Size:
474.00 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.60. Invocation command line was > > $ ./configure --prefix=/usr --host=i686-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/lib/misc --datadir=/usr/share/openssh --disable-suid-ssh --with-privsep-path=/var/empty --with-privsep-user=sshd --with-md5-passwords --without-libedit --without-kerberos5 --with-tcp-wrappers --without-skey --without-opensc --with-ldap --with-pam --build=i686-pc-linux-gnu > >## --------- ## >## Platform. ## >## --------- ## > >hostname = bitroteo >uname -m = i686 >uname -r = 2.6.17-gentoo-r6 >uname -s = Linux >uname -v = #1 SMP PREEMPT Thu Aug 24 22:15:02 PDT 2006 > >/usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 3.06GHz >/bin/uname -X = unknown > >/bin/arch = i686 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 >PATH: /opt/ghc/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: /var/qmail/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1804: checking for i686-pc-linux-gnu-gcc >configure:1820: found /usr/bin/i686-pc-linux-gnu-gcc >configure:1831: result: i686-pc-linux-gnu-gcc >configure:2109: checking for C compiler version >configure:2116: i686-pc-linux-gnu-gcc --version >&5 >i686-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.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:2119: $? = 0 >configure:2126: i686-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --enable-java-awt=gtk --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1) >configure:2129: $? = 0 >configure:2136: i686-pc-linux-gnu-gcc -V >&5 >i686-pc-linux-gnu-gcc: '-V' option must have argument >configure:2139: $? = 1 >configure:2162: checking for C compiler default output file name >configure:2189: i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe conftest.c >&5 >configure:2192: $? = 0 >configure:2238: result: a.out >configure:2243: checking whether the C compiler works >configure:2253: ./a.out >configure:2256: $? = 0 >configure:2273: result: yes >configure:2280: checking whether we are cross compiling >configure:2282: result: no >configure:2285: checking for suffix of executables >configure:2292: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe conftest.c >&5 >configure:2295: $? = 0 >configure:2319: result: >configure:2325: checking for suffix of object files >configure:2351: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:2354: $? = 0 >configure:2377: result: o >configure:2381: checking whether we are using the GNU C compiler >configure:2410: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:2416: $? = 0 >configure:2423: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:2426: $? = 0 >configure:2433: test -s conftest.o >configure:2436: $? = 0 >configure:2450: result: yes >configure:2455: checking whether i686-pc-linux-gnu-gcc accepts -g >configure:2485: i686-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:2491: $? = 0 >configure:2498: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:2501: $? = 0 >configure:2508: test -s conftest.o >configure:2511: $? = 0 >configure:2641: result: yes >configure:2658: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 >configure:2732: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:2738: $? = 0 >configure:2745: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:2748: $? = 0 >configure:2755: test -s conftest.o >configure:2758: $? = 0 >configure:2778: result: none needed >configure:2833: checking build system type >configure:2851: result: i686-pc-linux-gnu >configure:2873: checking host system type >configure:2888: result: i686-pc-linux-gnu >configure:2916: checking how to run the C preprocessor >configure:2956: i686-pc-linux-gnu-gcc -E conftest.c >configure:2962: $? = 0 >configure:3000: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:8:28: error: ac_nonexistent.h: No such file or directory >configure:3006: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define 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:3046: result: i686-pc-linux-gnu-gcc -E >configure:3075: i686-pc-linux-gnu-gcc -E conftest.c >configure:3081: $? = 0 >configure:3119: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:8:28: error: ac_nonexistent.h: No such file or directory >configure:3125: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define 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:3170: checking for grep that handles long lines and -e >configure:3244: result: /bin/grep >configure:3249: checking for egrep >configure:3327: result: /bin/grep -E >configure:3332: checking for ANSI C header files >configure:3362: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3368: $? = 0 >configure:3375: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3378: $? = 0 >configure:3385: test -s conftest.o >configure:3388: $? = 0 >configure:3484: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe conftest.c >&5 >configure:3487: $? = 0 >configure:3493: ./conftest >configure:3496: $? = 0 >configure:3513: result: yes >configure:3537: checking for sys/types.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for sys/stat.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for stdlib.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for string.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for memory.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for strings.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for inttypes.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for stdint.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3537: checking for unistd.h >configure:3558: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3564: $? = 0 >configure:3571: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3574: $? = 0 >configure:3581: test -s conftest.o >configure:3584: $? = 0 >configure:3597: result: yes >configure:3609: checking whether byte ordering is bigendian >configure:3641: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:3647: $? = 0 >configure:3654: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3657: $? = 0 >configure:3664: test -s conftest.o >configure:3667: $? = 0 >configure:3696: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe 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:3702: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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:3876: result: no >configure:3901: checking for gawk >configure:3917: found /bin/gawk >configure:3928: result: gawk >configure:3944: checking how to run the C preprocessor >configure:4074: result: i686-pc-linux-gnu-gcc -E >configure:4103: i686-pc-linux-gnu-gcc -E conftest.c >configure:4109: $? = 0 >configure:4147: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:18:28: error: ac_nonexistent.h: No such file or directory >configure:4153: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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:4200: checking for i686-pc-linux-gnu-ranlib >configure:4216: found /usr/bin/i686-pc-linux-gnu-ranlib >configure:4227: result: i686-pc-linux-gnu-ranlib >configure:4306: checking for a BSD-compatible install >configure:4362: result: /bin/install -c >configure:4373: checking for egrep >configure:4451: result: /bin/grep -E >configure:4458: checking for ar >configure:4476: found /usr/bin/ar >configure:4488: result: /usr/bin/ar >configure:4498: checking for cat >configure:4516: found /bin/cat >configure:4528: result: /bin/cat >configure:4538: checking for kill >configure:4556: found /bin/kill >configure:4568: result: /bin/kill >configure:4580: checking for perl5 >configure:4613: result: no >configure:4580: checking for perl >configure:4598: found /usr/bin/perl >configure:4610: result: /usr/bin/perl >configure:4623: checking for sed >configure:4641: found /bin/sed >configure:4653: result: /bin/sed >configure:4664: checking for ent >configure:4697: result: no >configure:4705: checking for bash >configure:4723: found /bin/bash >configure:4735: result: /bin/bash >configure:4745: checking for ksh >configure:4775: result: /bin/bash >configure:4785: checking for sh >configure:4815: result: /bin/bash >configure:4825: checking for sh >configure:4843: found /bin/sh >configure:4855: result: /bin/sh >configure:4868: checking for groupadd >configure:4886: found /usr/sbin/groupadd >configure:4899: result: /usr/sbin/groupadd >configure:4909: checking for useradd >configure:4927: found /usr/sbin/useradd >configure:4940: result: /usr/sbin/useradd >configure:4950: checking for pkgmk >configure:4978: result: no >configure:5002: checking for special C compiler options needed for large files >configure:5129: result: no >configure:5135: checking for _FILE_OFFSET_BITS value needed for large files >configure:5171: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >conftest.c:24: warning: left shift count >= width of type >conftest.c:24: warning: left shift count >= width of type >conftest.c:26: error: size of array 'off_t_is_large' is negative >configure:5177: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:5238: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:5244: $? = 0 >configure:5251: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:5254: $? = 0 >configure:5261: test -s conftest.o >configure:5264: $? = 0 >configure:5278: result: 64 >configure:5288: checking for _LARGE_FILES value needed for large files >configure:5324: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:5330: $? = 0 >configure:5337: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:5340: $? = 0 >configure:5347: test -s conftest.o >configure:5350: $? = 0 >configure:5431: result: no >configure:5461: checking for login >configure:5479: found /bin/login >configure:5491: result: /bin/login >configure:5509: checking for passwd >configure:5527: found /bin/passwd >configure:5539: result: /bin/passwd >configure:5560: checking for inline >configure:5586: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >configure:5592: $? = 0 >configure:5599: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:5602: $? = 0 >configure:5609: test -s conftest.o >configure:5612: $? = 0 >configure:5627: result: inline >configure:5647: checking whether LLONG_MAX is declared >configure:5678: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:27: error: 'LLONG_MAX' undeclared (first use in this function) >conftest.c:27: error: (Each undeclared identifier is reported only once >conftest.c:27: error: for each function it appears in.) >configure:5684: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| /* end confdefs.h. */ >| #include <limits.h> >| >| int >| main () >| { >| #ifndef LLONG_MAX >| char *p = (char *) LLONG_MAX; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:5716: result: no >configure:5740: checking whether LLONG_MAX is declared >configure:5772: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:5778: $? = 0 >configure:5785: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:5788: $? = 0 >configure:5795: test -s conftest.o >configure:5798: $? = 0 >configure:5810: result: yes >configure:7387: checking linux/if_tun.h usability >configure:7404: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:7410: $? = 0 >configure:7417: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:7420: $? = 0 >configure:7427: test -s conftest.o >configure:7430: $? = 0 >configure:7441: result: yes >configure:7445: checking linux/if_tun.h presence >configure:7460: i686-pc-linux-gnu-gcc -E conftest.c >configure:7466: $? = 0 >configure:7487: result: yes >configure:7520: checking for linux/if_tun.h >configure:7528: result: yes >configure:8911: checking compiler and flags for sanity >configure:8935: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:34: warning: implicit declaration of function 'exit' >conftest.c:34: warning: incompatible implicit declaration of built-in function 'exit' >configure:8938: $? = 0 >configure:8944: ./conftest >configure:8947: $? = 0 >configure:8949: result: yes >configure:9097: checking bstring.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:65:21: error: bstring.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:9151: result: no >configure:9155: checking bstring.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:32:21: error: bstring.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| /* end confdefs.h. */ >| #include <bstring.h> >configure:9197: result: no >configure:9230: checking for bstring.h >configure:9238: result: no >configure:9097: checking crypt.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking crypt.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for crypt.h >configure:9238: result: yes >configure:9097: checking dirent.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking dirent.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for dirent.h >configure:9238: result: yes >configure:9097: checking endian.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking endian.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for endian.h >configure:9238: result: yes >configure:9097: checking features.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking features.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for features.h >configure:9238: result: yes >configure:9097: checking floatingpoint.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:69:27: error: floatingpoint.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <floatingpoint.h> >configure:9151: result: no >configure:9155: checking floatingpoint.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:36:27: error: floatingpoint.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| /* end confdefs.h. */ >| #include <floatingpoint.h> >configure:9197: result: no >configure:9230: checking for floatingpoint.h >configure:9238: result: no >configure:9097: checking getopt.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking getopt.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for getopt.h >configure:9238: result: yes >configure:9097: checking glob.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking glob.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for glob.h >configure:9238: result: yes >configure:9097: checking ia.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:71:16: error: ia.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:9151: result: no >configure:9155: checking ia.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:38:16: error: ia.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:9197: result: no >configure:9230: checking for ia.h >configure:9238: result: no >configure:9097: checking iaf.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:71:17: error: iaf.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <iaf.h> >configure:9151: result: no >configure:9155: checking iaf.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:38:17: error: iaf.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <iaf.h> >configure:9197: result: no >configure:9230: checking for iaf.h >configure:9238: result: no >configure:9097: checking limits.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking limits.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for limits.h >configure:9238: result: yes >configure:9097: checking login.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:72:19: error: login.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login.h> >configure:9151: result: no >configure:9155: checking login.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:39:19: error: login.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login.h> >configure:9197: result: no >configure:9230: checking for login.h >configure:9238: result: no >configure:9097: checking login_cap.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:72:23: error: login_cap.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login_cap.h> >configure:9151: result: no >configure:9155: checking login_cap.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:39:23: error: login_cap.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login_cap.h> >configure:9197: result: no >configure:9230: checking for login_cap.h >configure:9238: result: no >configure:9097: checking maillock.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking maillock.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for maillock.h >configure:9238: result: yes >configure:9097: checking ndir.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:73:18: error: ndir.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ndir.h> >configure:9151: result: no >configure:9155: checking ndir.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:40:18: error: ndir.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:9197: result: no >configure:9230: checking for ndir.h >configure:9238: result: no >configure:9097: checking netdb.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking netdb.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for netdb.h >configure:9238: result: yes >configure:9097: checking netgroup.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:74:22: error: netgroup.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:9151: result: no >configure:9155: checking netgroup.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:41:22: error: netgroup.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:9197: result: no >configure:9230: checking for netgroup.h >configure:9238: result: no >configure:9097: checking pam/pam_appl.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:74:26: error: pam/pam_appl.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pam/pam_appl.h> >configure:9151: result: no >configure:9155: checking pam/pam_appl.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:41:26: error: pam/pam_appl.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:9197: result: no >configure:9230: checking for pam/pam_appl.h >configure:9238: result: no >configure:9097: checking paths.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking paths.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for paths.h >configure:9238: result: yes >configure:9097: checking pty.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking pty.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for pty.h >configure:9238: result: yes >configure:9097: checking readpassphrase.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:76:28: error: readpassphrase.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <readpassphrase.h> >configure:9151: result: no >configure:9155: checking readpassphrase.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:43:28: error: readpassphrase.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for readpassphrase.h >configure:9238: result: no >configure:9097: checking rpc/types.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking rpc/types.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for rpc/types.h >configure:9238: result: yes >configure:9097: checking security/pam_appl.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking security/pam_appl.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for security/pam_appl.h >configure:9238: result: yes >configure:9097: checking shadow.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking shadow.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for shadow.h >configure:9238: result: yes >configure:9097: checking stddef.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking stddef.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for stddef.h >configure:9238: result: yes >configure:9087: checking for stdint.h >configure:9093: result: yes >configure:9087: checking for string.h >configure:9093: result: yes >configure:9087: checking for strings.h >configure:9093: result: yes >configure:9097: checking sys/audit.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:83:23: error: sys/audit.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/audit.h> >configure:9151: result: no >configure:9155: checking sys/audit.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:50:23: error: sys/audit.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/audit.h >configure:9238: result: no >configure:9097: checking sys/bitypes.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/bitypes.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/bitypes.h >configure:9238: result: yes >configure:9097: checking sys/bsdtty.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:84:24: error: sys/bsdtty.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:9151: result: no >configure:9155: checking sys/bsdtty.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:51:24: error: sys/bsdtty.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/bsdtty.h >configure:9238: result: no >configure:9097: checking sys/cdefs.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/cdefs.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/cdefs.h >configure:9238: result: yes >configure:9097: checking sys/dir.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/dir.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/dir.h >configure:9238: result: yes >configure:9097: checking sys/mman.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/mman.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/mman.h >configure:9238: result: yes >configure:9097: checking sys/ndir.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:87:22: error: sys/ndir.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:9151: result: no >configure:9155: checking sys/ndir.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:54:22: error: sys/ndir.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/ndir.h >configure:9238: result: no >configure:9097: checking sys/prctl.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/prctl.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/prctl.h >configure:9238: result: yes >configure:9097: checking sys/pstat.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:88:23: error: sys/pstat.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:9151: result: no >configure:9155: checking sys/pstat.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:55:23: error: sys/pstat.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/pstat.h >configure:9238: result: no >configure:9097: checking sys/select.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/select.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/select.h >configure:9238: result: yes >configure:9087: checking for sys/stat.h >configure:9093: result: yes >configure:9097: checking sys/stream.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:90:24: error: sys/stream.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/stream.h> >configure:9151: result: no >configure:9155: checking sys/stream.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:57:24: error: sys/stream.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/stream.h >configure:9238: result: no >configure:9097: checking sys/stropts.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/stropts.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/stropts.h >configure:9238: result: yes >configure:9097: checking sys/strtio.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:91:24: error: sys/strtio.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/strtio.h> >configure:9151: result: no >configure:9155: checking sys/strtio.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:58:24: error: sys/strtio.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/strtio.h >configure:9238: result: no >configure:9097: checking sys/sysmacros.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/sysmacros.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/sysmacros.h >configure:9238: result: yes >configure:9097: checking sys/time.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/time.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/time.h >configure:9238: result: yes >configure:9097: checking sys/timers.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:93:24: error: sys/timers.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/timers.h> >configure:9151: result: no >configure:9155: checking sys/timers.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:60:24: error: sys/timers.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for sys/timers.h >configure:9238: result: no >configure:9097: checking sys/un.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking sys/un.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for sys/un.h >configure:9238: result: yes >configure:9097: checking time.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking time.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for time.h >configure:9238: result: yes >configure:9097: checking tmpdir.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:95:20: error: tmpdir.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:9151: result: no >configure:9155: checking tmpdir.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:62:20: error: tmpdir.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for tmpdir.h >configure:9238: result: no >configure:9097: checking ttyent.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking ttyent.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for ttyent.h >configure:9238: result: yes >configure:9087: checking for unistd.h >configure:9093: result: yes >configure:9097: checking usersec.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:97:21: error: usersec.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <usersec.h> >configure:9151: result: no >configure:9155: checking usersec.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:64:21: error: usersec.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for usersec.h >configure:9238: result: no >configure:9097: checking util.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:97:18: error: util.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:9151: result: no >configure:9155: checking util.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:64:18: error: util.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for util.h >configure:9238: result: no >configure:9097: checking utime.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking utime.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for utime.h >configure:9238: result: yes >configure:9097: checking utmp.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking utmp.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for utmp.h >configure:9238: result: yes >configure:9097: checking utmpx.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9120: $? = 0 >configure:9127: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9130: $? = 0 >configure:9137: test -s conftest.o >configure:9140: $? = 0 >configure:9151: result: yes >configure:9155: checking utmpx.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >configure:9176: $? = 0 >configure:9197: result: yes >configure:9230: checking for utmpx.h >configure:9238: result: yes >configure:9097: checking vis.h usability >configure:9114: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:100:17: error: vis.h: No such file or directory >configure:9120: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vis.h> >configure:9151: result: no >configure:9155: checking vis.h presence >configure:9170: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:67:17: error: vis.h: No such file or directory >configure:9176: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9197: result: no >configure:9230: checking for vis.h >configure:9238: result: no >configure:9257: checking for lastlog.h >configure:9282: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9288: $? = 0 >configure:9295: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9298: $? = 0 >configure:9305: test -s conftest.o >configure:9308: $? = 0 >configure:9321: result: yes >configure:9338: checking for sys/ptms.h >configure:9363: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c:74:22: error: sys/ptms.h: No such file or directory >configure:9369: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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:9402: result: no >configure:9415: checking for yp_match >configure:9471: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccHQdQLF.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `yp_match' >collect2: ld returned 1 exit status >configure:9477: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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. */ >| /* 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:9510: result: no >configure:9516: checking for yp_match in -lnsl >configure:9551: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9557: $? = 0 >configure:9564: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9567: $? = 0 >configure:9574: test -s conftest >configure:9577: $? = 0 >configure:9591: result: yes >configure:9604: checking for setsockopt >configure:9660: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9666: $? = 0 >configure:9673: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9676: $? = 0 >configure:9683: test -s conftest >configure:9686: $? = 0 >configure:9699: result: yes >configure:9798: checking for dirname >configure:9854: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:9860: $? = 0 >configure:9867: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9870: $? = 0 >configure:9877: test -s conftest >configure:9880: $? = 0 >configure:9894: result: yes >configure:9915: checking libgen.h usability >configure:9932: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:9938: $? = 0 >configure:9945: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:9948: $? = 0 >configure:9955: test -s conftest.o >configure:9958: $? = 0 >configure:9969: result: yes >configure:9973: checking libgen.h presence >configure:9988: i686-pc-linux-gnu-gcc -E conftest.c >configure:9994: $? = 0 >configure:10015: result: yes >configure:10048: checking for libgen.h >configure:10056: result: yes >configure:10406: checking for getspnam >configure:10462: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:10468: $? = 0 >configure:10475: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:10478: $? = 0 >configure:10485: test -s conftest >configure:10488: $? = 0 >configure:10501: result: yes >configure:10589: checking for library containing basename >configure:10630: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lnsl >&5 >configure:10636: $? = 0 >configure:10643: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:10646: $? = 0 >configure:10653: test -s conftest >configure:10656: $? = 0 >configure:10680: result: none required >configure:10725: checking for deflate in -lz >configure:10760: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >configure:10766: $? = 0 >configure:10773: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:10776: $? = 0 >configure:10783: test -s conftest >configure:10786: $? = 0 >configure:10800: result: yes >configure:10909: checking zlib.h usability >configure:10926: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:10932: $? = 0 >configure:10939: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:10942: $? = 0 >configure:10949: test -s conftest.o >configure:10952: $? = 0 >configure:10963: result: yes >configure:10967: checking zlib.h presence >configure:10982: i686-pc-linux-gnu-gcc -E conftest.c >configure:10988: $? = 0 >configure:11009: result: yes >configure:11042: checking for zlib.h >configure:11049: result: yes >configure:11074: checking for possibly buggy zlib >configure:11117: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -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:11120: $? = 0 >configure:11126: ./conftest >found zlib version 1.2.3 (1020300) >configure:11129: $? = 0 >configure:11131: result: no >configure:11168: checking for strcasecmp >configure:11224: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -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:11230: $? = 0 >configure:11237: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:11240: $? = 0 >configure:11247: test -s conftest >configure:11250: $? = 0 >configure:11263: result: yes >configure:11356: checking for utimes >configure:11412: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >configure:11418: $? = 0 >configure:11425: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:11428: $? = 0 >configure:11435: test -s conftest >configure:11438: $? = 0 >configure:11452: result: yes >configure:11565: checking libutil.h usability >configure:11582: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -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:11588: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:11619: result: no >configure:11623: checking libutil.h presence >configure:11638: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:74:21: error: libutil.h: No such file or directory >configure:11644: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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:11665: result: no >configure:11698: checking for libutil.h >configure:11706: result: no >configure:11719: checking for library containing login >configure:11760: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccEbgGHT.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `login' >collect2: ld returned 1 exit status >configure:11766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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:11760: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lutil -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccoQNI91.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `login' >collect2: ld returned 1 exit status >configure:11766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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:11760: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lbsd -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccmcO0Lb.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `login' >collect2: ld returned 1 exit status >configure:11766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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:11810: result: no >configure:11828: checking for logout >configure:11884: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccrDj5Qc.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `logout' >collect2: ld returned 1 exit status >configure:11890: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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. */ >| /* Define logout to an innocuous variant, in case <limits.h> declares logout. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define logout innocuous_logout >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char logout (); 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 logout >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logout (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_logout || defined __stub___logout >| choke me >| #endif >| >| int >| main () >| { >| return logout (); >| ; >| return 0; >| } >configure:11924: result: no >configure:11828: checking for updwtmp >configure:11884: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >configure:11890: $? = 0 >configure:11897: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:11900: $? = 0 >configure:11907: test -s conftest >configure:11910: $? = 0 >configure:11924: result: yes >configure:11828: checking for logwtmp >configure:11884: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccdMDacA.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `logwtmp' >collect2: ld returned 1 exit status >configure:11890: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| /* end confdefs.h. */ >| /* Define logwtmp to an innocuous variant, in case <limits.h> declares logwtmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define logwtmp innocuous_logwtmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char logwtmp (); 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 logwtmp >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logwtmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_logwtmp || defined __stub___logwtmp >| choke me >| #endif >| >| int >| main () >| { >| return logwtmp (); >| ; >| return 0; >| } >configure:11924: result: no >configure:11939: checking for strftime >configure:11995: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >conftest.c:98: warning: conflicting types for built-in function 'strftime' >configure:12001: $? = 0 >configure:12008: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:12011: $? = 0 >configure:12018: test -s conftest >configure:12021: $? = 0 >configure:12035: result: yes >configure:12134: checking for GLOB_ALTDIRFUNC support >configure:12157: result: yes >configure:12171: checking for gl_matchc field in glob_t >configure:12197: result: no >configure:12205: checking whether struct dirent allocates space for d_name >configure:12236: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:80: warning: implicit declaration of function 'exit' >conftest.c:80: warning: incompatible implicit declaration of built-in function 'exit' >configure:12239: $? = 0 >configure:12245: ./conftest >configure:12248: $? = 0 >configure:12250: result: yes >configure:12273: checking for /proc/pid/fd directory >configure:12281: result: yes >configure:12482: checking for libwrap >configure:12511: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lwrap -lz -lnsl >&5 >configure:12517: $? = 0 >configure:12524: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:12527: $? = 0 >configure:12534: test -s conftest >configure:12537: $? = 0 >configure:12540: result: yes >configure:13302: checking for LDAP support >configure:13326: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:85: warning: implicit declaration of function 'ldap_init' >configure:13332: $? = 0 >configure:13339: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13342: $? = 0 >configure:13349: test -s conftest.o >configure:13352: $? = 0 >configure:13354: result: yes >configure:13543: checking for arc4random >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccSsBFyB.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `arc4random' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 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:13639: result: no >configure:13543: checking for asprintf >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for b64_ntop >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc4WXPR6.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `b64_ntop' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 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:13639: result: no >configure:13543: checking for __b64_ntop >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for b64_pton >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc9wDPbs.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `b64_pton' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 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:13639: result: no >configure:13543: checking for __b64_pton >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for bcopy >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:106: warning: conflicting types for built-in function 'bcopy' >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for bindresvport_sa >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccbJTVY8.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `bindresvport_sa' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for clock >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for closefrom >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccjsO3lp.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `closefrom' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for dirfd >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for fchmod >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for fchown >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for freeaddrinfo >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for futimes >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getaddrinfo >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getcwd >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getgrouplist >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getnameinfo >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getopt >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getpeereid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccvfudqO.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `getpeereid' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for _getpty >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccZozEg4.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `_getpty' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for getrlimit >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for getttyent >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for glob >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for inet_aton >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for inet_ntoa >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for inet_ntop >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for innetgr >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for login_getcapbool >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc0YglvG.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `login_getcapbool' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for md5_crypt >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccrLPmwR.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `md5_crypt' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for memmove >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:125: warning: conflicting types for built-in function 'memmove' >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for mkdtemp >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for mmap >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for ngetaddrinfo >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccYZHkXF.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `ngetaddrinfo' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for nsleep >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc9gAqOQ.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `nsleep' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for ogetaddrinfo >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccowmwq6.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `ogetaddrinfo' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for openlog_r >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc9LOZ9g.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `openlog_r' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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:13639: result: no >configure:13543: checking for openpty >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc3eNwBk.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `openpty' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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 openpty to an innocuous variant, in case <limits.h> declares openpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define openpty innocuous_openpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char openpty (); 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 openpty >| >| /* 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 openpty (); >| /* 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_openpty || defined __stub___openpty >| choke me >| #endif >| >| int >| main () >| { >| return openpty (); >| ; >| return 0; >| } >configure:13639: result: no >configure:13543: checking for prctl >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for pstat >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccl0CUMM.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `pstat' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for readpassphrase >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cciFwpZZ.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `readpassphrase' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for realpath >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for recvmsg >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for rresvport_af >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for sendmsg >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setdtablesize >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccolT9P0.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `setdtablesize' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for setegid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setenv >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for seteuid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setgroups >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setlogin >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:142: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for setpcred >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc93scm9.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `setpcred' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for setproctitle >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccT7U05c.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `setproctitle' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for setregid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setreuid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setrlimit >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setsid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for setvbuf >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for sigaction >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for sigvec >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for snprintf >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:144: warning: conflicting types for built-in function 'snprintf' >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for socketpair >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for strdup >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:146: warning: conflicting types for built-in function 'strdup' >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for strerror >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for strlcat >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccAURNjO.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `strlcat' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for strlcpy >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccLPGxg4.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `strlcpy' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for strmode >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccCurnEh.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `strmode' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for strnvis >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccyITGMl.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `strnvis' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for strtonum >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc3xeEqy.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `strtonum' >collect2: ld returned 1 exit status >configure:13605: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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:13639: result: no >configure:13543: checking for strtoll >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for strtoul >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for sysconf >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for tcgetpgrp >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for truncate >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for unsetenv >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for updwtmpx >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for vasprintf >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for vhangup >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for vsnprintf >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:157: warning: conflicting types for built-in function 'vsnprintf' >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13543: checking for waitpid >configure:13599: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13605: $? = 0 >configure:13612: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13615: $? = 0 >configure:13622: test -s conftest >configure:13625: $? = 0 >configure:13639: result: yes >configure:13655: checking for gai_strerror >configure:13711: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13717: $? = 0 >configure:13724: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13727: $? = 0 >configure:13734: test -s conftest >configure:13737: $? = 0 >configure:13751: result: yes >configure:13791: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:150: warning: assignment discards qualifiers from pointer target type >configure:13797: $? = 0 >configure:13804: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13807: $? = 0 >configure:13814: test -s conftest.o >configure:13817: $? = 0 >configure:13837: checking for library containing nanosleep >configure:13878: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:13884: $? = 0 >configure:13891: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:13894: $? = 0 >configure:13901: test -s conftest >configure:13904: $? = 0 >configure:13928: result: none required >configure:13941: checking whether getrusage is declared >configure:13971: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:177: error: 'getrusage' undeclared (first use in this function) >conftest.c:177: error: (Each undeclared identifier is reported only once >conftest.c:177: error: for each function it appears in.) >configure:13977: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef getrusage >| char *p = (char *) getrusage; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:14009: result: no >configure:14124: checking whether strsep is declared >configure:14159: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:14165: $? = 0 >configure:14172: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:14175: $? = 0 >configure:14182: test -s conftest.o >configure:14185: $? = 0 >configure:14197: result: yes >configure:14204: checking for strsep >configure:14260: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:14266: $? = 0 >configure:14273: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:14276: $? = 0 >configure:14283: test -s conftest >configure:14286: $? = 0 >configure:14300: result: yes >configure:14313: checking whether tcsendbreak is declared >configure:14345: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:14351: $? = 0 >configure:14358: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:14361: $? = 0 >configure:14368: test -s conftest.o >configure:14371: $? = 0 >configure:14383: result: yes >configure:14504: checking whether h_errno is declared >configure:14535: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:14541: $? = 0 >configure:14548: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:14551: $? = 0 >configure:14558: test -s conftest.o >configure:14561: $? = 0 >configure:14573: result: yes >configure:14596: checking for setresuid >configure:14652: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:14658: $? = 0 >configure:14665: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:14668: $? = 0 >configure:14675: test -s conftest >configure:14678: $? = 0 >configure:14692: result: yes >configure:14699: checking if setresuid seems to work >configure:14724: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:147: warning: implicit declaration of function 'setresuid' >configure:14727: $? = 0 >configure:14733: ./conftest >configure:14736: $? = 0 >configure:14738: result: yes >configure:14767: checking for setresgid >configure:14823: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:14829: $? = 0 >configure:14836: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:14839: $? = 0 >configure:14846: test -s conftest >configure:14849: $? = 0 >configure:14863: result: yes >configure:14870: checking if setresgid seems to work >configure:14895: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:148: warning: implicit declaration of function 'setresgid' >configure:14898: $? = 0 >configure:14904: ./conftest >configure:14907: $? = 0 >configure:14909: result: yes >configure:14939: checking for gettimeofday >configure:14995: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15001: $? = 0 >configure:15008: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15011: $? = 0 >configure:15018: test -s conftest >configure:15021: $? = 0 >configure:15035: result: yes >configure:14939: checking for time >configure:14995: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15001: $? = 0 >configure:15008: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15011: $? = 0 >configure:15018: test -s conftest >configure:15021: $? = 0 >configure:15035: result: yes >configure:15054: checking for endutent >configure:15110: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15116: $? = 0 >configure:15123: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15126: $? = 0 >configure:15133: test -s conftest >configure:15136: $? = 0 >configure:15150: result: yes >configure:15054: checking for getutent >configure:15110: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15116: $? = 0 >configure:15123: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15126: $? = 0 >configure:15133: test -s conftest >configure:15136: $? = 0 >configure:15150: result: yes >configure:15054: checking for getutid >configure:15110: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15116: $? = 0 >configure:15123: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15126: $? = 0 >configure:15133: test -s conftest >configure:15136: $? = 0 >configure:15150: result: yes >configure:15054: checking for getutline >configure:15110: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15116: $? = 0 >configure:15123: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15126: $? = 0 >configure:15133: test -s conftest >configure:15136: $? = 0 >configure:15150: result: yes >configure:15054: checking for pututline >configure:15110: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15116: $? = 0 >configure:15123: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15126: $? = 0 >configure:15133: test -s conftest >configure:15136: $? = 0 >configure:15150: result: yes >configure:15054: checking for setutent >configure:15110: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15116: $? = 0 >configure:15123: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15126: $? = 0 >configure:15133: test -s conftest >configure:15136: $? = 0 >configure:15150: result: yes >configure:15164: checking for utmpname >configure:15220: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15226: $? = 0 >configure:15233: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15236: $? = 0 >configure:15243: test -s conftest >configure:15246: $? = 0 >configure:15260: result: yes >configure:15278: checking for endutxent >configure:15334: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15340: $? = 0 >configure:15347: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15350: $? = 0 >configure:15357: test -s conftest >configure:15360: $? = 0 >configure:15374: result: yes >configure:15278: checking for getutxent >configure:15334: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15340: $? = 0 >configure:15347: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15350: $? = 0 >configure:15357: test -s conftest >configure:15360: $? = 0 >configure:15374: result: yes >configure:15278: checking for getutxid >configure:15334: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15340: $? = 0 >configure:15347: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15350: $? = 0 >configure:15357: test -s conftest >configure:15360: $? = 0 >configure:15374: result: yes >configure:15278: checking for getutxline >configure:15334: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15340: $? = 0 >configure:15347: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15350: $? = 0 >configure:15357: test -s conftest >configure:15360: $? = 0 >configure:15374: result: yes >configure:15278: checking for pututxline >configure:15334: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15340: $? = 0 >configure:15347: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15350: $? = 0 >configure:15357: test -s conftest >configure:15360: $? = 0 >configure:15374: result: yes >configure:15389: checking for setutxent >configure:15445: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15451: $? = 0 >configure:15458: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15461: $? = 0 >configure:15468: test -s conftest >configure:15471: $? = 0 >configure:15485: result: yes >configure:15389: checking for utmpxname >configure:15445: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15451: $? = 0 >configure:15458: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15461: $? = 0 >configure:15468: test -s conftest >configure:15471: $? = 0 >configure:15485: result: yes >configure:15496: checking for daemon >configure:15552: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15558: $? = 0 >configure:15565: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15568: $? = 0 >configure:15575: test -s conftest >configure:15578: $? = 0 >configure:15591: result: yes >configure:15688: checking for getpagesize >configure:15744: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >configure:15750: $? = 0 >configure:15757: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:15760: $? = 0 >configure:15767: test -s conftest >configure:15770: $? = 0 >configure:15783: result: yes >configure:15882: checking whether snprintf correctly terminates long strings >configure:15906: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:165: warning: implicit declaration of function 'exit' >conftest.c:165: warning: incompatible implicit declaration of built-in function 'exit' >configure:15909: $? = 0 >configure:15915: ./conftest >configure:15918: $? = 0 >configure:15920: result: yes >configure:16030: checking whether snprintf can declare const char *fmt >configure:16049: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:165: warning: null argument where non-null required (argument 3) >configure:16055: $? = 0 >configure:16062: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:16065: $? = 0 >configure:16072: test -s conftest.o >configure:16075: $? = 0 >configure:16077: result: yes >configure:16101: checking whether system supports SO_PEERCRED getsockopt >configure:16125: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:169: warning: unused variable 'i' >configure:16131: $? = 0 >configure:16138: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:16141: $? = 0 >configure:16148: test -s conftest.o >configure:16151: $? = 0 >configure:16153: result: yes >configure:16175: checking for (overly) strict mkstemp >configure:16209: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c:167: warning: return type defaults to 'int' >conftest.c: In function 'main': >conftest.c:170: warning: implicit declaration of function 'unlink' >configure:16212: $? = 0 >configure:16218: ./conftest >configure:16221: $? = 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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| /* end confdefs.h. */ >| >| #include <stdlib.h> >| main() { char template[]="conftest.mkstemp-test"; >| if (mkstemp(template) == -1) >| exit(1); >| unlink(template); exit(0); >| } >| >configure:16234: result: yes >configure:16250: checking if openpty correctly handles controlling tty >configure:16305: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lldap -lz -lnsl >&5 >conftest.c: In function 'main': >conftest.c:178: warning: implicit declaration of function 'fork' >conftest.c:180: warning: implicit declaration of function 'exit' >conftest.c:180: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:184: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:186: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:188: warning: implicit declaration of function 'close' >conftest.c:189: warning: implicit declaration of function 'setsid' >conftest.c:190: warning: implicit declaration of function 'openpty' >conftest.c:193: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:195: warning: incompatible implicit declaration of built-in function 'exit' >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccT38Prn.o: In function `main': >conftest.c:(.text+0x6c): undefined reference to `openpty' >collect2: ld returned 1 exit status >configure:16308: $? = 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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #include <sys/fcntl.h> >| #include <sys/types.h> >| #include <sys/wait.h> >| >| int >| main() >| { >| pid_t pid; >| int fd, ptyfd, ttyfd, status; >| >| pid = fork(); >| if (pid < 0) { /* failed */ >| exit(1); >| } else if (pid > 0) { /* parent */ >| waitpid(pid, &status, 0); >| if (WIFEXITED(status)) >| exit(WEXITSTATUS(status)); >| else >| exit(2); >| } else { /* child */ >| close(0); close(1); close(2); >| setsid(); >| openpty(&ptyfd, &ttyfd, NULL, NULL, NULL); >| fd = open("/dev/tty", O_RDWR | O_NOCTTY); >| if (fd >= 0) >| exit(3); /* Acquired ctty: broken */ >| else >| exit(0); /* Did not acquire ctty: OK */ >| } >| } >| >configure:16330: result: no >configure:16639: checking whether getpgrp requires zero arguments >configure:16666: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:203: error: too many arguments to function 'getpgrp' >configure:16672: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:16705: result: yes >configure:16731: checking for dlopen in -ldl >configure:16766: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -ldl -lldap -lz -lnsl >&5 >configure:16772: $? = 0 >configure:16779: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:16782: $? = 0 >configure:16789: test -s conftest >configure:16792: $? = 0 >configure:16806: result: yes >configure:16818: checking for pam_set_item in -lpam >configure:16853: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lpam -ldl -lldap -lz -lnsl >&5 >configure:16859: $? = 0 >configure:16866: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:16869: $? = 0 >configure:16876: test -s conftest >configure:16879: $? = 0 >configure:16893: result: yes >configure:16912: checking for pam_getenvlist >configure:16968: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lpam -ldl -lldap -lz -lnsl >&5 >configure:16974: $? = 0 >configure:16981: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:16984: $? = 0 >configure:16991: test -s conftest >configure:16994: $? = 0 >configure:17008: result: yes >configure:17022: checking for pam_putenv >configure:17078: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lpam -ldl -lldap -lz -lnsl >&5 >configure:17084: $? = 0 >configure:17091: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:17094: $? = 0 >configure:17101: test -s conftest >configure:17104: $? = 0 >configure:17118: result: yes >configure:17151: checking whether pam_strerror takes only one argument >configure:17181: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:17187: $? = 0 >configure:17194: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:17197: $? = 0 >configure:17204: test -s conftest.o >configure:17207: $? = 0 >configure:17209: result: no >configure:17295: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl >&5 >configure:17301: $? = 0 >configure:17308: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:17311: $? = 0 >configure:17318: test -s conftest >configure:17321: $? = 0 >configure:17421: checking OpenSSL header version >configure:17462: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -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:17465: $? = 0 >configure:17471: ./conftest >configure:17474: $? = 0 >configure:17478: result: 9070af (OpenSSL 0.9.7j 04 May 2006) >configure:17501: checking OpenSSL library version >configure:17543: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -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:17546: $? = 0 >configure:17552: ./conftest >configure:17555: $? = 0 >configure:17559: result: 9070af (OpenSSL 0.9.7j 04 May 2006) >configure:17582: checking whether OpenSSL's headers match the library >configure:17609: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -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:17612: $? = 0 >configure:17618: ./conftest >configure:17621: $? = 0 >configure:17624: result: yes >configure:17651: checking whether OpenSSL has crippled AES support >configure:17671: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:17677: $? = 0 >configure:17684: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:17687: $? = 0 >configure:17694: test -s conftest.o >configure:17697: $? = 0 >configure:17700: result: no >configure:17816: checking for crypt in -lcrypt >configure:17851: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypt -lcrypto -lpam -ldl -lldap -lz -lnsl >&5 >configure:17857: $? = 0 >configure:17864: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:17867: $? = 0 >configure:17874: test -s conftest >configure:17877: $? = 0 >configure:17891: result: yes >configure:17900: checking for ia_openinfo in -liaf >configure:17935: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -liaf -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -liaf >collect2: ld returned 1 exit status >configure:17941: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| /* end confdefs.h. */ >| >| /* Override any 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:17975: result: no >configure:17990: checking whether OpenSSL's PRNG is internally seeded >configure:18020: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:18023: $? = 0 >configure:18029: ./conftest >configure:18032: $? = 0 >configure:18036: result: yes >configure:18256: checking for ls >configure:18274: found /bin/ls >configure:18286: result: /bin/ls >configure:18302: checking for netstat >configure:18320: found /bin/netstat >configure:18332: result: /bin/netstat >configure:18348: checking for arp >configure:18366: found /sbin/arp >configure:18378: result: /sbin/arp >configure:18394: checking for ifconfig >configure:18412: found /sbin/ifconfig >configure:18424: result: /sbin/ifconfig >configure:18440: checking for jstat >configure:18473: result: no >configure:18486: checking for ps >configure:18504: found /bin/ps >configure:18516: result: /bin/ps >configure:18532: checking for sar >configure:18565: result: no >configure:18578: checking for w >configure:18596: found /usr/bin/w >configure:18608: result: /usr/bin/w >configure:18624: checking for who >configure:18642: found /bin/who >configure:18654: result: /bin/who >configure:18670: checking for last >configure:18688: found /usr/bin/last >configure:18700: result: /usr/bin/last >configure:18716: checking for lastlog >configure:18734: found /usr/bin/lastlog >configure:18746: result: /usr/bin/lastlog >configure:18762: checking for df >configure:18780: found /bin/df >configure:18792: result: /bin/df >configure:18808: checking for vmstat >configure:18826: found /usr/bin/vmstat >configure:18838: result: /usr/bin/vmstat >configure:18854: checking for uptime >configure:18872: found /usr/bin/uptime >configure:18884: result: /usr/bin/uptime >configure:18900: checking for ipcs >configure:18918: found /usr/bin/ipcs >configure:18930: result: /usr/bin/ipcs >configure:18946: checking for tail >configure:18964: found /usr/bin/tail >configure:18976: result: /usr/bin/tail >configure:19014: checking for long long >configure:19044: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19050: $? = 0 >configure:19057: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:19060: $? = 0 >configure:19067: test -s conftest.o >configure:19070: $? = 0 >configure:19082: result: yes >configure:19092: checking for unsigned long long >configure:19122: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19128: $? = 0 >configure:19135: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:19138: $? = 0 >configure:19145: test -s conftest.o >configure:19148: $? = 0 >configure:19160: result: yes >configure:19170: checking for long double >configure:19200: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19206: $? = 0 >configure:19213: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:19216: $? = 0 >configure:19223: test -s conftest.o >configure:19226: $? = 0 >configure:19238: result: yes >configure:19251: checking for char >configure:19281: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19287: $? = 0 >configure:19294: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:19297: $? = 0 >configure:19304: test -s conftest.o >configure:19307: $? = 0 >configure:19319: result: yes >configure:19322: checking size of char >configure:19710: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:19713: $? = 0 >configure:19719: ./conftest >configure:19722: $? = 0 >configure:19744: result: 1 >configure:19751: checking for short int >configure:19781: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:19787: $? = 0 >configure:19794: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:19797: $? = 0 >configure:19804: test -s conftest.o >configure:19807: $? = 0 >configure:19819: result: yes >configure:19822: checking size of short int >configure:20210: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:20213: $? = 0 >configure:20219: ./conftest >configure:20222: $? = 0 >configure:20244: result: 2 >configure:20251: checking for int >configure:20281: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20287: $? = 0 >configure:20294: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:20297: $? = 0 >configure:20304: test -s conftest.o >configure:20307: $? = 0 >configure:20319: result: yes >configure:20322: checking size of int >configure:20710: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:20713: $? = 0 >configure:20719: ./conftest >configure:20722: $? = 0 >configure:20744: result: 4 >configure:20751: checking for long int >configure:20781: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:20787: $? = 0 >configure:20794: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:20797: $? = 0 >configure:20804: test -s conftest.o >configure:20807: $? = 0 >configure:20819: result: yes >configure:20822: checking size of long int >configure:21210: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:21213: $? = 0 >configure:21219: ./conftest >configure:21222: $? = 0 >configure:21244: result: 4 >configure:21251: checking for long long int >configure:21281: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21287: $? = 0 >configure:21294: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:21297: $? = 0 >configure:21304: test -s conftest.o >configure:21307: $? = 0 >configure:21319: result: yes >configure:21322: checking size of long long int >configure:21710: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:21713: $? = 0 >configure:21719: ./conftest >configure:21722: $? = 0 >configure:21744: result: 8 >configure:21887: checking for u_int type >configure:21914: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21920: $? = 0 >configure:21927: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:21930: $? = 0 >configure:21937: test -s conftest.o >configure:21940: $? = 0 >configure:21954: result: yes >configure:21965: checking for intXX_t types >configure:21992: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:21998: $? = 0 >configure:22005: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22008: $? = 0 >configure:22015: test -s conftest.o >configure:22018: $? = 0 >configure:22032: result: yes >configure:22117: checking for int64_t type >configure:22153: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22159: $? = 0 >configure:22166: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22169: $? = 0 >configure:22176: test -s conftest.o >configure:22179: $? = 0 >configure:22193: result: yes >configure:22203: checking for u_intXX_t types >configure:22230: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22236: $? = 0 >configure:22243: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22246: $? = 0 >configure:22253: test -s conftest.o >configure:22256: $? = 0 >configure:22270: result: yes >configure:22353: checking for u_int64_t types >configure:22380: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22386: $? = 0 >configure:22393: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22396: $? = 0 >configure:22403: test -s conftest.o >configure:22406: $? = 0 >configure:22420: result: yes >configure:22585: checking for uintXX_t types in stdint.h >configure:22608: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22614: $? = 0 >configure:22621: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22624: $? = 0 >configure:22631: test -s conftest.o >configure:22634: $? = 0 >configure:22641: result: yes >configure:22741: checking for u_char >configure:22770: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22776: $? = 0 >configure:22783: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22786: $? = 0 >configure:22793: test -s conftest.o >configure:22796: $? = 0 >configure:22810: result: yes >configure:22821: checking for socklen_t >configure:22853: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:22859: $? = 0 >configure:22866: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:22869: $? = 0 >configure:22876: test -s conftest.o >configure:22879: $? = 0 >configure:22891: result: yes >configure:22999: checking for sig_atomic_t >configure:23030: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23036: $? = 0 >configure:23043: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23046: $? = 0 >configure:23053: test -s conftest.o >configure:23056: $? = 0 >configure:23068: result: yes >configure:23080: checking for in_addr_t >configure:23112: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23118: $? = 0 >configure:23125: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23128: $? = 0 >configure:23135: test -s conftest.o >configure:23138: $? = 0 >configure:23150: result: yes >configure:23162: checking for size_t >configure:23191: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23197: $? = 0 >configure:23204: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23207: $? = 0 >configure:23214: test -s conftest.o >configure:23217: $? = 0 >configure:23231: result: yes >configure:23241: checking for ssize_t >configure:23270: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23276: $? = 0 >configure:23283: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23286: $? = 0 >configure:23293: test -s conftest.o >configure:23296: $? = 0 >configure:23310: result: yes >configure:23320: checking for clock_t >configure:23349: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23355: $? = 0 >configure:23362: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23365: $? = 0 >configure:23372: test -s conftest.o >configure:23375: $? = 0 >configure:23389: result: yes >configure:23399: checking for sa_family_t >configure:23429: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23435: $? = 0 >configure:23442: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23445: $? = 0 >configure:23452: test -s conftest.o >configure:23455: $? = 0 >configure:23531: result: yes >configure:23541: checking for pid_t >configure:23570: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23576: $? = 0 >configure:23583: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23586: $? = 0 >configure:23593: test -s conftest.o >configure:23596: $? = 0 >configure:23610: result: yes >configure:23620: checking for mode_t >configure:23649: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23655: $? = 0 >configure:23662: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23665: $? = 0 >configure:23672: test -s conftest.o >configure:23675: $? = 0 >configure:23689: result: yes >configure:23700: checking for struct sockaddr_storage >configure:23730: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:207: warning: unused variable 's' >configure:23736: $? = 0 >configure:23743: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23746: $? = 0 >configure:23753: test -s conftest.o >configure:23756: $? = 0 >configure:23770: result: yes >configure:23780: checking for struct sockaddr_in6 >configure:23810: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23816: $? = 0 >configure:23823: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23826: $? = 0 >configure:23833: test -s conftest.o >configure:23836: $? = 0 >configure:23850: result: yes >configure:23860: checking for struct in6_addr >configure:23890: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23896: $? = 0 >configure:23903: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23906: $? = 0 >configure:23913: test -s conftest.o >configure:23916: $? = 0 >configure:23930: result: yes >configure:23940: checking for struct addrinfo >configure:23971: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:23977: $? = 0 >configure:23984: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23987: $? = 0 >configure:23994: test -s conftest.o >configure:23997: $? = 0 >configure:24011: result: yes >configure:24021: checking for struct timeval >configure:24048: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:24054: $? = 0 >configure:24061: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24064: $? = 0 >configure:24071: test -s conftest.o >configure:24074: $? = 0 >configure:24088: result: yes >configure:24099: checking for struct timespec >configure:24129: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:24135: $? = 0 >configure:24142: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24145: $? = 0 >configure:24152: test -s conftest.o >configure:24155: $? = 0 >configure:24167: result: yes >configure:24230: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >conftest.c:211: warning: return type defaults to 'int' >conftest.c: In function 'main': >conftest.c:223: warning: implicit declaration of function 'exit' >conftest.c:223: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:224: warning: incompatible implicit declaration of built-in function 'exit' >configure:24233: $? = 0 >configure:24239: ./conftest >configure:24242: $? = 0 >configure:24266: checking for ut_host field in utmp.h >configure:24293: result: yes >configure:24311: checking for ut_host field in utmpx.h >configure:24338: result: yes >configure:24356: checking for syslen field in utmpx.h >configure:24383: result: no >configure:24401: checking for ut_pid field in utmp.h >configure:24428: result: yes >configure:24446: checking for ut_type field in utmp.h >configure:24473: result: yes >configure:24491: checking for ut_type field in utmpx.h >configure:24518: result: yes >configure:24536: checking for ut_tv field in utmp.h >configure:24563: result: yes >configure:24581: checking for ut_id field in utmp.h >configure:24608: result: yes >configure:24626: checking for ut_id field in utmpx.h >configure:24653: result: yes >configure:24671: checking for ut_addr field in utmp.h >configure:24698: result: yes >configure:24716: checking for ut_addr field in utmpx.h >configure:24743: result: yes >configure:24761: checking for ut_addr_v6 field in utmp.h >configure:24788: result: yes >configure:24806: checking for ut_addr_v6 field in utmpx.h >configure:24833: result: yes >configure:24851: checking for ut_exit field in utmp.h >configure:24878: result: yes >configure:24896: checking for ut_time field in utmp.h >configure:24923: result: no >configure:24941: checking for ut_time field in utmpx.h >configure:24968: result: no >configure:24986: checking for ut_tv field in utmpx.h >configure:25013: result: yes >configure:25028: checking for struct stat.st_blksize >configure:25056: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:25062: $? = 0 >configure:25069: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25072: $? = 0 >configure:25079: test -s conftest.o >configure:25082: $? = 0 >configure:25153: result: yes >configure:25164: checking for struct __res_state.retrans >configure:25201: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:25207: $? = 0 >configure:25214: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25217: $? = 0 >configure:25224: test -s conftest.o >configure:25227: $? = 0 >configure:25307: result: yes >configure:25320: checking for ss_family field in struct sockaddr_storage >configure:25350: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:25356: $? = 0 >configure:25363: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25366: $? = 0 >configure:25373: test -s conftest.o >configure:25376: $? = 0 >configure:25389: result: yes >configure:25399: checking for __ss_family field in struct sockaddr_storage >configure:25429: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:229: error: 'struct sockaddr_storage' has no member named '__ss_family' >configure:25435: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; s.__ss_family = 1; >| ; >| return 0; >| } >configure:25469: result: no >configure:25479: checking for pw_class field in struct passwd >configure:25508: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:228: error: 'struct passwd' has no member named 'pw_class' >configure:25514: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_class = 0; >| ; >| return 0; >| } >configure:25548: result: no >configure:25558: checking for pw_expire field in struct passwd >configure:25587: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:228: error: 'struct passwd' has no member named 'pw_expire' >configure:25593: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_expire = 0; >| ; >| return 0; >| } >configure:25627: result: no >configure:25637: checking for pw_change field in struct passwd >configure:25666: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:228: error: 'struct passwd' has no member named 'pw_change' >configure:25672: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_change = 0; >| ; >| return 0; >| } >configure:25706: result: no >configure:25716: checking for msg_accrights field in struct msghdr >configure:25744: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -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:25750: $? = 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:25784: result: no >configure:25794: checking for msg_control field in struct msghdr >configure:25822: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -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:25828: $? = 0 >configure:25835: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25838: $? = 0 >configure:25845: test -s conftest.o >configure:25848: $? = 0 >configure:25862: result: yes >configure:25872: checking if libc defines __progname >configure:25899: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >conftest.c: In function 'main': >conftest.c:227: warning: implicit declaration of function 'printf' >conftest.c:227: warning: incompatible implicit declaration of built-in function 'printf' >configure:25905: $? = 0 >configure:25912: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25915: $? = 0 >configure:25922: test -s conftest >configure:25925: $? = 0 >configure:25940: result: yes >configure:25950: checking whether i686-pc-linux-gnu-gcc implements __FUNCTION__ >configure:25979: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:25985: $? = 0 >configure:25992: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25995: $? = 0 >configure:26002: test -s conftest >configure:26005: $? = 0 >configure:26020: result: yes >configure:26030: checking whether i686-pc-linux-gnu-gcc implements __func__ >configure:26059: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:26065: $? = 0 >configure:26072: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:26075: $? = 0 >configure:26082: test -s conftest >configure:26085: $? = 0 >configure:26100: result: yes >configure:26110: checking whether va_copy exists >configure:26138: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:26144: $? = 0 >configure:26151: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:26154: $? = 0 >configure:26161: test -s conftest >configure:26164: $? = 0 >configure:26179: result: yes >configure:26189: checking whether __va_copy exists >configure:26217: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:26223: $? = 0 >configure:26230: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:26233: $? = 0 >configure:26240: test -s conftest >configure:26243: $? = 0 >configure:26258: result: yes >configure:26268: checking whether getopt has optreset support >configure:26297: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccRzsgUf.o: In function `main': >conftest.c:(.text+0x11): undefined reference to `optreset' >collect2: ld returned 1 exit status >configure:26303: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| /* end confdefs.h. */ >| >| #include <getopt.h> >| >| int >| main () >| { >| extern int optreset; optreset = 0; >| ; >| return 0; >| } >configure:26338: result: no >configure:26348: checking if libc defines sys_errlist >configure:26375: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >conftest.c: In function 'main': >conftest.c:232: warning: implicit declaration of function 'printf' >conftest.c:232: warning: incompatible implicit declaration of built-in function 'printf' >/var/tmp/portage/openssh-4.3_p2-r2/temp/cc3K4Bbj.o: In function `main': >conftest.c:(.text+0x12): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >configure:26381: $? = 0 >configure:26388: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:26391: $? = 0 >configure:26398: test -s conftest >configure:26401: $? = 0 >configure:26416: result: yes >configure:26427: checking if libc defines sys_nerr >configure:26454: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >conftest.c: In function 'main': >conftest.c:233: warning: implicit declaration of function 'printf' >conftest.c:233: warning: incompatible implicit declaration of built-in function 'printf' >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccy0s8Bw.o: In function `main': >conftest.c:(.text+0x12): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead >configure:26460: $? = 0 >configure:26467: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:26470: $? = 0 >configure:26477: test -s conftest >configure:26480: $? = 0 >configure:26495: result: yes >configure:26880: checking for library containing getrrsetbyname >configure:26921: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccDetCRH.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `getrrsetbyname' >collect2: ld returned 1 exit status >configure:26927: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any 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:26921: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lresolv -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >/var/tmp/portage/openssh-4.3_p2-r2/temp/ccIaKMeT.o: In function `main': >conftest.c:(.text+0x12): undefined reference to `getrrsetbyname' >collect2: ld returned 1 exit status >configure:26927: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any 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:26971: result: no >configure:26984: checking for library containing res_query >configure:27025: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:27031: $? = 0 >configure:27038: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27041: $? = 0 >configure:27048: test -s conftest >configure:27051: $? = 0 >configure:27075: result: none required >configure:27083: checking for library containing dn_expand >configure:27124: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:27130: $? = 0 >configure:27137: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27140: $? = 0 >configure:27147: test -s conftest >configure:27150: $? = 0 >configure:27174: result: none required >configure:27182: checking if res_query will link >configure:27212: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:27218: $? = 0 >configure:27225: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27228: $? = 0 >configure:27235: test -s conftest >configure:27238: $? = 0 >configure:27240: result: yes >configure:27320: checking for _getshort >configure:27376: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:27382: $? = 0 >configure:27389: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27392: $? = 0 >configure:27399: test -s conftest >configure:27402: $? = 0 >configure:27416: result: yes >configure:27320: checking for _getlong >configure:27376: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >configure:27382: $? = 0 >configure:27389: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27392: $? = 0 >configure:27399: test -s conftest >configure:27402: $? = 0 >configure:27416: result: yes >configure:27426: checking whether _getshort is declared >configure:27458: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:239: error: '_getshort' undeclared (first use in this function) >conftest.c:239: error: (Each undeclared identifier is reported only once >conftest.c:239: error: for each function it appears in.) >configure:27464: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <arpa/nameser.h> >| >| int >| main () >| { >| #ifndef _getshort >| char *p = (char *) _getshort; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:27496: result: no >configure:27512: checking whether _getlong is declared >configure:27544: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:240: error: '_getlong' undeclared (first use in this function) >conftest.c:240: error: (Each undeclared identifier is reported only once >conftest.c:240: error: for each function it appears in.) >configure:27550: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 0 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <arpa/nameser.h> >| >| int >| main () >| { >| #ifndef _getlong >| char *p = (char *) _getlong; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:27582: result: no >configure:27600: checking for HEADER.ad >configure:27629: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:27635: $? = 0 >configure:27642: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27645: $? = 0 >configure:27652: test -s conftest.o >configure:27655: $? = 0 >configure:27727: result: yes >configure:29643: checking for xauth >configure:29661: found /usr/bin/xauth >configure:29673: result: /usr/bin/xauth >configure:29765: checking for "/dev/ptc" >configure:29780: result: no >configure:29824: checking for nroff >configure:29842: found /usr/bin/nroff >configure:29854: result: /usr/bin/nroff >configure:29919: checking if the systems has expire shadow information >configure:29946: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >configure:29952: $? = 0 >configure:29959: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:29962: $? = 0 >configure:29969: test -s conftest.o >configure:29972: $? = 0 >configure:29986: result: yes >configure:30050: checking for "/etc/default/login" >configure:30065: result: no >configure:30174: i686-pc-linux-gnu-gcc -o conftest -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c -lcrypto -lpam -ldl -lldap -lz -lnsl -lcrypt >&5 >conftest.c:257: warning: return type defaults to 'int' >conftest.c: In function 'main': >conftest.c:263: warning: implicit declaration of function 'exit' >conftest.c:263: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:266: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:268: warning: incompatible implicit declaration of built-in function 'exit' >configure:30177: $? = 0 >configure:30183: ./conftest >configure:30186: $? = 0 >configure:30251: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:30275: result: yes (default) >configure:30470: checking if your system defines LASTLOG_FILE >configure:30505: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:257: error: 'LASTLOG_FILE' undeclared (first use in this function) >conftest.c:257: error: (Each undeclared identifier is reported only once >conftest.c:257: error: for each function it appears in.) >conftest.c:257: warning: unused variable 'lastlog' >configure:30511: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 0 >| #define HAVE_DECL__GETLONG 0 >| #define HAVE_HEADER_AD 1 >| #define 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 _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:30540: result: no >configure:30542: checking if your system defines _PATH_LASTLOG >configure:30574: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:254: warning: unused variable 'lastlog' >configure:30580: $? = 0 >configure:30587: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:30590: $? = 0 >configure:30597: test -s conftest.o >configure:30600: $? = 0 >configure:30602: result: yes >configure:30644: checking if your system defines UTMP_FILE >configure:30673: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:251: warning: unused variable 'utmp' >configure:30679: $? = 0 >configure:30686: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:30689: $? = 0 >configure:30696: test -s conftest.o >configure:30699: $? = 0 >configure:30701: result: yes >configure:30737: checking if your system defines WTMP_FILE >configure:30766: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:251: warning: unused variable 'wtmp' >configure:30772: $? = 0 >configure:30779: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:30782: $? = 0 >configure:30789: test -s conftest.o >configure:30792: $? = 0 >configure:30794: result: yes >configure:30831: checking if your system defines UTMPX_FILE >configure:30863: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:254: error: 'UTMPX_FILE' undeclared (first use in this function) >conftest.c:254: error: (Each undeclared identifier is reported only once >conftest.c:254: error: for each function it appears in.) >conftest.c:254: warning: unused variable 'utmpx' >configure:30869: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 0 >| #define HAVE_DECL__GETLONG 0 >| #define HAVE_HEADER_AD 1 >| #define 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 _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:30897: result: no >configure:30919: checking if your system defines WTMPX_FILE >configure:30951: i686-pc-linux-gnu-gcc -c -march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:255: error: 'WTMPX_FILE' undeclared (first use in this function) >conftest.c:255: error: (Each undeclared identifier is reported only once >conftest.c:255: error: for each function it appears in.) >conftest.c:255: warning: unused variable 'wtmpx' >configure:30957: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_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 _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/bin/passwd" >| #define DONT_TRY_OTHER_AF 1 >| #define PAM_TTY_KLUDGE 1 >| #define LOCKED_PASSWD_PREFIX "!" >| #define SPT_TYPE SPT_REUSEARGV >| #define LINK_OPNOTSUPP_ERRNO EPERM >| #define _PATH_BTMP "/var/log/btmp" >| #define USE_BTMP 1 >| #define HAVE_LINUX_IF_TUN_H 1 >| #define SSH_TUN_LINUX 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ENDIAN_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_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 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_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define HAVE_PROC_PID 1 >| #define LIBWRAP 1 >| #define WITH_LDAP_PUBKEY 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE___B64_NTOP 1 >| #define HAVE___B64_PTON 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_PRCTL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define HAVE_SO_PEERCRED 1 >| #define HAVE_STRICT_MKSTEMP 1 >| #define SSHD_ACQUIRES_CTTY 1 >| #define GETPGRP_VOID 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMP 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_ADDR_IN_UTMP 1 >| #define HAVE_ADDR_IN_UTMPX 1 >| #define HAVE_ADDR_V6_IN_UTMP 1 >| #define HAVE_ADDR_V6_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___PROGNAME 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE___VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 0 >| #define HAVE_DECL__GETLONG 0 >| #define HAVE_HEADER_AD 1 >| #define 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 _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:30985: result: no >configure:31126: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by OpenSSH config.status Portable, which was >generated by GNU Autoconf 2.60. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on bitroteo > >config.status:650: creating Makefile >config.status:785: WARNING: Makefile.in seems to ignore the --datarootdir setting >config.status:650: creating buildpkg.sh >config.status:650: creating opensshd.init >config.status:650: creating openbsd-compat/Makefile >config.status:650: creating scard/Makefile >config.status:785: WARNING: scard/Makefile.in seems to ignore the --datarootdir setting >config.status:650: creating ssh_prng_cmds >config.status:650: creating survey.sh >config.status:650: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-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=i686 -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-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___b64_ntop=yes >ac_cv_func___b64_pton=yes >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=no >ac_cv_func_logwtmp=no >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=no >ac_cv_func_pam_getenvlist=yes >ac_cv_func_pam_putenv=yes >ac_cv_func_prctl=yes >ac_cv_func_pstat=no >ac_cv_func_pututline=yes >ac_cv_func_pututxline=yes >ac_cv_func_readpassphrase=no >ac_cv_func_realpath=yes >ac_cv_func_recvmsg=yes >ac_cv_func_rresvport_af=yes >ac_cv_func_sendmsg=yes >ac_cv_func_setdtablesize=no >ac_cv_func_setegid=yes >ac_cv_func_setenv=yes >ac_cv_func_seteuid=yes >ac_cv_func_setgroups=yes >ac_cv_func_setlogin=no >ac_cv_func_setpcred=no >ac_cv_func_setproctitle=no >ac_cv_func_setregid=yes >ac_cv_func_setresgid=yes >ac_cv_func_setresuid=yes >ac_cv_func_setreuid=yes >ac_cv_func_setrlimit=yes >ac_cv_func_setsid=yes >ac_cv_func_setsockopt=yes >ac_cv_func_setutent=yes >ac_cv_func_setutxent=yes >ac_cv_func_setvbuf=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigvec=yes >ac_cv_func_snprintf=yes >ac_cv_func_socketpair=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=no >ac_cv_func_strlcpy=no >ac_cv_func_strmode=no >ac_cv_func_strnvis=no >ac_cv_func_strsep=yes >ac_cv_func_strtoll=yes >ac_cv_func_strtonum=no >ac_cv_func_strtoul=yes >ac_cv_func_sysconf=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_time=yes >ac_cv_func_truncate=yes >ac_cv_func_unsetenv=yes >ac_cv_func_updwtmp=yes >ac_cv_func_updwtmpx=yes >ac_cv_func_utimes=yes >ac_cv_func_utmpname=yes >ac_cv_func_utmpxname=yes >ac_cv_func_vasprintf=yes >ac_cv_func_vhangup=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_waitpid=yes >ac_cv_func_yp_match=no >ac_cv_have___ss_family_in_struct_ss=no >ac_cv_have___va_copy=yes >ac_cv_have_accrights_in_msghdr=no >ac_cv_have_clock_t=yes >ac_cv_have_control_in_msghdr=yes >ac_cv_have_decl_LLONG_MAX=yes >ac_cv_have_decl__getlong=no >ac_cv_have_decl__getshort=no >ac_cv_have_decl_getrusage=no >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_strsep=yes >ac_cv_have_decl_tcsendbreak=yes >ac_cv_have_getopt_optreset=no >ac_cv_have_int64_t=yes >ac_cv_have_intxx_t=yes >ac_cv_have_mode_t=yes >ac_cv_have_pid_t=yes >ac_cv_have_pw_change_in_struct_passwd=no >ac_cv_have_pw_class_in_struct_passwd=no >ac_cv_have_pw_expire_in_struct_passwd=no >ac_cv_have_sa_family_t=yes >ac_cv_have_size_t=yes >ac_cv_have_ss_family_in_struct_ss=yes >ac_cv_have_ssize_t=yes >ac_cv_have_struct_addrinfo=yes >ac_cv_have_struct_in6_addr=yes >ac_cv_have_struct_sockaddr_in6=yes >ac_cv_have_struct_sockaddr_storage=yes >ac_cv_have_struct_timeval=yes >ac_cv_have_u_char=yes >ac_cv_have_u_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_dirent_h=yes >ac_cv_header_endian_h=yes >ac_cv_header_features_h=yes >ac_cv_header_floatingpoint_h=no >ac_cv_header_getopt_h=yes >ac_cv_header_glob_h=yes >ac_cv_header_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_netdb_h=yes >ac_cv_header_netgroup_h=no >ac_cv_header_pam_pam_appl_h=no >ac_cv_header_paths_h=yes >ac_cv_header_pty_h=yes >ac_cv_header_readpassphrase_h=no >ac_cv_header_rpc_types_h=yes >ac_cv_header_security_pam_appl_h=yes >ac_cv_header_shadow_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_audit_h=no >ac_cv_header_sys_bitypes_h=yes >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_cdefs_h=yes >ac_cv_header_sys_dir_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_ndir_h=no >ac_cv_header_sys_prctl_h=yes >ac_cv_header_sys_pstat_h=no >ac_cv_header_sys_ptms_h=no >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_stream_h=no >ac_cv_header_sys_stropts_h=yes >ac_cv_header_sys_strtio_h=no >ac_cv_header_sys_sysmacros_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_timers_h=no >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tmpdir_h=no >ac_cv_header_ttyent_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_usersec_h=no >ac_cv_header_util_h=no >ac_cv_header_utime_h=yes >ac_cv_header_utmp_h=yes >ac_cv_header_utmpx_h=yes >ac_cv_header_vis_h=no >ac_cv_header_zlib_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_crypt_crypt=yes >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_iaf_ia_openinfo=no >ac_cv_lib_nsl_yp_match=yes >ac_cv_lib_pam_pam_set_item=yes >ac_cv_lib_z_deflate=yes >ac_cv_libc_defines___progname=yes >ac_cv_libc_defines_sys_errlist=yes >ac_cv_libc_defines_sys_nerr=yes >ac_cv_member_HEADER_ad=yes >ac_cv_member_struct___res_state_retrans=yes >ac_cv_member_struct_stat_st_blksize=yes >ac_cv_objext=o >ac_cv_path_AR=/usr/bin/ar >ac_cv_path_CAT=/bin/cat >ac_cv_path_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_TAIL=/usr/bin/tail >ac_cv_path_PROG_UPTIME=/usr/bin/uptime >ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat >ac_cv_path_PROG_W=/usr/bin/w >ac_cv_path_PROG_WHO=/bin/who >ac_cv_path_SED=/bin/sed >ac_cv_path_SH=/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/bin/bash >ac_cv_path_install='/bin/install -c' >ac_cv_path_xauth_path=/usr/bin/xauth >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=i686-pc-linux-gnu-gcc >ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no >ac_cv_prog_RANLIB=i686-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='none required' >ac_cv_search_getrrsetbyname=no >ac_cv_search_login=no >ac_cv_search_nanosleep='none required' >ac_cv_search_res_query='none required' >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long_int=4 >ac_cv_sizeof_long_long_int=8 >ac_cv_sizeof_short_int=2 >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_large_files=no >ac_cv_sys_largefile_CC=no >ac_cv_type_char=yes >ac_cv_type_in_addr_t=yes >ac_cv_type_int=yes >ac_cv_type_long_double=yes >ac_cv_type_long_int=yes >ac_cv_type_long_long=yes >ac_cv_type_long_long_int=yes >ac_cv_type_short_int=yes >ac_cv_type_sig_atomic_t=yes >ac_cv_type_socklen_t=yes >ac_cv_type_struct_timespec=yes >ac_cv_type_unsigned_long_long=yes >ossh_cv_utmp_h_has_ut_addr=yes >ossh_cv_utmp_h_has_ut_addr_v6=yes >ossh_cv_utmp_h_has_ut_exit=yes >ossh_cv_utmp_h_has_ut_host=yes >ossh_cv_utmp_h_has_ut_id=yes >ossh_cv_utmp_h_has_ut_pid=yes >ossh_cv_utmp_h_has_ut_time=no >ossh_cv_utmp_h_has_ut_tv=yes >ossh_cv_utmp_h_has_ut_type=yes >ossh_cv_utmpx_h_has_syslen=no >ossh_cv_utmpx_h_has_ut_addr=yes >ossh_cv_utmpx_h_has_ut_addr_v6=yes >ossh_cv_utmpx_h_has_ut_host=yes >ossh_cv_utmpx_h_has_ut_id=yes >ossh_cv_utmpx_h_has_ut_time=no >ossh_cv_utmpx_h_has_ut_tv=yes >ossh_cv_utmpx_h_has_ut_type=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/bin/ar' >AWK='gawk' >CAT='/bin/cat' >CC='i686-pc-linux-gnu-gcc' >CFLAGS='-march=i686 -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 ' >CPP='i686-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='i686-pc-linux-gnu-gcc' >LDFLAGS='' >LIBEDIT='' >LIBOBJS='' >LIBPAM='-lpam -ldl' >LIBS='-lcrypto -lldap -lz -lnsl -lcrypt' >LIBSELINUX='' >LIBWRAP='-lwrap' >LOGIN_PROGRAM_FALLBACK='/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='no' >MANTYPE='doc' >NROFF='/usr/bin/nroff' >OBJEXT='o' >OPENSC_CONFIG='no' >PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org' >PACKAGE_NAME='OpenSSH' >PACKAGE_STRING='OpenSSH Portable' >PACKAGE_TARNAME='openssh' >PACKAGE_VERSION='Portable' >PATH_GROUPADD_PROG='/usr/sbin/groupadd' >PATH_PASSWD_PROG='/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='undef' >PROG_TAIL='/usr/bin/tail' >PROG_UPTIME='/usr/bin/uptime' >PROG_VMSTAT='/usr/bin/vmstat' >PROG_W='/usr/bin/w' >PROG_WHO='/bin/who' >RANLIB='i686-pc-linux-gnu-ranlib' >SED='/bin/sed' >SH='/bin/sh' >SHELL='/bin/sh' >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='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >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='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='${exec_prefix}/lib' >libexecdir='/usr/lib/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' >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 _FILE_OFFSET_BITS 64 >#define LOGIN_PROGRAM_FALLBACK "/bin/login" >#define _PATH_PASSWD_PROG "/bin/passwd" >#define DONT_TRY_OTHER_AF 1 >#define PAM_TTY_KLUDGE 1 >#define LOCKED_PASSWD_PREFIX "!" >#define SPT_TYPE SPT_REUSEARGV >#define LINK_OPNOTSUPP_ERRNO EPERM >#define _PATH_BTMP "/var/log/btmp" >#define USE_BTMP 1 >#define HAVE_LINUX_IF_TUN_H 1 >#define SSH_TUN_LINUX 1 >#define SSH_TUN_COMPAT_AF 1 >#define SSH_TUN_PREPEND_AF 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_ENDIAN_H 1 >#define HAVE_FEATURES_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GLOB_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_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 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_UPDWTMP 1 >#define HAVE_STRFTIME 1 >#define GLOB_HAS_ALTDIRFUNC 1 >#define HAVE_PROC_PID 1 >#define LIBWRAP 1 >#define WITH_LDAP_PUBKEY 1 >#define HAVE_ASPRINTF 1 >#define HAVE___B64_NTOP 1 >#define HAVE___B64_PTON 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_PRCTL 1 >#define HAVE_REALPATH 1 >#define HAVE_RECVMSG 1 >#define HAVE_RRESVPORT_AF 1 >#define HAVE_SENDMSG 1 >#define HAVE_SETEGID 1 >#define HAVE_SETENV 1 >#define HAVE_SETEUID 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETREGID 1 >#define HAVE_SETREUID 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_SETSID 1 >#define HAVE_SETVBUF 1 >#define HAVE_SIGACTION 1 >#define HAVE_SIGVEC 1 >#define HAVE_SNPRINTF 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRTOLL 1 >#define HAVE_STRTOUL 1 >#define HAVE_SYSCONF 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TRUNCATE 1 >#define HAVE_UNSETENV 1 >#define HAVE_UPDWTMPX 1 >#define HAVE_VASPRINTF 1 >#define HAVE_VHANGUP 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_CONST_GAI_STRERROR_PROTO 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_STRSEP 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_DECL_H_ERRNO 1 >#define HAVE_SETRESUID 1 >#define HAVE_SETRESGID 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_TIME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_GETUTENT 1 >#define HAVE_GETUTID 1 >#define HAVE_GETUTLINE 1 >#define HAVE_PUTUTLINE 1 >#define HAVE_SETUTENT 1 >#define HAVE_UTMPNAME 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_GETUTXENT 1 >#define HAVE_GETUTXID 1 >#define HAVE_GETUTXLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_SETUTXENT 1 >#define HAVE_UTMPXNAME 1 >#define HAVE_DAEMON 1 >#define HAVE_GETPAGESIZE 1 >#define SNPRINTF_CONST const >#define HAVE_SO_PEERCRED 1 >#define HAVE_STRICT_MKSTEMP 1 >#define SSHD_ACQUIRES_CTTY 1 >#define GETPGRP_VOID 1 >#define HAVE_LIBDL 1 >#define HAVE_LIBPAM 1 >#define HAVE_PAM_GETENVLIST 1 >#define HAVE_PAM_PUTENV 1 >#define USE_PAM 1 >#define HAVE_OPENSSL 1 >#define OPENSSL_PRNG_ONLY 1 >#define ENTROPY_TIMEOUT_MSEC 200 >#define SSH_PRIVSEP_USER "sshd" >#define HAVE_LONG_LONG 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define HAVE_LONG_DOUBLE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_SHORT_INT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_INT 4 >#define SIZEOF_LONG_LONG_INT 8 >#define HAVE_U_INT 1 >#define HAVE_INTXX_T 1 >#define HAVE_INT64_T 1 >#define HAVE_U_INTXX_T 1 >#define HAVE_U_INT64_T 1 >#define HAVE_UINTXX_T 1 >#define HAVE_U_CHAR 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_IN_ADDR_T 1 >#define HAVE_SIZE_T 1 >#define HAVE_SSIZE_T 1 >#define HAVE_CLOCK_T 1 >#define HAVE_SA_FAMILY_T 1 >#define HAVE_PID_T 1 >#define HAVE_MODE_T 1 >#define HAVE_STRUCT_SOCKADDR_STORAGE 1 >#define HAVE_STRUCT_SOCKADDR_IN6 1 >#define HAVE_STRUCT_IN6_ADDR 1 >#define HAVE_STRUCT_ADDRINFO 1 >#define HAVE_STRUCT_TIMEVAL 1 >#define HAVE_STRUCT_TIMESPEC 1 >#define HAVE_HOST_IN_UTMP 1 >#define HAVE_HOST_IN_UTMPX 1 >#define HAVE_PID_IN_UTMP 1 >#define HAVE_TYPE_IN_UTMP 1 >#define HAVE_TYPE_IN_UTMPX 1 >#define HAVE_TV_IN_UTMP 1 >#define HAVE_ID_IN_UTMP 1 >#define HAVE_ID_IN_UTMPX 1 >#define HAVE_ADDR_IN_UTMP 1 >#define HAVE_ADDR_IN_UTMPX 1 >#define HAVE_ADDR_V6_IN_UTMP 1 >#define HAVE_ADDR_V6_IN_UTMPX 1 >#define HAVE_EXIT_IN_UTMP 1 >#define HAVE_TV_IN_UTMPX 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define HAVE_SS_FAMILY_IN_SS 1 >#define HAVE_CONTROL_IN_MSGHDR 1 >#define HAVE___PROGNAME 1 >#define HAVE___FUNCTION__ 1 >#define HAVE___func__ 1 >#define HAVE_VA_COPY 1 >#define HAVE___VA_COPY 1 >#define HAVE_SYS_ERRLIST 1 >#define HAVE_SYS_NERR 1 >#define HAVE__GETSHORT 1 >#define HAVE__GETLONG 1 >#define HAVE_DECL__GETSHORT 0 >#define HAVE_DECL__GETLONG 0 >#define HAVE_HEADER_AD 1 >#define 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 _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 145550
:
95488
|
95489
|
95493
|
95494
|
95495
| 95512