Bugzilla – Attachment 873 Details for
Bug 1013
openssh > 3.8p1 make failure on Solaris
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 508.04 KB, created by
Sigmund Straumsnes
on 2005-04-12 19:48:18 AEST
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Sigmund Straumsnes
Created:
2005-04-12 19:48:18 AEST
Size:
508.04 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.59. Invocation command line was > > $ ./configure > >## --------- ## >## Platform. ## >## --------- ## > >hostname = nexus >uname -m = sun4u >uname -r = 5.9 >uname -s = SunOS >uname -v = Generic_112233-11 > >/usr/bin/uname -p = sparc >/bin/uname -X = System = SunOS >Node = nexus >Release = 5.9 >KernelID = Generic_112233-11 >Machine = sun4u >BusType = <unknown> >Serial = <unknown> >Users = <unknown> >OEM# = 0 >Origin# = 1 >NumCPU = 2 > >/bin/arch = sun4 >/usr/bin/arch -k = sun4u >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /opt/bin >PATH: /local/iu/bin >PATH: /local/gnu/bin >PATH: /local/bin >PATH: /local/netpbm >PATH: /local/teTeX/bin/sparc-sun-solaris2.7 >PATH: /usr/ccs/bin >PATH: /usr/ucb >PATH: /bin >PATH: /usr/openwin/bin >PATH: /local/bin/X11 >PATH: /usr/sfw/bin >PATH: . > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1406: checking for gcc >configure:1422: found /local/gnu/bin/gcc >configure:1432: result: gcc >configure:1676: checking for C compiler version >configure:1679: gcc --version </dev/null >&5 >gcc (GCC) 3.4.3 >Copyright (C) 2004 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:1682: $? = 0 >configure:1684: gcc -v </dev/null >&5 >Reading specs from /iu/nexus/local/gnu/bin/../lib/gcc/sparc-sun-solaris2.9/3.4.3/specs >Configured with: ../gcc-3.4.3/configure --prefix=/local/gnu --with-as=/local/gnu/bin/as --with-gnu-as --with-ld=/local/gnu/bin/ld --with-gnu-ld >Thread model: posix >gcc version 3.4.3 >configure:1687: $? = 0 >configure:1689: gcc -V </dev/null >&5 >gcc: `-V' option must have argument >configure:1692: $? = 1 >configure:1715: checking for C compiler default output file name >configure:1718: gcc conftest.c >&5 >configure:1721: $? = 0 >configure:1767: result: a.out >configure:1772: checking whether the C compiler works >configure:1778: ./a.out >configure:1781: $? = 0 >configure:1798: result: yes >configure:1805: checking whether we are cross compiling >configure:1807: result: no >configure:1810: checking for suffix of executables >configure:1812: gcc -o conftest conftest.c >&5 >configure:1815: $? = 0 >configure:1840: result: >configure:1846: checking for suffix of object files >configure:1867: gcc -c conftest.c >&5 >configure:1870: $? = 0 >configure:1892: result: o >configure:1896: checking whether we are using the GNU C compiler >configure:1920: gcc -c conftest.c >&5 >configure:1926: $? = 0 >configure:1930: test -z > || test ! -s conftest.err >configure:1933: $? = 0 >configure:1936: test -s conftest.o >configure:1939: $? = 0 >configure:1952: result: yes >configure:1958: checking whether gcc accepts -g >configure:1979: gcc -c -g conftest.c >&5 >configure:1985: $? = 0 >configure:1989: test -z > || test ! -s conftest.err >configure:1992: $? = 0 >configure:1995: test -s conftest.o >configure:1998: $? = 0 >configure:2009: result: yes >configure:2026: checking for gcc option to accept ANSI C >configure:2096: gcc -c -g -O2 conftest.c >&5 >configure:2102: $? = 0 >configure:2106: test -z > || test ! -s conftest.err >configure:2109: $? = 0 >configure:2112: test -s conftest.o >configure:2115: $? = 0 >configure:2133: result: none needed >configure:2151: gcc -c -g -O2 conftest.c >&5 >conftest.c:2: error: parse error before "me" >configure:2157: $? = 1 >configure: failed program was: >| #ifndef __cplusplus >| choke me >| #endif >configure:2321: checking build system type >configure:2339: result: sparc-sun-solaris2.9 >configure:2347: checking host system type >configure:2361: result: sparc-sun-solaris2.9 >configure:2370: checking whether byte ordering is bigendian >configure:2397: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function `main': >conftest.c:16: error: `bogus' undeclared (first use in this function) >conftest.c:16: error: (Each undeclared identifier is reported only once >conftest.c:16: error: for each function it appears in.) >conftest.c:16: error: parse error before "endian" >configure:2403: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN >| bogus endian macros >| #endif >| >| ; >| return 0; >| } >configure:2557: gcc -o conftest -g -O2 conftest.c >&5 >configure:2560: $? = 0 >configure:2562: ./conftest >configure:2565: $? = 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 "" >| /* end confdefs.h. */ >| int >| main () >| { >| /* Are we little or big endian? From Harbison&Steele. */ >| union >| { >| long l; >| char c[sizeof (long)]; >| } u; >| u.l = 1; >| exit (u.c[sizeof (long) - 1] == 1); >| } >configure:2581: result: yes >configure:2606: checking for gawk >configure:2622: found /local/gnu/bin/gawk >configure:2632: result: gawk >configure:2647: checking how to run the C preprocessor >configure:2682: gcc -E conftest.c >configure:2688: $? = 0 >configure:2720: gcc -E conftest.c >conftest.c:10:28: ac_nonexistent.h: No such file or directory >configure:2726: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2765: result: gcc -E >configure:2789: gcc -E conftest.c >configure:2795: $? = 0 >configure:2827: gcc -E conftest.c >conftest.c:10:28: ac_nonexistent.h: No such file or directory >configure:2833: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2917: checking for ranlib >configure:2933: found /local/gnu/bin/ranlib >configure:2944: result: ranlib >configure:2969: checking for a BSD-compatible install >configure:3024: result: /local/gnu/bin/install -c >configure:3037: checking for ar >configure:3055: found /local/gnu/bin/ar >configure:3067: result: /local/gnu/bin/ar >configure:3076: checking for cat >configure:3094: found /local/gnu/bin/cat >configure:3106: result: /local/gnu/bin/cat >configure:3115: checking for kill >configure:3133: found /local/gnu/bin/kill >configure:3145: result: /local/gnu/bin/kill >configure:3156: checking for perl5 >configure:3189: result: no >configure:3156: checking for perl >configure:3174: found /local/bin/perl >configure:3186: result: /local/bin/perl >configure:3198: checking for sed >configure:3216: found /local/gnu/bin/sed >configure:3228: result: /local/gnu/bin/sed >configure:3238: checking for ent >configure:3271: result: no >configure:3278: checking for bash >configure:3296: found /local/gnu/bin/bash >configure:3308: result: /local/gnu/bin/bash >configure:3317: checking for ksh >configure:3347: result: /local/gnu/bin/bash >configure:3356: checking for sh >configure:3386: result: /local/gnu/bin/bash >configure:3395: checking for sh >configure:3413: found /local/bin/sh >configure:3425: result: /local/bin/sh >configure:3437: checking for groupadd >configure:3455: found /usr/sbin/groupadd >configure:3468: result: /usr/sbin/groupadd >configure:3477: checking for useradd >configure:3495: found /usr/sbin/useradd >configure:3508: result: /usr/sbin/useradd >configure:3517: checking for pkgmk >configure:3533: found /bin/pkgmk >configure:3544: result: yes >configure:3560: checking for special C compiler options needed for large files >configure:3659: result: no >configure:3665: checking for _FILE_OFFSET_BITS value needed for large files >configure:3696: gcc -c -g -O2 conftest.c >&5 >conftest.c:16: warning: left shift count >= width of type >conftest.c:16: warning: left shift count >= width of type >conftest.c:18: error: size of array `off_t_is_large' is negative >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 "" >| #define WORDS_BIGENDIAN 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:3749: gcc -c -g -O2 conftest.c >&5 >configure:3755: $? = 0 >configure:3759: test -z > || test ! -s conftest.err >configure:3762: $? = 0 >configure:3765: test -s conftest.o >configure:3768: $? = 0 >configure:3780: result: 64 >configure:3790: checking for _LARGE_FILES value needed for large files >configure:3821: gcc -c -g -O2 conftest.c >&5 >configure:3827: $? = 0 >configure:3831: test -z > || test ! -s conftest.err >configure:3834: $? = 0 >configure:3837: test -s conftest.o >configure:3840: $? = 0 >configure:3905: result: no >configure:3934: checking for login >configure:3952: found /bin/login >configure:3964: result: /bin/login >configure:3981: checking for passwd >configure:3999: found /local/iu/bin/passwd >configure:4011: result: /local/iu/bin/passwd >configure:4030: checking for inline >configure:4051: gcc -c -g -O2 conftest.c >&5 >configure:4057: $? = 0 >configure:4061: test -z > || test ! -s conftest.err >configure:4064: $? = 0 >configure:4067: test -s conftest.o >configure:4070: $? = 0 >configure:4082: result: inline >configure:5656: checking for obsolete utmp and wtmp in solaris2.x >configure:5660: result: yes >configure:6406: checking compiler and flags for sanity >configure:6425: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:24: warning: implicit declaration of function `exit' >configure:6428: $? = 0 >configure:6430: ./conftest >configure:6433: $? = 0 >configure:6435: result: yes >configure:6456: checking for egrep >configure:6466: result: grep -E >configure:6471: checking for ANSI C header files >configure:6496: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6502: $? = 0 >configure:6506: test -z > || test ! -s conftest.err >configure:6509: $? = 0 >configure:6512: test -s conftest.o >configure:6515: $? = 0 >configure:6601: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:39: warning: implicit declaration of function `exit' >configure:6604: $? = 0 >configure:6606: ./conftest >configure:6609: $? = 0 >configure:6624: result: yes >configure:6648: checking for sys/types.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for sys/stat.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for stdlib.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for string.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for memory.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for strings.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for inttypes.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6648: checking for stdint.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:65:20: stdint.h: No such file or directory >configure:6670: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| /* 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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <stdint.h> >configure:6694: result: no >configure:6648: checking for unistd.h >configure:6664: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6670: $? = 0 >configure:6674: test -z > || test ! -s conftest.err >configure:6677: $? = 0 >configure:6680: test -s conftest.o >configure:6683: $? = 0 >configure:6694: result: yes >configure:6783: checking bstring.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:65:21: bstring.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:6824: result: no >configure:6828: checking bstring.h presence >configure:6838: gcc -E conftest.c >conftest.c:31:21: bstring.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <bstring.h> >configure:6864: result: no >configure:6899: checking for bstring.h >configure:6906: result: no >configure:6783: checking crypt.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking crypt.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for crypt.h >configure:6906: result: yes >configure:6783: checking dirent.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking dirent.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for dirent.h >configure:6906: result: yes >configure:6783: checking endian.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:67:20: endian.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <endian.h> >configure:6824: result: no >configure:6828: checking endian.h presence >configure:6838: gcc -E conftest.c >conftest.c:33:20: endian.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <endian.h> >configure:6864: result: no >configure:6899: checking for endian.h >configure:6906: result: no >configure:6783: checking features.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:67:22: features.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <features.h> >configure:6824: result: no >configure:6828: checking features.h presence >configure:6838: gcc -E conftest.c >conftest.c:33:22: features.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <features.h> >configure:6864: result: no >configure:6899: checking for features.h >configure:6906: result: no >configure:6783: checking floatingpoint.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking floatingpoint.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for floatingpoint.h >configure:6906: result: yes >configure:6783: checking getopt.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:68:20: getopt.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <getopt.h> >configure:6824: result: no >configure:6828: checking getopt.h presence >configure:6838: gcc -E conftest.c >conftest.c:34:20: getopt.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| /* end confdefs.h. */ >| #include <getopt.h> >configure:6864: result: no >configure:6899: checking for getopt.h >configure:6906: result: no >configure:6783: checking glob.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking glob.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for glob.h >configure:6906: result: yes >configure:6783: checking ia.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:69:16: ia.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:6824: result: no >configure:6828: checking ia.h presence >configure:6838: gcc -E conftest.c >conftest.c:35:16: ia.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:6864: result: no >configure:6899: checking for ia.h >configure:6906: result: no >configure:6783: checking lastlog.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking lastlog.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for lastlog.h >configure:6906: result: yes >configure:6783: checking limits.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking limits.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for limits.h >configure:6906: result: yes >configure:6783: checking login.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:71:19: login.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login.h> >configure:6824: result: no >configure:6828: checking login.h presence >configure:6838: gcc -E conftest.c >conftest.c:37:19: login.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login.h> >configure:6864: result: no >configure:6899: checking for login.h >configure:6906: result: no >configure:6783: checking login_cap.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:71:23: login_cap.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login_cap.h> >configure:6824: result: no >configure:6828: checking login_cap.h presence >configure:6838: gcc -E conftest.c >conftest.c:37:23: login_cap.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login_cap.h> >configure:6864: result: no >configure:6899: checking for login_cap.h >configure:6906: result: no >configure:6783: checking maillock.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking maillock.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for maillock.h >configure:6906: result: yes >configure:6783: checking ndir.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:72:18: ndir.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ndir.h> >configure:6824: result: no >configure:6828: checking ndir.h presence >configure:6838: gcc -E conftest.c >conftest.c:38:18: ndir.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:6864: result: no >configure:6899: checking for ndir.h >configure:6906: result: no >configure:6783: checking netdb.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking netdb.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for netdb.h >configure:6906: result: yes >configure:6783: checking netgroup.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:73:22: netgroup.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:6824: result: no >configure:6828: checking netgroup.h presence >configure:6838: gcc -E conftest.c >conftest.c:39:22: netgroup.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:6864: result: no >configure:6899: checking for netgroup.h >configure:6906: result: no >configure:6783: checking netinet/in_systm.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking netinet/in_systm.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for netinet/in_systm.h >configure:6906: result: yes >configure:6783: checking pam/pam_appl.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:74:26: pam/pam_appl.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pam/pam_appl.h> >configure:6824: result: no >configure:6828: checking pam/pam_appl.h presence >configure:6838: gcc -E conftest.c >conftest.c:40:26: pam/pam_appl.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:6864: result: no >configure:6899: checking for pam/pam_appl.h >configure:6906: result: no >configure:6783: checking paths.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:74:19: paths.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <paths.h> >configure:6824: result: no >configure:6828: checking paths.h presence >configure:6838: gcc -E conftest.c >conftest.c:40:19: paths.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <paths.h> >configure:6864: result: no >configure:6899: checking for paths.h >configure:6906: result: no >configure:6783: checking pty.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:74:17: pty.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pty.h> >configure:6824: result: no >configure:6828: checking pty.h presence >configure:6838: gcc -E conftest.c >conftest.c:40:17: pty.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <pty.h> >configure:6864: result: no >configure:6899: checking for pty.h >configure:6906: result: no >configure:6783: checking readpassphrase.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:74:28: readpassphrase.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <readpassphrase.h> >configure:6824: result: no >configure:6828: checking readpassphrase.h presence >configure:6838: gcc -E conftest.c >conftest.c:40:28: readpassphrase.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <readpassphrase.h> >configure:6864: result: no >configure:6899: checking for readpassphrase.h >configure:6906: result: no >configure:6783: checking rpc/types.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking rpc/types.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for rpc/types.h >configure:6906: result: yes >configure:6783: checking security/pam_appl.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking security/pam_appl.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for security/pam_appl.h >configure:6906: result: yes >configure:6783: checking shadow.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking shadow.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for shadow.h >configure:6906: result: yes >configure:6783: checking stddef.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking stddef.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for stddef.h >configure:6906: result: yes >configure:6774: checking for stdint.h >configure:6779: result: no >configure:6774: checking for strings.h >configure:6779: result: yes >configure:6783: checking sys/dir.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:79:21: sys/dir.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/dir.h> >configure:6824: result: no >configure:6828: checking sys/dir.h presence >configure:6838: gcc -E conftest.c >conftest.c:45:21: sys/dir.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/dir.h> >configure:6864: result: no >configure:6899: checking for sys/dir.h >configure:6906: result: no >configure:6783: checking sys/strtio.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:79:24: sys/strtio.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/strtio.h> >configure:6824: result: no >configure:6828: checking sys/strtio.h presence >configure:6838: gcc -E conftest.c >conftest.c:45:24: sys/strtio.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/strtio.h> >configure:6864: result: no >configure:6899: checking for sys/strtio.h >configure:6906: result: no >configure:6783: checking sys/audit.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:79:23: sys/audit.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/audit.h> >configure:6824: result: no >configure:6828: checking sys/audit.h presence >configure:6838: gcc -E conftest.c >conftest.c:45:23: sys/audit.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/audit.h> >configure:6864: result: no >configure:6899: checking for sys/audit.h >configure:6906: result: no >configure:6783: checking sys/bitypes.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:79:25: sys/bitypes.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bitypes.h> >configure:6824: result: no >configure:6828: checking sys/bitypes.h presence >configure:6838: gcc -E conftest.c >conftest.c:45:25: sys/bitypes.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >configure:6864: result: no >configure:6899: checking for sys/bitypes.h >configure:6906: result: no >configure:6783: checking sys/bsdtty.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:79:24: sys/bsdtty.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:6824: result: no >configure:6828: checking sys/bsdtty.h presence >configure:6838: gcc -E conftest.c >conftest.c:45:24: sys/bsdtty.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/bsdtty.h> >configure:6864: result: no >configure:6899: checking for sys/bsdtty.h >configure:6906: result: no >configure:6783: checking sys/cdefs.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/cdefs.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/cdefs.h >configure:6906: result: yes >configure:6783: checking sys/mman.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/mman.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/mman.h >configure:6906: result: yes >configure:6783: checking sys/ndir.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:81:22: sys/ndir.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:6824: result: no >configure:6828: checking sys/ndir.h presence >configure:6838: gcc -E conftest.c >conftest.c:47:22: sys/ndir.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/ndir.h> >configure:6864: result: no >configure:6899: checking for sys/ndir.h >configure:6906: result: no >configure:6783: checking sys/prctl.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:81:23: sys/prctl.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/prctl.h> >configure:6824: result: no >configure:6828: checking sys/prctl.h presence >configure:6838: gcc -E conftest.c >conftest.c:47:23: sys/prctl.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/prctl.h> >configure:6864: result: no >configure:6899: checking for sys/prctl.h >configure:6906: result: no >configure:6783: checking sys/pstat.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:81:23: sys/pstat.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:6824: result: no >configure:6828: checking sys/pstat.h presence >configure:6838: gcc -E conftest.c >conftest.c:47:23: sys/pstat.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/pstat.h> >configure:6864: result: no >configure:6899: checking for sys/pstat.h >configure:6906: result: no >configure:6783: checking sys/select.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/select.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/select.h >configure:6906: result: yes >configure:6774: checking for sys/stat.h >configure:6779: result: yes >configure:6783: checking sys/stream.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/stream.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/stream.h >configure:6906: result: yes >configure:6783: checking sys/stropts.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/stropts.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/stropts.h >configure:6906: result: yes >configure:6783: checking sys/sysmacros.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/sysmacros.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/sysmacros.h >configure:6906: result: yes >configure:6783: checking sys/time.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/time.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/time.h >configure:6906: result: yes >configure:6783: checking sys/timers.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:87:24: sys/timers.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/timers.h> >configure:6824: result: no >configure:6828: checking sys/timers.h presence >configure:6838: gcc -E conftest.c >conftest.c:53:24: sys/timers.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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:6864: result: no >configure:6899: checking for sys/timers.h >configure:6906: result: no >configure:6783: checking sys/un.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking sys/un.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for sys/un.h >configure:6906: result: yes >configure:6783: checking time.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking time.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for time.h >configure:6906: result: yes >configure:6783: checking tmpdir.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:89:20: tmpdir.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:6824: result: no >configure:6828: checking tmpdir.h presence >configure:6838: gcc -E conftest.c >conftest.c:55:20: tmpdir.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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:6864: result: no >configure:6899: checking for tmpdir.h >configure:6906: result: no >configure:6783: checking ttyent.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:89:20: ttyent.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ttyent.h> >configure:6824: result: no >configure:6828: checking ttyent.h presence >configure:6838: gcc -E conftest.c >conftest.c:55:20: ttyent.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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 <ttyent.h> >configure:6864: result: no >configure:6899: checking for ttyent.h >configure:6906: result: no >configure:6783: checking usersec.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:89:21: usersec.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <usersec.h> >configure:6824: result: no >configure:6828: checking usersec.h presence >configure:6838: gcc -E conftest.c >conftest.c:55:21: usersec.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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 <usersec.h> >configure:6864: result: no >configure:6899: checking for usersec.h >configure:6906: result: no >configure:6783: checking util.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:89:18: util.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:6824: result: no >configure:6828: checking util.h presence >configure:6838: gcc -E conftest.c >conftest.c:55:18: util.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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 <util.h> >configure:6864: result: no >configure:6899: checking for util.h >configure:6906: result: no >configure:6783: checking utime.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking utime.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for utime.h >configure:6906: result: yes >configure:6783: checking utmp.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking utmp.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for utmp.h >configure:6906: result: yes >configure:6783: checking utmpx.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6801: $? = 0 >configure:6805: test -z > || test ! -s conftest.err >configure:6808: $? = 0 >configure:6811: test -s conftest.o >configure:6814: $? = 0 >configure:6824: result: yes >configure:6828: checking utmpx.h presence >configure:6838: gcc -E conftest.c >configure:6844: $? = 0 >configure:6864: result: yes >configure:6899: checking for utmpx.h >configure:6906: result: yes >configure:6783: checking vis.h usability >configure:6795: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:92:17: vis.h: No such file or directory >configure:6801: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vis.h> >configure:6824: result: no >configure:6828: checking vis.h presence >configure:6838: gcc -E conftest.c >conftest.c:58:17: vis.h: No such file or directory >configure:6844: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| /* end confdefs.h. */ >| #include <vis.h> >configure:6864: result: no >configure:6899: checking for vis.h >configure:6906: result: no >configure:6925: checking for sys/ptms.h >configure:6945: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:6951: $? = 0 >configure:6955: test -z > || test ! -s conftest.err >configure:6958: $? = 0 >configure:6961: test -s conftest.o >configure:6964: $? = 0 >configure:6975: result: yes >configure:6988: checking for yp_match >configure:7045: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >/var/tmp//cc8WdEAF.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:99: undefined reference to `yp_match' >/var/tmp//cc8WdEAF.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:99: undefined reference to `yp_match' >/var/tmp//cc8WdEAF.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:99: undefined reference to `yp_match' >collect2: ld returned 1 exit status >configure:7051: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char yp_match (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_yp_match) || defined (__stub___yp_match) >| choke me >| #else >| char (*f) () = yp_match; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != yp_match; >| ; >| return 0; >| } >configure:7076: result: no >configure:7082: checking for yp_match in -lnsl >configure:7112: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lnsl >&5 >configure:7118: $? = 0 >configure:7122: test -z > || test ! -s conftest.err >configure:7125: $? = 0 >configure:7128: test -s conftest >configure:7131: $? = 0 >configure:7144: result: yes >configure:7157: checking for setsockopt >configure:7214: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lnsl >&5 >/var/tmp//ccQtWbHx.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:100: undefined reference to `setsockopt' >/var/tmp//ccQtWbHx.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:100: undefined reference to `setsockopt' >/var/tmp//ccQtWbHx.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:100: undefined reference to `setsockopt' >collect2: ld returned 1 exit status >configure:7220: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| /* end confdefs.h. */ >| /* Define setsockopt to an innocuous variant, in case <limits.h> declares setsockopt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setsockopt innocuous_setsockopt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setsockopt (); 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 setsockopt >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setsockopt (); >| /* 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_setsockopt) || defined (__stub___setsockopt) >| choke me >| #else >| char (*f) () = setsockopt; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setsockopt; >| ; >| return 0; >| } >configure:7245: result: no >configure:7251: checking for setsockopt in -lsocket >configure:7281: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lsocket -lnsl >&5 >configure:7287: $? = 0 >configure:7291: test -z > || test ! -s conftest.err >configure:7294: $? = 0 >configure:7297: test -s conftest >configure:7300: $? = 0 >configure:7313: result: yes >configure:7331: checking for dirname >configure:7388: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lsocket -lnsl >&5 >configure:7394: $? = 0 >configure:7398: test -z > || test ! -s conftest.err >configure:7401: $? = 0 >configure:7404: test -s conftest >configure:7407: $? = 0 >configure:7419: result: yes >configure:7439: checking libgen.h usability >configure:7451: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:7457: $? = 0 >configure:7461: test -z > || test ! -s conftest.err >configure:7464: $? = 0 >configure:7467: test -s conftest.o >configure:7470: $? = 0 >configure:7480: result: yes >configure:7484: checking libgen.h presence >configure:7494: gcc -E conftest.c >configure:7500: $? = 0 >configure:7520: result: yes >configure:7555: checking for libgen.h >configure:7562: result: yes >configure:7874: checking for getspnam >configure:7931: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lsocket -lnsl >&5 >configure:7937: $? = 0 >configure:7941: test -z > || test ! -s conftest.err >configure:7944: $? = 0 >configure:7947: test -s conftest >configure:7950: $? = 0 >configure:7962: result: yes >configure:8037: checking for library containing basename >configure:8067: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lsocket -lnsl >&5 >configure:8073: $? = 0 >configure:8077: test -z > || test ! -s conftest.err >configure:8080: $? = 0 >configure:8083: test -s conftest >configure:8086: $? = 0 >configure:8156: result: none required >configure:8200: checking for deflate in -lz >configure:8230: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:8236: $? = 0 >configure:8240: test -z > || test ! -s conftest.err >configure:8243: $? = 0 >configure:8246: test -s conftest >configure:8249: $? = 0 >configure:8262: result: yes >configure:8358: checking zlib.h usability >configure:8370: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:8376: $? = 0 >configure:8380: test -z > || test ! -s conftest.err >configure:8383: $? = 0 >configure:8386: test -s conftest.o >configure:8389: $? = 0 >configure:8399: result: yes >configure:8403: checking zlib.h presence >configure:8413: gcc -E conftest.c >configure:8419: $? = 0 >configure:8439: result: yes >configure:8474: checking for zlib.h >configure:8481: result: yes >configure:8506: checking for zlib 1.1.4 or greater >configure:8534: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:70: warning: implicit declaration of function `sscanf' >conftest.c:71: warning: implicit declaration of function `exit' >configure:8537: $? = 0 >configure:8539: ./conftest >configure:8542: $? = 0 >configure:8544: result: yes >configure:8577: checking for strcasecmp >configure:8634: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:8640: $? = 0 >configure:8644: test -z > || test ! -s conftest.err >configure:8647: $? = 0 >configure:8650: test -s conftest >configure:8653: $? = 0 >configure:8665: result: yes >configure:8741: checking for utimes >configure:8798: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:8804: $? = 0 >configure:8808: test -z > || test ! -s conftest.err >configure:8811: $? = 0 >configure:8814: test -s conftest >configure:8817: $? = 0 >configure:8829: result: yes >configure:8924: checking libutil.h usability >configure:8936: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:99:21: libutil.h: No such file or directory >configure:8942: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:8965: result: no >configure:8969: checking libutil.h presence >configure:8979: gcc -E conftest.c >conftest.c:65:21: libutil.h: No such file or directory >configure:8985: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| #include <libutil.h> >configure:9005: result: no >configure:9040: checking for libutil.h >configure:9047: result: no >configure:9060: checking for library containing login >configure:9090: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccKViqU8.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:76: undefined reference to `login' >collect2: ld returned 1 exit status >configure:9096: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:9145: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lutil -lz -lsocket -lnsl >&5 >/local/gnu/bin/ld: cannot find -lutil >collect2: ld returned 1 exit status >configure:9151: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:9145: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lbsd -lz -lsocket -lnsl >&5 >/local/gnu/bin/ld: cannot find -lbsd >collect2: ld returned 1 exit status >configure:9151: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:9179: result: no >configure:9195: checking for logout >configure:9252: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cc7cMDvf.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:105: undefined reference to `logout' >/var/tmp//cc7cMDvf.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:105: undefined reference to `logout' >/var/tmp//cc7cMDvf.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:105: undefined reference to `logout' >collect2: ld returned 1 exit status >configure:9258: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char 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 >| #else >| char (*f) () = logout; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != logout; >| ; >| return 0; >| } >configure:9283: result: no >configure:9195: checking for updwtmp >configure:9252: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:9258: $? = 0 >configure:9262: test -z > || test ! -s conftest.err >configure:9265: $? = 0 >configure:9268: test -s conftest >configure:9271: $? = 0 >configure:9283: result: yes >configure:9195: checking for logwtmp >configure:9252: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cci4p7TR.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:106: undefined reference to `logwtmp' >/var/tmp//cci4p7TR.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:106: undefined reference to `logwtmp' >/var/tmp//cci4p7TR.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:106: undefined reference to `logwtmp' >collect2: ld returned 1 exit status >configure:9258: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char 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 >| #else >| char (*f) () = logwtmp; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != logwtmp; >| ; >| return 0; >| } >configure:9283: result: no >configure:9298: checking for strftime >configure:9355: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c:90: warning: conflicting types for built-in function 'strftime' >configure:9361: $? = 0 >configure:9365: test -z > || test ! -s conftest.err >configure:9368: $? = 0 >configure:9371: test -s conftest >configure:9374: $? = 0 >configure:9386: result: yes >configure:9472: checking for GLOB_ALTDIRFUNC support >configure:9499: result: no >configure:9508: checking for gl_matchc field in glob_t >configure:9533: result: no >configure:9541: checking whether struct dirent allocates space for d_name >configure:9567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:70: warning: implicit declaration of function `exit' >configure:9570: $? = 0 >configure:9572: ./conftest >configure:9575: $? = 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 "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <dirent.h> >| int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));} >| >configure:9586: result: no >configure:9597: checking for /proc/pid/fd directory >configure:9604: result: yes >configure:10510: checking for arc4random >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccCGOfym.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `arc4random' >/var/tmp//ccCGOfym.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `arc4random' >/var/tmp//ccCGOfym.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `arc4random' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char arc4random (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_arc4random) || defined (__stub___arc4random) >| choke me >| #else >| char (*f) () = arc4random; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != arc4random; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for __b64_ntop >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cc7UdLKc.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `__b64_ntop' >/var/tmp//cc7UdLKc.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `__b64_ntop' >/var/tmp//cc7UdLKc.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `__b64_ntop' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char __b64_ntop (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub___b64_ntop) || defined (__stub_____b64_ntop) >| choke me >| #else >| char (*f) () = __b64_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != __b64_ntop; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for b64_ntop >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccwH2gO0.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `b64_ntop' >/var/tmp//ccwH2gO0.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `b64_ntop' >/var/tmp//ccwH2gO0.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `b64_ntop' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char b64_ntop (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_b64_ntop) || defined (__stub___b64_ntop) >| choke me >| #else >| char (*f) () = b64_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != b64_ntop; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for __b64_pton >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccK5jFHA.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `__b64_pton' >/var/tmp//ccK5jFHA.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `__b64_pton' >/var/tmp//ccK5jFHA.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `__b64_pton' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char __b64_pton (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub___b64_pton) || defined (__stub_____b64_pton) >| choke me >| #else >| char (*f) () = __b64_pton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != __b64_pton; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for b64_pton >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccMDF5Xj.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `b64_pton' >/var/tmp//ccMDF5Xj.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `b64_pton' >/var/tmp//ccMDF5Xj.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:109: undefined reference to `b64_pton' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char b64_pton (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_b64_pton) || defined (__stub___b64_pton) >| choke me >| #else >| char (*f) () = b64_pton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != b64_pton; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for bcopy >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c:93: warning: conflicting types for built-in function 'bcopy' >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for bindresvport_sa >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccgbDRYO.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:110: undefined reference to `bindresvport_sa' >/var/tmp//ccgbDRYO.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:110: undefined reference to `bindresvport_sa' >/var/tmp//ccgbDRYO.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:110: undefined reference to `bindresvport_sa' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char bindresvport_sa (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_bindresvport_sa) || defined (__stub___bindresvport_sa) >| choke me >| #else >| char (*f) () = bindresvport_sa; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != bindresvport_sa; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for clock >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for closefrom >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for dirfd >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccTe9qUt.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:112: undefined reference to `dirfd' >/var/tmp//ccTe9qUt.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:112: undefined reference to `dirfd' >/var/tmp//ccTe9qUt.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:112: undefined reference to `dirfd' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| /* end confdefs.h. */ >| /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dirfd innocuous_dirfd >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dirfd (); 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 dirfd >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char dirfd (); >| /* 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_dirfd) || defined (__stub___dirfd) >| choke me >| #else >| char (*f) () = dirfd; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != dirfd; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for fchdir >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for fchmod >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for fchown >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for freeaddrinfo >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for futimes >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccuk6ANU.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:116: undefined reference to `futimes' >/var/tmp//ccuk6ANU.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:116: undefined reference to `futimes' >/var/tmp//ccuk6ANU.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:116: undefined reference to `futimes' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| /* end confdefs.h. */ >| /* Define futimes to an innocuous variant, in case <limits.h> declares futimes. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define futimes innocuous_futimes >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char futimes (); 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 futimes >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char futimes (); >| /* 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_futimes) || defined (__stub___futimes) >| choke me >| #else >| char (*f) () = futimes; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != futimes; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for getaddrinfo >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for getcwd >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for getgrouplist >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccqs2rl8.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:118: undefined reference to `getgrouplist' >/var/tmp//ccqs2rl8.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:118: undefined reference to `getgrouplist' >/var/tmp//ccqs2rl8.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:118: undefined reference to `getgrouplist' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| /* end confdefs.h. */ >| /* Define getgrouplist to an innocuous variant, in case <limits.h> declares getgrouplist. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getgrouplist innocuous_getgrouplist >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getgrouplist (); 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 getgrouplist >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getgrouplist (); >| /* 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_getgrouplist) || defined (__stub___getgrouplist) >| choke me >| #else >| char (*f) () = getgrouplist; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getgrouplist; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for getnameinfo >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for getopt >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for getpeereid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccEc6u8u.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:120: undefined reference to `getpeereid' >/var/tmp//ccEc6u8u.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:120: undefined reference to `getpeereid' >/var/tmp//ccEc6u8u.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:120: undefined reference to `getpeereid' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getpeereid (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_getpeereid) || defined (__stub___getpeereid) >| choke me >| #else >| char (*f) () = getpeereid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getpeereid; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for _getpty >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccgN5stb.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:120: undefined reference to `_getpty' >/var/tmp//ccgN5stb.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:120: undefined reference to `_getpty' >/var/tmp//ccgN5stb.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:120: undefined reference to `_getpty' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char _getpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub__getpty) || defined (__stub____getpty) >| choke me >| #else >| char (*f) () = _getpty; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != _getpty; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for getrlimit >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for getttyent >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccSsTv7M.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:121: undefined reference to `getttyent' >/var/tmp//ccSsTv7M.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:121: undefined reference to `getttyent' >/var/tmp//ccSsTv7M.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:121: undefined reference to `getttyent' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| /* end confdefs.h. */ >| /* Define getttyent to an innocuous variant, in case <limits.h> declares getttyent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getttyent innocuous_getttyent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getttyent (); 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 getttyent >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getttyent (); >| /* 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_getttyent) || defined (__stub___getttyent) >| choke me >| #else >| char (*f) () = getttyent; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getttyent; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for glob >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for inet_aton >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccudWUrU.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:122: undefined reference to `inet_aton' >/var/tmp//ccudWUrU.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:122: undefined reference to `inet_aton' >/var/tmp//ccudWUrU.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:122: undefined reference to `inet_aton' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| /* end confdefs.h. */ >| /* Define inet_aton to an innocuous variant, in case <limits.h> declares inet_aton. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define inet_aton innocuous_inet_aton >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char inet_aton (); 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 inet_aton >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char inet_aton (); >| /* 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_inet_aton) || defined (__stub___inet_aton) >| choke me >| #else >| char (*f) () = inet_aton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != inet_aton; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for inet_ntoa >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for inet_ntop >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for innetgr >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for login_getcapbool >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cckNz1Qw.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:125: undefined reference to `login_getcapbool' >/var/tmp//cckNz1Qw.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:125: undefined reference to `login_getcapbool' >/var/tmp//cckNz1Qw.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:125: undefined reference to `login_getcapbool' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login_getcapbool (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_login_getcapbool) || defined (__stub___login_getcapbool) >| choke me >| #else >| char (*f) () = login_getcapbool; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != login_getcapbool; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for md5_crypt >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccdbiTxm.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:125: undefined reference to `md5_crypt' >/var/tmp//ccdbiTxm.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:125: undefined reference to `md5_crypt' >/var/tmp//ccdbiTxm.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:125: undefined reference to `md5_crypt' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char md5_crypt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_md5_crypt) || defined (__stub___md5_crypt) >| choke me >| #else >| char (*f) () = md5_crypt; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != md5_crypt; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for memmove >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c:109: warning: conflicting types for built-in function 'memmove' >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for mkdtemp >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cciAE7um.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:126: undefined reference to `mkdtemp' >/var/tmp//cciAE7um.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:126: undefined reference to `mkdtemp' >/var/tmp//cciAE7um.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:126: undefined reference to `mkdtemp' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| /* end confdefs.h. */ >| /* Define mkdtemp to an innocuous variant, in case <limits.h> declares mkdtemp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mkdtemp innocuous_mkdtemp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mkdtemp (); 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 mkdtemp >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char mkdtemp (); >| /* 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_mkdtemp) || defined (__stub___mkdtemp) >| choke me >| #else >| char (*f) () = mkdtemp; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != mkdtemp; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for mmap >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for ngetaddrinfo >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cc8CjAZa.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `ngetaddrinfo' >/var/tmp//cc8CjAZa.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `ngetaddrinfo' >/var/tmp//cc8CjAZa.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `ngetaddrinfo' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char ngetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_ngetaddrinfo) || defined (__stub___ngetaddrinfo) >| choke me >| #else >| char (*f) () = ngetaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != ngetaddrinfo; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for nsleep >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccCH8apQ.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `nsleep' >/var/tmp//ccCH8apQ.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `nsleep' >/var/tmp//ccCH8apQ.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `nsleep' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char nsleep (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_nsleep) || defined (__stub___nsleep) >| choke me >| #else >| char (*f) () = nsleep; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != nsleep; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for ogetaddrinfo >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccMkCzJy.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `ogetaddrinfo' >/var/tmp//ccMkCzJy.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `ogetaddrinfo' >/var/tmp//ccMkCzJy.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `ogetaddrinfo' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char ogetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_ogetaddrinfo) || defined (__stub___ogetaddrinfo) >| choke me >| #else >| char (*f) () = ogetaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != ogetaddrinfo; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for openlog_r >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccqM94qb.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `openlog_r' >/var/tmp//ccqM94qb.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `openlog_r' >/var/tmp//ccqM94qb.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `openlog_r' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char openlog_r (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_openlog_r) || defined (__stub___openlog_r) >| choke me >| #else >| char (*f) () = openlog_r; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != openlog_r; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for openpty >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccAOl8L5.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `openpty' >/var/tmp//ccAOl8L5.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `openpty' >/var/tmp//ccAOl8L5.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `openpty' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char 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 >| #else >| char (*f) () = openpty; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != openpty; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for pstat >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cc8VDX0E.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `pstat' >/var/tmp//cc8VDX0E.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `pstat' >/var/tmp//cc8VDX0E.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `pstat' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char pstat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_pstat) || defined (__stub___pstat) >| choke me >| #else >| char (*f) () = pstat; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != pstat; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for prctl >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cctsXXNt.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `prctl' >/var/tmp//cctsXXNt.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `prctl' >/var/tmp//cctsXXNt.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `prctl' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define prctl innocuous_prctl >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char prctl (); 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 prctl >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char prctl (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_prctl) || defined (__stub___prctl) >| choke me >| #else >| char (*f) () = prctl; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != prctl; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for readpassphrase >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccTuno07.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `readpassphrase' >/var/tmp//ccTuno07.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `readpassphrase' >/var/tmp//ccTuno07.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `readpassphrase' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char readpassphrase (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_readpassphrase) || defined (__stub___readpassphrase) >| choke me >| #else >| char (*f) () = readpassphrase; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != readpassphrase; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for realpath >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for recvmsg >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for rresvport_af >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for sendmsg >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setdtablesize >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccMhrBDL.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:131: undefined reference to `setdtablesize' >/var/tmp//ccMhrBDL.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:131: undefined reference to `setdtablesize' >/var/tmp//ccMhrBDL.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:131: undefined reference to `setdtablesize' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setdtablesize (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setdtablesize) || defined (__stub___setdtablesize) >| choke me >| #else >| char (*f) () = setdtablesize; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setdtablesize; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for setegid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setenv >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cceQ15GS.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:132: undefined reference to `setenv' >/var/tmp//cceQ15GS.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:132: undefined reference to `setenv' >/var/tmp//cceQ15GS.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:132: undefined reference to `setenv' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| /* end confdefs.h. */ >| /* Define setenv to an innocuous variant, in case <limits.h> declares setenv. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setenv innocuous_setenv >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setenv (); 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 setenv >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setenv (); >| /* 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_setenv) || defined (__stub___setenv) >| choke me >| #else >| char (*f) () = setenv; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setenv; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for seteuid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setgroups >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setlogin >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccWAfpCl.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setlogin' >/var/tmp//ccWAfpCl.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setlogin' >/var/tmp//ccWAfpCl.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setlogin' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setlogin (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setlogin) || defined (__stub___setlogin) >| choke me >| #else >| char (*f) () = setlogin; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setlogin; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for setpcred >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccOjU2l5.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setpcred' >/var/tmp//ccOjU2l5.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setpcred' >/var/tmp//ccOjU2l5.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setpcred' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setpcred (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setpcred) || defined (__stub___setpcred) >| choke me >| #else >| char (*f) () = setpcred; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setpcred; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for setproctitle >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccozkP2I.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setproctitle' >/var/tmp//ccozkP2I.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setproctitle' >/var/tmp//ccozkP2I.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:134: undefined reference to `setproctitle' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setproctitle (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setproctitle) || defined (__stub___setproctitle) >| choke me >| #else >| char (*f) () = setproctitle; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setproctitle; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for setregid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setreuid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setrlimit >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setsid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for setvbuf >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for sigaction >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for sigvec >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccxoyQPt.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:140: undefined reference to `sigvec' >/var/tmp//ccxoyQPt.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:140: undefined reference to `sigvec' >/var/tmp//ccxoyQPt.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:140: undefined reference to `sigvec' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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 >| /* end confdefs.h. */ >| /* Define sigvec to an innocuous variant, in case <limits.h> declares sigvec. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sigvec innocuous_sigvec >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sigvec (); 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 sigvec >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char sigvec (); >| /* 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_sigvec) || defined (__stub___sigvec) >| choke me >| #else >| char (*f) () = sigvec; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != sigvec; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for snprintf >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c:124: warning: conflicting types for built-in function 'snprintf' >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for socketpair >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for strerror >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for strlcat >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for strlcpy >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for strmode >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cczhJ7ce.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:145: undefined reference to `strmode' >/var/tmp//cczhJ7ce.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:145: undefined reference to `strmode' >/var/tmp//cczhJ7ce.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:145: undefined reference to `strmode' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strmode (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strmode) || defined (__stub___strmode) >| choke me >| #else >| char (*f) () = strmode; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strmode; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for strnvis >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccqDR8G1.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:145: undefined reference to `strnvis' >/var/tmp//ccqDR8G1.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:145: undefined reference to `strnvis' >/var/tmp//ccqDR8G1.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:145: undefined reference to `strnvis' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strnvis (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strnvis) || defined (__stub___strnvis) >| choke me >| #else >| char (*f) () = strnvis; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strnvis; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for strtoul >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for sysconf >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for tcgetpgrp >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for truncate >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for unsetenv >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//cccKImEA.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:149: undefined reference to `unsetenv' >/var/tmp//cccKImEA.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:149: undefined reference to `unsetenv' >/var/tmp//cccKImEA.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:149: undefined reference to `unsetenv' >collect2: ld returned 1 exit status >configure:10573: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| /* end confdefs.h. */ >| /* Define unsetenv to an innocuous variant, in case <limits.h> declares unsetenv. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define unsetenv innocuous_unsetenv >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char unsetenv (); 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 unsetenv >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char unsetenv (); >| /* 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_unsetenv) || defined (__stub___unsetenv) >| choke me >| #else >| char (*f) () = unsetenv; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != unsetenv; >| ; >| return 0; >| } >configure:10598: result: no >configure:10510: checking for updwtmpx >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for utimes >configure:10598: result: yes >configure:10510: checking for vhangup >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for vsnprintf >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >conftest.c:136: warning: conflicting types for built-in function 'vsnprintf' >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10510: checking for waitpid >configure:10567: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10573: $? = 0 >configure:10577: test -z > || test ! -s conftest.err >configure:10580: $? = 0 >configure:10583: test -s conftest >configure:10586: $? = 0 >configure:10598: result: yes >configure:10614: checking for gai_strerror >configure:10671: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >configure:10677: $? = 0 >configure:10681: test -z > || test ! -s conftest.err >configure:10684: $? = 0 >configure:10687: test -s conftest >configure:10690: $? = 0 >configure:10702: result: yes >configure:10737: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:121: error: conflicting types for 'gai_strerror' >/usr/include/netdb.h:311: error: previous declaration of 'gai_strerror' was here >conftest.c:121: error: conflicting types for 'gai_strerror' >/usr/include/netdb.h:311: error: previous declaration of 'gai_strerror' was here >conftest.c: In function `main': >conftest.c:128: warning: assignment discards qualifiers from pointer target type >configure:10743: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <netdb.h> >| >| const char *gai_strerror(int); >| int >| main () >| { >| >| char *str; >| >| str = gai_strerror(0); >| ; >| return 0; >| } >configure:10774: checking for library containing nanosleep >configure:10804: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lz -lsocket -lnsl >&5 >/var/tmp//ccumhNxW.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:127: undefined reference to `nanosleep' >collect2: ld returned 1 exit status >configure:10810: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char nanosleep (); >| int >| main () >| { >| nanosleep (); >| ; >| return 0; >| } >configure:10859: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:10865: $? = 0 >configure:10869: test -z > || test ! -s conftest.err >configure:10872: $? = 0 >configure:10875: test -s conftest >configure:10878: $? = 0 >configure:10893: result: -lrt >configure:10904: checking whether strsep is declared >configure:10928: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:155: error: `strsep' undeclared (first use in this function) >conftest.c:155: error: (Each undeclared identifier is reported only once >conftest.c:155: error: for each function it appears in.) >conftest.c:155: warning: unused variable `p' >configure:10934: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef strsep >| char *p = (char *) strsep; >| #endif >| >| ; >| return 0; >| } >configure:10958: result: no >configure:11065: checking whether getrusage is declared >configure:11089: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:155: error: `getrusage' undeclared (first use in this function) >conftest.c:155: error: (Each undeclared identifier is reported only once >conftest.c:155: error: for each function it appears in.) >conftest.c:155: warning: unused variable `p' >configure:11095: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef getrusage >| char *p = (char *) getrusage; >| #endif >| >| ; >| return 0; >| } >configure:11119: result: no >configure:11227: checking whether tcsendbreak is declared >configure:11253: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:124: warning: unused variable `p' >configure:11259: $? = 0 >configure:11263: test -z > || test ! -s conftest.err >configure:11266: $? = 0 >configure:11269: test -s conftest.o >configure:11272: $? = 0 >configure:11283: result: yes >configure:11396: checking whether h_errno is declared >configure:11421: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:124: warning: unused variable `p' >configure:11427: $? = 0 >configure:11431: test -z > || test ! -s conftest.err >configure:11434: $? = 0 >configure:11437: test -s conftest.o >configure:11440: $? = 0 >configure:11451: result: yes >configure:11474: checking for setresuid >configure:11531: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >/var/tmp//ccN7p8ma.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:159: undefined reference to `setresuid' >/var/tmp//ccN7p8ma.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:159: undefined reference to `setresuid' >/var/tmp//ccN7p8ma.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:159: undefined reference to `setresuid' >collect2: ld returned 1 exit status >configure:11537: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| /* end confdefs.h. */ >| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresuid innocuous_setresuid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresuid (); 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 setresuid >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setresuid (); >| /* 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_setresuid) || defined (__stub___setresuid) >| choke me >| #else >| char (*f) () = setresuid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setresuid; >| ; >| return 0; >| } >configure:11562: result: no >configure:11625: checking for setresgid >configure:11682: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >/var/tmp//ccw8I7z5.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:159: undefined reference to `setresgid' >/var/tmp//ccw8I7z5.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:159: undefined reference to `setresgid' >/var/tmp//ccw8I7z5.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:159: undefined reference to `setresgid' >collect2: ld returned 1 exit status >configure:11688: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| /* end confdefs.h. */ >| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresgid innocuous_setresgid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresgid (); 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 setresgid >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setresgid (); >| /* 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_setresgid) || defined (__stub___setresgid) >| choke me >| #else >| char (*f) () = setresgid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setresgid; >| ; >| return 0; >| } >configure:11713: result: no >configure:11777: checking for gettimeofday >configure:11834: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11840: $? = 0 >configure:11844: test -z > || test ! -s conftest.err >configure:11847: $? = 0 >configure:11850: test -s conftest >configure:11853: $? = 0 >configure:11865: result: yes >configure:11777: checking for time >configure:11834: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11840: $? = 0 >configure:11844: test -z > || test ! -s conftest.err >configure:11847: $? = 0 >configure:11850: test -s conftest >configure:11853: $? = 0 >configure:11865: result: yes >configure:11884: checking for endutent >configure:11941: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11947: $? = 0 >configure:11951: test -z > || test ! -s conftest.err >configure:11954: $? = 0 >configure:11957: test -s conftest >configure:11960: $? = 0 >configure:11972: result: yes >configure:11884: checking for getutent >configure:11941: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11947: $? = 0 >configure:11951: test -z > || test ! -s conftest.err >configure:11954: $? = 0 >configure:11957: test -s conftest >configure:11960: $? = 0 >configure:11972: result: yes >configure:11884: checking for getutid >configure:11941: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11947: $? = 0 >configure:11951: test -z > || test ! -s conftest.err >configure:11954: $? = 0 >configure:11957: test -s conftest >configure:11960: $? = 0 >configure:11972: result: yes >configure:11884: checking for getutline >configure:11941: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11947: $? = 0 >configure:11951: test -z > || test ! -s conftest.err >configure:11954: $? = 0 >configure:11957: test -s conftest >configure:11960: $? = 0 >configure:11972: result: yes >configure:11884: checking for pututline >configure:11941: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11947: $? = 0 >configure:11951: test -z > || test ! -s conftest.err >configure:11954: $? = 0 >configure:11957: test -s conftest >configure:11960: $? = 0 >configure:11972: result: yes >configure:11884: checking for setutent >configure:11941: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:11947: $? = 0 >configure:11951: test -z > || test ! -s conftest.err >configure:11954: $? = 0 >configure:11957: test -s conftest >configure:11960: $? = 0 >configure:11972: result: yes >configure:11986: checking for utmpname >configure:12043: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12049: $? = 0 >configure:12053: test -z > || test ! -s conftest.err >configure:12056: $? = 0 >configure:12059: test -s conftest >configure:12062: $? = 0 >configure:12074: result: yes >configure:12092: checking for endutxent >configure:12149: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12155: $? = 0 >configure:12159: test -z > || test ! -s conftest.err >configure:12162: $? = 0 >configure:12165: test -s conftest >configure:12168: $? = 0 >configure:12180: result: yes >configure:12092: checking for getutxent >configure:12149: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12155: $? = 0 >configure:12159: test -z > || test ! -s conftest.err >configure:12162: $? = 0 >configure:12165: test -s conftest >configure:12168: $? = 0 >configure:12180: result: yes >configure:12092: checking for getutxid >configure:12149: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12155: $? = 0 >configure:12159: test -z > || test ! -s conftest.err >configure:12162: $? = 0 >configure:12165: test -s conftest >configure:12168: $? = 0 >configure:12180: result: yes >configure:12092: checking for getutxline >configure:12149: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12155: $? = 0 >configure:12159: test -z > || test ! -s conftest.err >configure:12162: $? = 0 >configure:12165: test -s conftest >configure:12168: $? = 0 >configure:12180: result: yes >configure:12092: checking for pututxline >configure:12149: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12155: $? = 0 >configure:12159: test -z > || test ! -s conftest.err >configure:12162: $? = 0 >configure:12165: test -s conftest >configure:12168: $? = 0 >configure:12180: result: yes >configure:12195: checking for setutxent >configure:12252: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12258: $? = 0 >configure:12262: test -z > || test ! -s conftest.err >configure:12265: $? = 0 >configure:12268: test -s conftest >configure:12271: $? = 0 >configure:12283: result: yes >configure:12195: checking for utmpxname >configure:12252: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12258: $? = 0 >configure:12262: test -z > || test ! -s conftest.err >configure:12265: $? = 0 >configure:12268: test -s conftest >configure:12271: $? = 0 >configure:12283: result: yes >configure:12294: checking for daemon >configure:12351: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >/var/tmp//cc2ZTZh4.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:175: undefined reference to `daemon' >/var/tmp//cc2ZTZh4.o(.text+0xc):/local/iu/src/openssh-4.0p1/conftest.c:175: undefined reference to `daemon' >/var/tmp//cc2ZTZh4.o(.data+0x0):/local/iu/src/openssh-4.0p1/conftest.c:175: undefined reference to `daemon' >collect2: ld returned 1 exit status >configure:12357: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| /* end confdefs.h. */ >| /* Define daemon to an innocuous variant, in case <limits.h> declares daemon. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define daemon innocuous_daemon >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char daemon (); 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 daemon >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char daemon (); >| /* 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_daemon) || defined (__stub___daemon) >| choke me >| #else >| char (*f) () = daemon; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != daemon; >| ; >| return 0; >| } >configure:12382: result: no >configure:12390: checking for daemon in -lbsd >configure:12420: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lbsd -lrt -lz -lsocket -lnsl >&5 >/local/gnu/bin/ld: cannot find -lbsd >collect2: ld returned 1 exit status >configure:12426: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char daemon (); >| int >| main () >| { >| daemon (); >| ; >| return 0; >| } >configure:12452: result: no >configure:12465: checking for getpagesize >configure:12522: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >configure:12528: $? = 0 >configure:12532: test -z > || test ! -s conftest.err >configure:12535: $? = 0 >configure:12538: test -s conftest >configure:12541: $? = 0 >configure:12553: result: yes >configure:12638: checking whether snprintf correctly terminates long strings >configure:12657: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:138: warning: implicit declaration of function `exit' >configure:12660: $? = 0 >configure:12662: ./conftest >configure:12665: $? = 0 >configure:12667: result: yes >configure:12693: checking whether system supports SO_PEERCRED getsockopt >configure:12712: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:141: error: `SO_PEERCRED' undeclared (first use in this function) >conftest.c:141: error: (Each undeclared identifier is reported only once >conftest.c:141: error: for each function it appears in.) >conftest.c:141: warning: unused variable `i' >configure:12718: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| int >| main () >| { >| int i = SO_PEERCRED; >| ; >| return 0; >| } >configure:12739: result: no >configure:13155: checking whether getpgrp requires zero arguments >configure:13177: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:173: error: too many arguments to function `getpgrp' >configure:13183: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 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> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:13208: result: yes >configure:13736: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:13742: $? = 0 >configure:13746: test -z > || test ! -s conftest.err >configure:13749: $? = 0 >configure:13752: test -s conftest >configure:13755: $? = 0 >configure:13840: checking OpenSSL header version >configure:13876: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:149: warning: implicit declaration of function `exit' >conftest.c:151: warning: unsigned int format, long int arg (arg 3) >configure:13879: $? = 0 >configure:13881: ./conftest >configure:13884: $? = 0 >configure:13888: result: 90705f (OpenSSL 0.9.7e 25 Oct 2004) >configure:13909: checking OpenSSL library version >configure:13946: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:152: warning: unsigned int format, long unsigned int arg (arg 3) >configure:13949: $? = 0 >configure:13951: ./conftest >configure:13954: $? = 0 >configure:13958: result: 90705f (OpenSSL 0.9.7e 25 Oct 2004) >configure:13979: checking whether OpenSSL's headers match the library >configure:14001: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:141: warning: implicit declaration of function `exit' >conftest.c:141: warning: implicit declaration of function `SSLeay' >configure:14004: $? = 0 >configure:14006: ./conftest >configure:14009: $? = 0 >configure:14012: result: yes >configure:14192: checking whether OpenSSL's PRNG is internally seeded >configure:14217: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:14220: $? = 0 >configure:14222: ./conftest >configure:14225: $? = 0 >configure:14229: result: yes >configure:14440: checking for ls >configure:14458: found /usr/bin/ls >configure:14470: result: /usr/bin/ls >configure:14485: checking for netstat >configure:14503: found /usr/bin/netstat >configure:14515: result: /usr/bin/netstat >configure:14530: checking for arp >configure:14548: found /usr/sbin/arp >configure:14560: result: /usr/sbin/arp >configure:14575: checking for ifconfig >configure:14593: found /sbin/ifconfig >configure:14605: result: /sbin/ifconfig >configure:14620: checking for jstat >configure:14653: result: no >configure:14665: checking for ps >configure:14683: found /usr/bin/ps >configure:14695: result: /usr/bin/ps >configure:14710: checking for sar >configure:14728: found /usr/bin/sar >configure:14740: result: /usr/bin/sar >configure:14755: checking for w >configure:14773: found /usr/bin/w >configure:14785: result: /usr/bin/w >configure:14800: checking for who >configure:14818: found /usr/bin/who >configure:14830: result: /usr/bin/who >configure:14845: checking for last >configure:14863: found /usr/bin/last >configure:14875: result: /usr/bin/last >configure:14890: checking for lastlog >configure:14923: result: no >configure:14935: checking for df >configure:14953: found /usr/bin/df >configure:14965: result: /usr/bin/df >configure:14980: checking for vmstat >configure:14998: found /usr/bin/vmstat >configure:15010: result: /usr/bin/vmstat >configure:15025: checking for uptime >configure:15043: found /usr/bin/uptime >configure:15055: result: /usr/bin/uptime >configure:15070: checking for ipcs >configure:15088: found /usr/bin/ipcs >configure:15100: result: /usr/bin/ipcs >configure:15115: checking for tail >configure:15133: found /usr/bin/tail >configure:15145: result: /usr/bin/tail >configure:15182: checking for char >configure:15206: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:15212: $? = 0 >configure:15216: test -z > || test ! -s conftest.err >configure:15219: $? = 0 >configure:15222: test -s conftest.o >configure:15225: $? = 0 >configure:15236: result: yes >configure:15239: checking size of char >configure:15558: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:15561: $? = 0 >configure:15563: ./conftest >configure:15566: $? = 0 >configure:15589: result: 1 >configure:15596: checking for short int >configure:15620: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:15626: $? = 0 >configure:15630: test -z > || test ! -s conftest.err >configure:15633: $? = 0 >configure:15636: test -s conftest.o >configure:15639: $? = 0 >configure:15650: result: yes >configure:15653: checking size of short int >configure:15972: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:15975: $? = 0 >configure:15977: ./conftest >configure:15980: $? = 0 >configure:16003: result: 2 >configure:16010: checking for int >configure:16034: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:16040: $? = 0 >configure:16044: test -z > || test ! -s conftest.err >configure:16047: $? = 0 >configure:16050: test -s conftest.o >configure:16053: $? = 0 >configure:16064: result: yes >configure:16067: checking size of int >configure:16386: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:16389: $? = 0 >configure:16391: ./conftest >configure:16394: $? = 0 >configure:16417: result: 4 >configure:16424: checking for long int >configure:16448: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:16454: $? = 0 >configure:16458: test -z > || test ! -s conftest.err >configure:16461: $? = 0 >configure:16464: test -s conftest.o >configure:16467: $? = 0 >configure:16478: result: yes >configure:16481: checking size of long int >configure:16800: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:16803: $? = 0 >configure:16805: ./conftest >configure:16808: $? = 0 >configure:16831: result: 4 >configure:16838: checking for long long int >configure:16862: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:16868: $? = 0 >configure:16872: test -z > || test ! -s conftest.err >configure:16875: $? = 0 >configure:16878: test -s conftest.o >configure:16881: $? = 0 >configure:16892: result: yes >configure:16895: checking size of long long int >configure:17214: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:17217: $? = 0 >configure:17219: ./conftest >configure:17222: $? = 0 >configure:17245: result: 8 >configure:17259: checking for u_int type >configure:17281: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:17287: $? = 0 >configure:17291: test -z > || test ! -s conftest.err >configure:17294: $? = 0 >configure:17297: test -s conftest.o >configure:17300: $? = 0 >configure:17313: result: yes >configure:17323: checking for intXX_t types >configure:17345: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:17351: $? = 0 >configure:17355: test -z > || test ! -s conftest.err >configure:17358: $? = 0 >configure:17361: test -s conftest.o >configure:17364: $? = 0 >configure:17377: result: yes >configure:17448: checking for int64_t type >configure:17479: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:17485: $? = 0 >configure:17489: test -z > || test ! -s conftest.err >configure:17492: $? = 0 >configure:17495: test -s conftest.o >configure:17498: $? = 0 >configure:17511: result: yes >configure:17520: checking for u_intXX_t types >configure:17542: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:153: error: `u_int8_t' undeclared (first use in this function) >conftest.c:153: error: (Each undeclared identifier is reported only once >conftest.c:153: error: for each function it appears in.) >conftest.c:153: error: parse error before "a" >conftest.c:153: error: `u_int16_t' undeclared (first use in this function) >conftest.c:153: error: `u_int32_t' undeclared (first use in this function) >conftest.c:153: error: `a' undeclared (first use in this function) >conftest.c:153: error: `b' undeclared (first use in this function) >conftest.c:153: error: `c' undeclared (first use in this function) >configure:17548: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17574: result: no >configure:17585: checking for u_intXX_t types in sys/socket.h >configure:17603: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:153: error: `u_int8_t' undeclared (first use in this function) >conftest.c:153: error: (Each undeclared identifier is reported only once >conftest.c:153: error: for each function it appears in.) >conftest.c:153: error: parse error before "a" >conftest.c:153: error: `u_int16_t' undeclared (first use in this function) >conftest.c:153: error: `u_int32_t' undeclared (first use in this function) >conftest.c:153: error: `a' undeclared (first use in this function) >conftest.c:153: error: `b' undeclared (first use in this function) >conftest.c:153: error: `c' undeclared (first use in this function) >configure:17609: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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 >| /* end confdefs.h. */ >| #include <sys/socket.h> >| int >| main () >| { >| u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17636: result: no >configure:17643: checking for u_int64_t types >configure:17665: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:153: error: `u_int64_t' undeclared (first use in this function) >conftest.c:153: error: (Each undeclared identifier is reported only once >conftest.c:153: error: for each function it appears in.) >conftest.c:153: error: parse error before "a" >conftest.c:153: error: `a' undeclared (first use in this function) >configure:17671: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int64_t a; a = 1; >| ; >| return 0; >| } >configure:17697: result: no >configure:17708: checking for u_int64_t type in sys/bitypes.h >configure:17726: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:149:26: sys/bitypes.h: No such file or directory >conftest.c: In function `main': >conftest.c:153: error: `u_int64_t' undeclared (first use in this function) >conftest.c:153: error: (Each undeclared identifier is reported only once >conftest.c:153: error: for each function it appears in.) >conftest.c:153: error: parse error before "a" >conftest.c:153: error: `a' undeclared (first use in this function) >configure:17732: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >| int >| main () >| { >| u_int64_t a; a = 1 >| ; >| return 0; >| } >configure:17759: result: no >configure:17767: checking for uintXX_t types >configure:17791: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:17797: $? = 0 >configure:17801: test -z > || test ! -s conftest.err >configure:17804: $? = 0 >configure:17807: test -s conftest.o >configure:17810: $? = 0 >configure:17823: result: yes >configure:17834: checking for uintXX_t types in stdint.h >configure:17852: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c:150:21: stdint.h: No such file or directory >conftest.c: In function `main': >conftest.c:154: error: `uint8_t' undeclared (first use in this function) >conftest.c:154: error: (Each undeclared identifier is reported only once >conftest.c:154: error: for each function it appears in.) >conftest.c:154: error: parse error before "a" >conftest.c:154: error: `uint16_t' undeclared (first use in this function) >conftest.c:154: error: `uint32_t' undeclared (first use in this function) >conftest.c:154: error: `a' undeclared (first use in this function) >conftest.c:154: error: `b' undeclared (first use in this function) >conftest.c:154: error: `c' undeclared (first use in this function) >configure:17858: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_UINTXX_T 1 >| /* end confdefs.h. */ >| #include <stdint.h> >| int >| main () >| { >| uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17885: result: no >configure:17964: checking for u_char >configure:17988: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:17994: $? = 0 >configure:17998: test -z > || test ! -s conftest.err >configure:18001: $? = 0 >configure:18004: test -s conftest.o >configure:18007: $? = 0 >configure:18020: result: yes >configure:18030: checking for socklen_t >configure:18056: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18062: $? = 0 >configure:18066: test -z > || test ! -s conftest.err >configure:18069: $? = 0 >configure:18072: test -s conftest.o >configure:18075: $? = 0 >configure:18086: result: yes >configure:18180: checking for sig_atomic_t >configure:18205: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18211: $? = 0 >configure:18215: test -z > || test ! -s conftest.err >configure:18218: $? = 0 >configure:18221: test -s conftest.o >configure:18224: $? = 0 >configure:18235: result: yes >configure:18247: checking for in_addr_t >configure:18273: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18279: $? = 0 >configure:18283: test -z > || test ! -s conftest.err >configure:18286: $? = 0 >configure:18289: test -s conftest.o >configure:18292: $? = 0 >configure:18303: result: yes >configure:18315: checking for size_t >configure:18339: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18345: $? = 0 >configure:18349: test -z > || test ! -s conftest.err >configure:18352: $? = 0 >configure:18355: test -s conftest.o >configure:18358: $? = 0 >configure:18371: result: yes >configure:18380: checking for ssize_t >configure:18404: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18410: $? = 0 >configure:18414: test -z > || test ! -s conftest.err >configure:18417: $? = 0 >configure:18420: test -s conftest.o >configure:18423: $? = 0 >configure:18436: result: yes >configure:18445: checking for clock_t >configure:18469: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18475: $? = 0 >configure:18479: test -z > || test ! -s conftest.err >configure:18482: $? = 0 >configure:18485: test -s conftest.o >configure:18488: $? = 0 >configure:18501: result: yes >configure:18510: checking for sa_family_t >configure:18535: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18541: $? = 0 >configure:18545: test -z > || test ! -s conftest.err >configure:18548: $? = 0 >configure:18551: test -s conftest.o >configure:18554: $? = 0 >configure:18616: result: yes >configure:18625: checking for pid_t >configure:18649: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18655: $? = 0 >configure:18659: test -z > || test ! -s conftest.err >configure:18662: $? = 0 >configure:18665: test -s conftest.o >configure:18668: $? = 0 >configure:18681: result: yes >configure:18690: checking for mode_t >configure:18714: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18720: $? = 0 >configure:18724: test -z > || test ! -s conftest.err >configure:18727: $? = 0 >configure:18730: test -s conftest.o >configure:18733: $? = 0 >configure:18746: result: yes >configure:18756: checking for struct sockaddr_storage >configure:18781: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:166: warning: unused variable `s' >configure:18787: $? = 0 >configure:18791: test -z > || test ! -s conftest.err >configure:18794: $? = 0 >configure:18797: test -s conftest.o >configure:18800: $? = 0 >configure:18813: result: yes >configure:18822: checking for struct sockaddr_in6 >configure:18847: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18853: $? = 0 >configure:18857: test -z > || test ! -s conftest.err >configure:18860: $? = 0 >configure:18863: test -s conftest.o >configure:18866: $? = 0 >configure:18879: result: yes >configure:18888: checking for struct in6_addr >configure:18913: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18919: $? = 0 >configure:18923: test -z > || test ! -s conftest.err >configure:18926: $? = 0 >configure:18929: test -s conftest.o >configure:18932: $? = 0 >configure:18945: result: yes >configure:18954: checking for struct addrinfo >configure:18980: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:18986: $? = 0 >configure:18990: test -z > || test ! -s conftest.err >configure:18993: $? = 0 >configure:18996: test -s conftest.o >configure:18999: $? = 0 >configure:19012: result: yes >configure:19021: checking for struct timeval >configure:19043: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:19049: $? = 0 >configure:19053: test -z > || test ! -s conftest.err >configure:19056: $? = 0 >configure:19059: test -s conftest.o >configure:19062: $? = 0 >configure:19075: result: yes >configure:19085: checking for struct timespec >configure:19109: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:19115: $? = 0 >configure:19119: test -z > || test ! -s conftest.err >configure:19122: $? = 0 >configure:19125: test -s conftest.o >configure:19128: $? = 0 >configure:19139: result: yes >configure:19197: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c:170: warning: return type defaults to `int' >conftest.c: In function `main': >conftest.c:182: warning: implicit declaration of function `exit' >configure:19200: $? = 0 >configure:19202: ./conftest >configure:19205: $? = 0 >configure:19227: checking for ut_host field in utmp.h >configure:19254: result: no >configure:19271: checking for ut_host field in utmpx.h >configure:19298: result: yes >configure:19315: checking for syslen field in utmpx.h >configure:19342: result: yes >configure:19359: checking for ut_pid field in utmp.h >configure:19386: result: yes >configure:19403: checking for ut_type field in utmp.h >configure:19430: result: yes >configure:19447: checking for ut_type field in utmpx.h >configure:19474: result: yes >configure:19491: checking for ut_tv field in utmp.h >configure:19518: result: no >configure:19535: checking for ut_id field in utmp.h >configure:19562: result: yes >configure:19579: checking for ut_id field in utmpx.h >configure:19606: result: yes >configure:19623: checking for ut_addr field in utmp.h >configure:19650: result: no >configure:19667: checking for ut_addr field in utmpx.h >configure:19694: result: no >configure:19711: checking for ut_addr_v6 field in utmp.h >configure:19738: result: no >configure:19755: checking for ut_addr_v6 field in utmpx.h >configure:19782: result: no >configure:19799: checking for ut_exit field in utmp.h >configure:19826: result: yes >configure:19843: checking for ut_time field in utmp.h >configure:19870: result: yes >configure:19887: checking for ut_time field in utmpx.h >configure:19914: result: yes >configure:19931: checking for ut_tv field in utmpx.h >configure:19958: result: yes >configure:19972: checking for struct stat.st_blksize >configure:19995: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:20001: $? = 0 >configure:20005: test -z > || test ! -s conftest.err >configure:20008: $? = 0 >configure:20011: test -s conftest.o >configure:20014: $? = 0 >configure:20071: result: yes >configure:20083: checking for ss_family field in struct sockaddr_storage >configure:20108: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:20114: $? = 0 >configure:20118: test -z > || test ! -s conftest.err >configure:20121: $? = 0 >configure:20124: test -s conftest.o >configure:20127: $? = 0 >configure:20139: result: yes >configure:20148: checking for __ss_family field in struct sockaddr_storage >configure:20173: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:185: error: structure has no member named `__ss_family' >configure:20179: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 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:20205: result: no >configure:20214: checking for pw_class field in struct passwd >configure:20238: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:184: error: structure has no member named `pw_class' >configure:20244: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 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:20270: result: no >configure:20279: checking for pw_expire field in struct passwd >configure:20303: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:184: error: structure has no member named `pw_expire' >configure:20309: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 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:20335: result: no >configure:20344: checking for pw_change field in struct passwd >configure:20368: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:184: error: structure has no member named `pw_change' >configure:20374: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 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:20400: result: no >configure:20409: checking for msg_accrights field in struct msghdr >configure:20432: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:12: warning: implicit declaration of function `exit' >configure:20438: $? = 0 >configure:20442: test -z > || test ! -s conftest.err >configure:20445: $? = 0 >configure:20448: test -s conftest.o >configure:20451: $? = 0 >configure:20464: result: yes >configure:20473: checking for msg_control field in struct msghdr >configure:20496: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:11: error: structure has no member named `msg_control' >conftest.c:12: warning: implicit declaration of function `exit' >configure:20502: $? = 1 >configure: failed program was: >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <sys/uio.h> >| int main() { >| #ifdef msg_control >| #error "msg_control is a macro" >| exit(1); >| #endif >| struct msghdr m; >| m.msg_control = 0; >| exit(0); >| } >| >configure:20528: result: no >configure:20537: checking if libc defines __progname >configure:20559: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:183: warning: implicit declaration of function `printf' >/var/tmp//ccFF8WBm.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:183: undefined reference to `__progname' >/var/tmp//ccFF8WBm.o(.text+0x14):/local/iu/src/openssh-4.0p1/conftest.c:183: undefined reference to `__progname' >collect2: ld returned 1 exit status >configure:20565: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| extern char *__progname; printf("%s", __progname); >| ; >| return 0; >| } >configure:20592: result: no >configure:20601: checking whether gcc implements __FUNCTION__ >configure:20625: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:20631: $? = 0 >configure:20635: test -z > || test ! -s conftest.err >configure:20638: $? = 0 >configure:20641: test -s conftest >configure:20644: $? = 0 >configure:20658: result: yes >configure:20667: checking whether gcc implements __func__ >configure:20691: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:20697: $? = 0 >configure:20701: test -z > || test ! -s conftest.err >configure:20704: $? = 0 >configure:20707: test -s conftest >configure:20710: $? = 0 >configure:20724: result: yes >configure:20733: checking whether getopt has optreset support >configure:20757: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c:182:20: getopt.h: No such file or directory >configure:20763: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| /* end confdefs.h. */ >| >| #include <getopt.h> >| >| int >| main () >| { >| extern int optreset; optreset = 0; >| ; >| return 0; >| } >configure:20790: result: no >configure:20799: checking if libc defines sys_errlist >configure:20821: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:185: warning: implicit declaration of function `printf' >configure:20827: $? = 0 >configure:20831: test -z > || test ! -s conftest.err >configure:20834: $? = 0 >configure:20837: test -s conftest >configure:20840: $? = 0 >configure:20854: result: yes >configure:20864: checking if libc defines sys_nerr >configure:20886: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c: In function `main': >conftest.c:186: warning: implicit declaration of function `printf' >configure:20892: $? = 0 >configure:20896: test -z > || test ! -s conftest.err >configure:20899: $? = 0 >configure:20902: test -s conftest >configure:20905: $? = 0 >configure:20919: result: yes >configure:21263: checking for library containing getrrsetbyname >configure:21293: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >/var/tmp//cc2Lvbsp.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:194: undefined reference to `getrrsetbyname' >collect2: ld returned 1 exit status >configure:21299: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getrrsetbyname (); >| int >| main () >| { >| getrrsetbyname (); >| ; >| return 0; >| } >configure:21348: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >/var/tmp//ccSlRj0d.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:194: undefined reference to `getrrsetbyname' >collect2: ld returned 1 exit status >configure:21354: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getrrsetbyname (); >| int >| main () >| { >| getrrsetbyname (); >| ; >| return 0; >| } >configure:21382: result: no >configure:21393: checking for library containing res_query >configure:21423: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lcrypto -lrt -lz -lsocket -lnsl >&5 >/var/tmp//ccs0JvLL.o(.text+0x4): In function `main': >/local/iu/src/openssh-4.0p1/conftest.c:194: undefined reference to `res_query' >collect2: ld returned 1 exit status >configure:21429: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char res_query (); >| int >| main () >| { >| res_query (); >| ; >| return 0; >| } >configure:21478: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:21484: $? = 0 >configure:21488: test -z > || test ! -s conftest.err >configure:21491: $? = 0 >configure:21494: test -s conftest >configure:21497: $? = 0 >configure:21512: result: -lresolv >configure:21519: checking for library containing dn_expand >configure:21549: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:21555: $? = 0 >configure:21559: test -z > || test ! -s conftest.err >configure:21562: $? = 0 >configure:21565: test -s conftest >configure:21568: $? = 0 >configure:21638: result: none required >configure:21645: checking if res_query will link >configure:21670: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:21676: $? = 0 >configure:21680: test -z > || test ! -s conftest.err >configure:21683: $? = 0 >configure:21686: test -s conftest >configure:21689: $? = 0 >configure:21691: result: yes >configure:21757: checking for _getshort >configure:21814: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:21820: $? = 0 >configure:21824: test -z > || test ! -s conftest.err >configure:21827: $? = 0 >configure:21830: test -s conftest >configure:21833: $? = 0 >configure:21845: result: yes >configure:21757: checking for _getlong >configure:21814: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >configure:21820: $? = 0 >configure:21824: test -z > || test ! -s conftest.err >configure:21827: $? = 0 >configure:21830: test -s conftest >configure:21833: $? = 0 >configure:21845: result: yes >configure:21855: checking for HEADER.ad >configure:21879: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >In file included from conftest.c:185: >/usr/include/arpa/nameser.h:124: error: parse error before '*' token >/usr/include/arpa/nameser.h:126: error: parse error before '*' token >/usr/include/arpa/nameser.h:129: error: parse error before '*' token >/usr/include/arpa/nameser.h:130: error: parse error before '}' token >/usr/include/arpa/nameser.h:148: error: parse error before "uint16_t" >/usr/include/arpa/nameser.h:150: error: parse error before "ttl" >/usr/include/arpa/nameser.h:151: error: parse error before "rdlength" >/usr/include/arpa/nameser.h:152: error: parse error before '*' token >/usr/include/arpa/nameser.h:153: error: parse error before '}' token >/usr/include/arpa/nameser.h:233: error: parse error before "uint8_t" >/usr/include/arpa/nameser.h:235: error: parse error before "r_class" >/usr/include/arpa/nameser.h:236: error: parse error before "r_type" >/usr/include/arpa/nameser.h:237: error: parse error before "r_ttl" >/usr/include/arpa/nameser.h:238: error: parse error before '*' token >/usr/include/arpa/nameser.h:239: error: parse error before "r_size" >/usr/include/arpa/nameser.h:245: error: parse error before "r_zone" >/usr/include/arpa/nameser.h:544: error: parse error before "int" >/usr/include/arpa/nameser.h:545: error: parse error before "__ns_get16" >/usr/include/arpa/nameser.h:545: error: parse error before '*' token >/usr/include/arpa/nameser.h:546: error: parse error before "__ns_get32" >/usr/include/arpa/nameser.h:546: error: parse error before '*' token >/usr/include/arpa/nameser.h:547: error: parse error before '*' token >/usr/include/arpa/nameser.h:548: error: parse error before '*' token >/usr/include/arpa/nameser.h:549: error: parse error before '*' token >/usr/include/arpa/nameser.h:550: error: parse error before '*' token >/usr/include/arpa/nameser.h:551: error: parse error before '*' token >/usr/include/arpa/nameser.h:552: error: parse error before '*' token >/usr/include/arpa/nameser.h:554: error: parse error before '*' token >/usr/include/arpa/nameser.h:558: error: parse error before "char" >/usr/include/arpa/nameser.h:559: error: parse error before "ulong_t" >/usr/include/arpa/nameser.h:560: error: parse error before "__ns_datetosecs" >/usr/include/arpa/nameser.h:561: error: parse error before '*' token >/usr/include/arpa/nameser.h:562: error: parse error before '*' token >/usr/include/arpa/nameser.h:563: error: parse error before "uchar_t" >/usr/include/arpa/nameser.h:564: error: parse error before '*' token >/usr/include/arpa/nameser.h:566: error: parse error before '*' token >/usr/include/arpa/nameser.h:568: error: parse error before '*' token >/usr/include/arpa/nameser.h:570: error: parse error before "uchar_t" >/usr/include/arpa/nameser.h:572: error: parse error before '*' token >/usr/include/arpa/nameser.h:573: error: parse error before '*' token >/usr/include/arpa/nameser.h:575: error: parse error before '*' token >/usr/include/arpa/nameser.h:577: error: parse error before '*' token >/usr/include/arpa/nameser.h:580: error: parse error before '*' token >/usr/include/arpa/nameser.h:582: error: parse error before '*' token >/usr/include/arpa/nameser.h:585: error: parse error before '*' token >/usr/include/arpa/nameser.h:587: error: parse error before '*' token >/usr/include/arpa/nameser.h:587: error: parse error before '*' token >/usr/include/arpa/nameser.h:588: error: parse error before '*' token >/usr/include/arpa/nameser.h:591: error: parse error before '*' token >/usr/include/arpa/nameser.h:592: error: parse error before '*' token >/usr/include/arpa/nameser.h:596: error: parse error before "size_t" >configure:21885: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| /* end confdefs.h. */ >| #include <arpa/nameser.h> >| >| int >| main () >| { >| static HEADER ac_aggr; >| if (ac_aggr.ad) >| return 0; >| ; >| return 0; >| } >configure:21924: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >In file included from conftest.c:185: >/usr/include/arpa/nameser.h:124: error: parse error before '*' token >/usr/include/arpa/nameser.h:126: error: parse error before '*' token >/usr/include/arpa/nameser.h:129: error: parse error before '*' token >/usr/include/arpa/nameser.h:130: error: parse error before '}' token >/usr/include/arpa/nameser.h:148: error: parse error before "uint16_t" >/usr/include/arpa/nameser.h:150: error: parse error before "ttl" >/usr/include/arpa/nameser.h:151: error: parse error before "rdlength" >/usr/include/arpa/nameser.h:152: error: parse error before '*' token >/usr/include/arpa/nameser.h:153: error: parse error before '}' token >/usr/include/arpa/nameser.h:233: error: parse error before "uint8_t" >/usr/include/arpa/nameser.h:235: error: parse error before "r_class" >/usr/include/arpa/nameser.h:236: error: parse error before "r_type" >/usr/include/arpa/nameser.h:237: error: parse error before "r_ttl" >/usr/include/arpa/nameser.h:238: error: parse error before '*' token >/usr/include/arpa/nameser.h:239: error: parse error before "r_size" >/usr/include/arpa/nameser.h:245: error: parse error before "r_zone" >/usr/include/arpa/nameser.h:544: error: parse error before "int" >/usr/include/arpa/nameser.h:545: error: parse error before "__ns_get16" >/usr/include/arpa/nameser.h:545: error: parse error before '*' token >/usr/include/arpa/nameser.h:546: error: parse error before "__ns_get32" >/usr/include/arpa/nameser.h:546: error: parse error before '*' token >/usr/include/arpa/nameser.h:547: error: parse error before '*' token >/usr/include/arpa/nameser.h:548: error: parse error before '*' token >/usr/include/arpa/nameser.h:549: error: parse error before '*' token >/usr/include/arpa/nameser.h:550: error: parse error before '*' token >/usr/include/arpa/nameser.h:551: error: parse error before '*' token >/usr/include/arpa/nameser.h:552: error: parse error before '*' token >/usr/include/arpa/nameser.h:554: error: parse error before '*' token >/usr/include/arpa/nameser.h:558: error: parse error before "char" >/usr/include/arpa/nameser.h:559: error: parse error before "ulong_t" >/usr/include/arpa/nameser.h:560: error: parse error before "__ns_datetosecs" >/usr/include/arpa/nameser.h:561: error: parse error before '*' token >/usr/include/arpa/nameser.h:562: error: parse error before '*' token >/usr/include/arpa/nameser.h:563: error: parse error before "uchar_t" >/usr/include/arpa/nameser.h:564: error: parse error before '*' token >/usr/include/arpa/nameser.h:566: error: parse error before '*' token >/usr/include/arpa/nameser.h:568: error: parse error before '*' token >/usr/include/arpa/nameser.h:570: error: parse error before "uchar_t" >/usr/include/arpa/nameser.h:572: error: parse error before '*' token >/usr/include/arpa/nameser.h:573: error: parse error before '*' token >/usr/include/arpa/nameser.h:575: error: parse error before '*' token >/usr/include/arpa/nameser.h:577: error: parse error before '*' token >/usr/include/arpa/nameser.h:580: error: parse error before '*' token >/usr/include/arpa/nameser.h:582: error: parse error before '*' token >/usr/include/arpa/nameser.h:585: error: parse error before '*' token >/usr/include/arpa/nameser.h:587: error: parse error before '*' token >/usr/include/arpa/nameser.h:587: error: parse error before '*' token >/usr/include/arpa/nameser.h:588: error: parse error before '*' token >/usr/include/arpa/nameser.h:591: error: parse error before '*' token >/usr/include/arpa/nameser.h:592: error: parse error before '*' token >/usr/include/arpa/nameser.h:596: error: parse error before "size_t" >conftest.c: In function `main': >conftest.c:191: error: `sizeof' applied to a bit-field >configure:21930: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| /* end confdefs.h. */ >| #include <arpa/nameser.h> >| >| int >| main () >| { >| static HEADER ac_aggr; >| if (sizeof ac_aggr.ad) >| return 0; >| ; >| return 0; >| } >configure:21956: result: no >configure:23685: checking for xauth >configure:23703: found /usr/openwin/bin/xauth >configure:23715: result: /usr/openwin/bin/xauth >configure:23770: checking for "/dev/ptmx" >configure:23785: result: yes >configure:23802: checking for "/dev/ptc" >configure:23817: result: no >configure:23860: checking for nroff >configure:23878: found /usr/bin/nroff >configure:23890: result: /usr/bin/nroff >configure:23953: checking if the systems has expire shadow information >configure:23975: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >configure:23981: $? = 0 >configure:23985: test -z > || test ! -s conftest.err >configure:23988: $? = 0 >configure:23991: test -s conftest.o >configure:23994: $? = 0 >configure:24007: result: yes >configure:24062: checking for "/etc/default/login" >configure:24077: result: yes >configure:24135: WARNING: >If PATH is defined in /etc/default/login, ensure the path to scp is included, >otherwise scp will not work. >configure:24185: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lresolv -lcrypto -lrt -lz -lsocket -lnsl >&5 >conftest.c:208: warning: return type defaults to `int' >conftest.c: In function `main': >conftest.c:214: warning: implicit declaration of function `exit' >configure:24188: $? = 0 >configure:24190: ./conftest >configure:24193: $? = 0 >configure:24219: result: Adding /usr/local/bin to USER_PATH so scp will work >configure:24252: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:24284: result: no (default) >configure:24463: checking if your system defines LASTLOG_FILE >configure:24493: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:207: error: `LASTLOG_FILE' undeclared (first use in this function) >conftest.c:207: error: (Each undeclared identifier is reported only once >conftest.c:207: error: for each function it appears in.) >conftest.c:207: warning: unused variable `lastlog' >configure:24499: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define XAUTH_PATH "/usr/openwin/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define HAVE_ETC_DEFAULT_LOGIN 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #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:24521: result: no >configure:24523: checking if your system defines _PATH_LASTLOG >configure:24550: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:204: error: `_PATH_LASTLOG' undeclared (first use in this function) >conftest.c:204: error: (Each undeclared identifier is reported only once >conftest.c:204: error: for each function it appears in.) >conftest.c:204: warning: unused variable `lastlog' >configure:24556: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define _FILE_OFFSET_BITS 64 >| #define LOGIN_PROGRAM_FALLBACK "/bin/login" >| #define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define LOCKED_PASSWD_STRING "*LK*" >| #define SSHD_ACQUIRES_CTTY 1 >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_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_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_PTMS_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_CLOSEFROM 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 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_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UPDWTMPX 1 >| #define HAVE_UTIMES 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_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 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_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #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_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_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define XAUTH_PATH "/usr/openwin/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define HAVE_ETC_DEFAULT_LOGIN 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #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 >| >| int >| main () >| { >| char *lastlog = _PATH_LASTLOG; >| ; >| return 0; >| } >configure:24578: result: no >configure:24610: checking if your system defines UTMP_FILE >configure:24634: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:202: warning: unused variable `utmp' >configure:24640: $? = 0 >configure:24644: test -z > || test ! -s conftest.err >configure:24647: $? = 0 >configure:24650: test -s conftest.o >configure:24653: $? = 0 >configure:24655: result: yes >configure:24689: checking if your system defines WTMP_FILE >configure:24713: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:202: warning: unused variable `wtmp' >configure:24719: $? = 0 >configure:24723: test -z > || test ! -s conftest.err >configure:24726: $? = 0 >configure:24729: test -s conftest.o >configure:24732: $? = 0 >configure:24734: result: yes >configure:24769: checking if your system defines UTMPX_FILE >configure:24796: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:205: warning: unused variable `utmpx' >configure:24802: $? = 0 >configure:24806: test -z > || test ! -s conftest.err >configure:24809: $? = 0 >configure:24812: test -s conftest.o >configure:24815: $? = 0 >configure:24817: result: yes >configure:24843: checking if your system defines WTMPX_FILE >configure:24870: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c >&5 >conftest.c: In function `main': >conftest.c:205: warning: unused variable `wtmpx' >configure:24876: $? = 0 >configure:24880: test -z > || test ! -s conftest.err >configure:24883: $? = 0 >configure:24886: test -s conftest.o >configure:24889: $? = 0 >configure:24891: result: yes >configure:25029: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by OpenSSH config.status Portable, which was >generated by GNU Autoconf 2.59. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on nexus > >config.status:713: creating Makefile >config.status:713: creating buildpkg.sh >config.status:713: creating opensshd.init >config.status:713: creating openbsd-compat/Makefile >config.status:713: creating scard/Makefile >config.status:713: creating ssh_prng_cmds >config.status:713: creating survey.sh >config.status:817: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=sparc-sun-solaris2.9 >ac_cv_build_alias=sparc-sun-solaris2.9 >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_cc_implements___FUNCTION__=yes >ac_cv_cc_implements___func__=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set= >ac_cv_env_CFLAGS_value= >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_build_alias_set= >ac_cv_env_build_alias_value= >ac_cv_env_host_alias_set= >ac_cv_env_host_alias_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_exeext= >ac_cv_file___dev_ptc_=no >ac_cv_file___dev_ptmx_=yes >ac_cv_file___etc_default_login_=yes >ac_cv_func___b64_ntop=no >ac_cv_func___b64_pton=no >ac_cv_func__getlong=yes >ac_cv_func__getpty=no >ac_cv_func__getshort=yes >ac_cv_func_arc4random=no >ac_cv_func_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=yes >ac_cv_func_daemon=no >ac_cv_func_dirfd=no >ac_cv_func_dirname=yes >ac_cv_func_endutent=yes >ac_cv_func_endutxent=yes >ac_cv_func_fchdir=yes >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_freeaddrinfo=yes >ac_cv_func_futimes=no >ac_cv_func_gai_strerror=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getcwd=yes >ac_cv_func_getgrouplist=no >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=no >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=no >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=no >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_prctl=no >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=no >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=no >ac_cv_func_setresuid=no >ac_cv_func_setreuid=yes >ac_cv_func_setrlimit=yes >ac_cv_func_setsid=yes >ac_cv_func_setsockopt=no >ac_cv_func_setutent=yes >ac_cv_func_setutxent=yes >ac_cv_func_setvbuf=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigvec=no >ac_cv_func_snprintf=yes >ac_cv_func_socketpair=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=yes >ac_cv_func_strlcpy=yes >ac_cv_func_strmode=no >ac_cv_func_strnvis=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=no >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_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_accrights_in_msghdr=yes >ac_cv_have_clock_t=yes >ac_cv_have_control_in_msghdr=no >ac_cv_have_decl_getrusage=no >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_strsep=no >ac_cv_have_decl_tcsendbreak=yes >ac_cv_have_getopt_optreset=no >ac_cv_have_int64_t=yes >ac_cv_have_intxx_t=yes >ac_cv_have_mode_t=yes >ac_cv_have_pid_t=yes >ac_cv_have_pw_change_in_struct_passwd=no >ac_cv_have_pw_class_in_struct_passwd=no >ac_cv_have_pw_expire_in_struct_passwd=no >ac_cv_have_sa_family_t=yes >ac_cv_have_size_t=yes >ac_cv_have_ss_family_in_struct_ss=yes >ac_cv_have_ssize_t=yes >ac_cv_have_struct_addrinfo=yes >ac_cv_have_struct_in6_addr=yes >ac_cv_have_struct_sockaddr_in6=yes >ac_cv_have_struct_sockaddr_storage=yes >ac_cv_have_struct_timeval=yes >ac_cv_have_u_char=yes >ac_cv_have_u_int=yes >ac_cv_have_u_int64_t=no >ac_cv_have_u_intxx_t=no >ac_cv_have_uintxx_t=yes >ac_cv_header_bstring_h=no >ac_cv_header_crypt_h=yes >ac_cv_header_dirent_h=yes >ac_cv_header_endian_h=no >ac_cv_header_features_h=no >ac_cv_header_floatingpoint_h=yes >ac_cv_header_getopt_h=no >ac_cv_header_glob_h=yes >ac_cv_header_ia_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_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_netinet_in_systm_h=yes >ac_cv_header_pam_pam_appl_h=no >ac_cv_header_paths_h=no >ac_cv_header_pty_h=no >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=no >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_audit_h=no >ac_cv_header_sys_bitypes_h=no >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_cdefs_h=yes >ac_cv_header_sys_dir_h=no >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_ndir_h=no >ac_cv_header_sys_prctl_h=no >ac_cv_header_sys_pstat_h=no >ac_cv_header_sys_ptms_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_stream_h=yes >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=no >ac_cv_header_unistd_h=yes >ac_cv_header_usersec_h=no >ac_cv_header_util_h=no >ac_cv_header_utime_h=yes >ac_cv_header_utmp_h=yes >ac_cv_header_utmpx_h=yes >ac_cv_header_vis_h=no >ac_cv_header_zlib_h=yes >ac_cv_host=sparc-sun-solaris2.9 >ac_cv_host_alias=sparc-sun-solaris2.9 >ac_cv_lib_bsd_daemon=no >ac_cv_lib_nsl_yp_match=yes >ac_cv_lib_socket_setsockopt=yes >ac_cv_lib_z_deflate=yes >ac_cv_libc_defines___progname=no >ac_cv_libc_defines_sys_errlist=yes >ac_cv_libc_defines_sys_nerr=yes >ac_cv_member_HEADER_ad=no >ac_cv_member_struct_stat_st_blksize=yes >ac_cv_objext=o >ac_cv_path_AR=/local/gnu/bin/ar >ac_cv_path_CAT=/local/gnu/bin/cat >ac_cv_path_KILL=/local/gnu/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=/local/iu/bin/passwd >ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd >ac_cv_path_PERL=/local/bin/perl >ac_cv_path_PROG_ARP=/usr/sbin/arp >ac_cv_path_PROG_DF=/usr/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_LS=/usr/bin/ls >ac_cv_path_PROG_NETSTAT=/usr/bin/netstat >ac_cv_path_PROG_PS=/usr/bin/ps >ac_cv_path_PROG_SAR=/usr/bin/sar >ac_cv_path_PROG_TAIL=/usr/bin/tail >ac_cv_path_PROG_UPTIME=/usr/bin/uptime >ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat >ac_cv_path_PROG_W=/usr/bin/w >ac_cv_path_PROG_WHO=/usr/bin/who >ac_cv_path_SED=/local/gnu/bin/sed >ac_cv_path_SH=/local/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/local/gnu/bin/bash >ac_cv_path_install=$'/local/gnu/bin/install -c' >ac_cv_path_xauth_path=/usr/openwin/bin/xauth >ac_cv_prog_AWK=gawk >ac_cv_prog_CPP=$'gcc -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=yes >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc= >ac_cv_prog_egrep=$'grep -E' >ac_cv_search_basename=$'none required' >ac_cv_search_dn_expand=$'none required' >ac_cv_search_getrrsetbyname=no >ac_cv_search_login=no >ac_cv_search_nanosleep=-lrt >ac_cv_search_res_query=-lresolv >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long_int=4 >ac_cv_sizeof_long_long_int=8 >ac_cv_sizeof_short_int=2 >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_large_files=no >ac_cv_sys_largefile_CC=no >ac_cv_type_char=yes >ac_cv_type_in_addr_t=yes >ac_cv_type_int=yes >ac_cv_type_long_int=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 >ossh_cv_utmp_h_has_ut_addr=no >ossh_cv_utmp_h_has_ut_addr_v6=no >ossh_cv_utmp_h_has_ut_exit=yes >ossh_cv_utmp_h_has_ut_host=no >ossh_cv_utmp_h_has_ut_id=yes >ossh_cv_utmp_h_has_ut_pid=yes >ossh_cv_utmp_h_has_ut_time=yes >ossh_cv_utmp_h_has_ut_tv=no >ossh_cv_utmp_h_has_ut_type=yes >ossh_cv_utmpx_h_has_syslen=yes >ossh_cv_utmpx_h_has_ut_addr=no >ossh_cv_utmpx_h_has_ut_addr_v6=no >ossh_cv_utmpx_h_has_ut_host=yes >ossh_cv_utmpx_h_has_ut_id=yes >ossh_cv_utmpx_h_has_ut_time=yes >ossh_cv_utmpx_h_has_ut_tv=yes >ossh_cv_utmpx_h_has_ut_type=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/local/gnu/bin/ar' >AWK='gawk' >CAT='/local/gnu/bin/cat' >CC='gcc' >CFLAGS='-g -O2 -Wall -Wpointer-arith -Wno-uninitialized' >CPP='gcc -E' >CPPFLAGS='' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='grep -E' >ENT='' >EXEEXT='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_SSH_PRNG_CMDS='' >INSTALL_SSH_RAND_HELPER='' >KILL='/local/gnu/bin/kill' >LD='gcc' >LDFLAGS='' >LIBEDIT='' >LIBOBJS='' >LIBPAM='' >LIBS='-lresolv -lcrypto -lrt -lz -lsocket -lnsl ' >LIBWRAP='' >LOGIN_PROGRAM_FALLBACK='/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='yes' >MANTYPE='man' >NROFF='/usr/bin/nroff' >OBJEXT='o' >OPENSC_CONFIG='' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='OpenSSH' >PACKAGE_STRING='OpenSSH Portable' >PACKAGE_TARNAME='openssh' >PACKAGE_VERSION='Portable' >PATH_GROUPADD_PROG='/usr/sbin/groupadd' >PATH_PASSWD_PROG='/local/iu/bin/passwd' >PATH_SEPARATOR=':' >PATH_USERADD_PROG='/usr/sbin/useradd' >PERL='/local/bin/perl' >PRIVSEP_PATH='/var/empty' >PROG_ARP='/usr/sbin/arp' >PROG_DF='/usr/bin/df' >PROG_IFCONFIG='/sbin/ifconfig' >PROG_IPCS='/usr/bin/ipcs' >PROG_JSTAT='undef' >PROG_LAST='/usr/bin/last' >PROG_LASTLOG='undef' >PROG_LS='/usr/bin/ls' >PROG_NETSTAT='/usr/bin/netstat' >PROG_PS='/usr/bin/ps' >PROG_SAR='/usr/bin/sar' >PROG_TAIL='/usr/bin/tail' >PROG_UPTIME='/usr/bin/uptime' >PROG_VMSTAT='/usr/bin/vmstat' >PROG_W='/usr/bin/w' >PROG_WHO='/usr/bin/who' >RANLIB='ranlib' >SED='/local/gnu/bin/sed' >SH='/local/bin/sh' >SHELL='/bin/bash' >SSH_PRIVSEP_USER='sshd' >STRIP_OPT='-s' >TEST_MINUS_S_SH='/local/gnu/bin/bash' >TEST_SHELL='sh' >XAUTH_PATH='/usr/openwin/bin/xauth' >ac_ct_CC='gcc' >ac_ct_RANLIB='ranlib' >bindir='${exec_prefix}/bin' >build='sparc-sun-solaris2.9' >build_alias='' >build_cpu='sparc' >build_os='solaris2.9' >build_vendor='sun' >datadir='${prefix}/share' >exec_prefix='${prefix}' >host='sparc-sun-solaris2.9' >host_alias='' >host_cpu='sparc' >host_os='solaris2.9' >host_vendor='sun' >includedir='${prefix}/include' >infodir='${prefix}/info' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localstatedir='${prefix}/var' >mandir='${prefix}/man' >mansubdir='man' >oldincludedir='/usr/include' >piddir='/var/run' >prefix='/usr/local' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target_alias='' >user_path='/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin' >xauth_path='/usr/openwin/bin/xauth' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >#define CONF_LASTLOG_FILE "/var/adm/lastlog" >#define DISABLE_UTMP 1 >#define DISABLE_WTMP 1 >#define ENTROPY_TIMEOUT_MSEC 200 >#define GETPGRP_VOID 1 >#define HAS_SHADOW_EXPIRE 1 >#define HAVE_ACCRIGHTS_IN_MSGHDR 1 >#define HAVE_BASENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_CLOCK 1 >#define HAVE_CLOCK_T 1 >#define HAVE_CLOSEFROM 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DECL_H_ERRNO 1 >#define HAVE_DEV_PTMX 1 >#define HAVE_DIRENT_H 1 >#define HAVE_DIRNAME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_ETC_DEFAULT_LOGIN 1 >#define HAVE_EXIT_IN_UTMP 1 >#define HAVE_FCHDIR 1 >#define HAVE_FCHMOD 1 >#define HAVE_FCHOWN 1 >#define HAVE_FLOATINGPOINT_H 1 >#define HAVE_FREEADDRINFO 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GETADDRINFO 1 >#define HAVE_GETCWD 1 >#define HAVE_GETNAMEINFO 1 >#define HAVE_GETOPT 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_GETUTENT 1 >#define HAVE_GETUTID 1 >#define HAVE_GETUTLINE 1 >#define HAVE_GETUTXENT 1 >#define HAVE_GETUTXID 1 >#define HAVE_GETUTXLINE 1 >#define HAVE_GLOB 1 >#define HAVE_GLOB_H 1 >#define HAVE_HOST_IN_UTMPX 1 >#define HAVE_ID_IN_UTMP 1 >#define HAVE_ID_IN_UTMPX 1 >#define HAVE_INET_NTOA 1 >#define HAVE_INET_NTOP 1 >#define HAVE_INNETGR 1 >#define HAVE_INT64_T 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_INTXX_T 1 >#define HAVE_IN_ADDR_T 1 >#define HAVE_LASTLOG_H 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_LIBNSL 1 >#define HAVE_LIBSOCKET 1 >#define HAVE_LIBZ 1 >#define HAVE_LIMITS_H 1 >#define HAVE_MAILLOCK_H 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MEMORY_H 1 >#define HAVE_MMAP 1 >#define HAVE_MODE_T 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_OPENSSL 1 >#define HAVE_PID_IN_UTMP 1 >#define HAVE_PID_T 1 >#define HAVE_PROC_PID 1 >#define HAVE_PUTUTLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_REALPATH 1 >#define HAVE_RECVMSG 1 >#define HAVE_RPC_TYPES_H 1 >#define HAVE_RRESVPORT_AF 1 >#define HAVE_SA_FAMILY_T 1 >#define HAVE_SECURITY_PAM_APPL_H 1 >#define HAVE_SENDMSG 1 >#define HAVE_SETEGID 1 >#define HAVE_SETEUID 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETREGID 1 >#define HAVE_SETREUID 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_SETSID 1 >#define HAVE_SETUTENT 1 >#define HAVE_SETUTXENT 1 >#define HAVE_SETVBUF 1 >#define HAVE_SHADOW_H 1 >#define HAVE_SIGACTION 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_SIZE_T 1 >#define HAVE_SNPRINTF 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_SSIZE_T 1 >#define HAVE_SS_FAMILY_IN_SS 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRERROR 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRLCAT 1 >#define HAVE_STRLCPY 1 >#define HAVE_STRTOUL 1 >#define HAVE_STRUCT_ADDRINFO 1 >#define HAVE_STRUCT_IN6_ADDR 1 >#define HAVE_STRUCT_SOCKADDR_IN6 1 >#define HAVE_STRUCT_SOCKADDR_STORAGE 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define HAVE_STRUCT_TIMESPEC 1 >#define HAVE_STRUCT_TIMEVAL 1 >#define HAVE_SYSCONF 1 >#define HAVE_SYSLEN_IN_UTMPX 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_SYS_ERRLIST 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_NERR 1 >#define HAVE_SYS_PTMS_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STREAM_H 1 >#define HAVE_SYS_STROPTS_H 1 >#define HAVE_SYS_SYSMACROS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_TIME 1 >#define HAVE_TIME_H 1 >#define HAVE_TIME_IN_UTMP 1 >#define HAVE_TIME_IN_UTMPX 1 >#define HAVE_TRUNCATE 1 >#define HAVE_TV_IN_UTMPX 1 >#define HAVE_TYPE_IN_UTMP 1 >#define HAVE_TYPE_IN_UTMPX 1 >#define HAVE_UINTXX_T 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UPDWTMP 1 >#define HAVE_UPDWTMPX 1 >#define HAVE_UTIMES 1 >#define HAVE_UTIME_H 1 >#define HAVE_UTMPNAME 1 >#define HAVE_UTMPXNAME 1 >#define HAVE_UTMPX_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_U_CHAR 1 >#define HAVE_U_INT 1 >#define HAVE_VHANGUP 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define HAVE__GETLONG 1 >#define HAVE__GETSHORT 1 >#define HAVE___FUNCTION__ 1 >#define HAVE___func__ 1 >#define LOCKED_PASSWD_STRING "*LK*" >#define LOGIN_NEEDS_TERM 1 >#define LOGIN_NEEDS_UTMPX 1 >#define LOGIN_PROGRAM_FALLBACK "/bin/login" >#define OPENSSL_PRNG_ONLY 1 >#define PACKAGE_BUGREPORT "" >#define PACKAGE_NAME "OpenSSH" >#define PACKAGE_STRING "OpenSSH Portable" >#define PACKAGE_TARNAME "openssh" >#define PACKAGE_VERSION "Portable" >#define PAM_SUN_CODEBASE 1 >#define PAM_TTY_KLUDGE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_INT 4 >#define SIZEOF_LONG_LONG_INT 8 >#define SIZEOF_SHORT_INT 2 >#define SSHD_ACQUIRES_CTTY 1 >#define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >#define SSH_PRIVSEP_USER "sshd" >#define STDC_HEADERS 1 >#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >#define WORDS_BIGENDIAN 1 >#define XAUTH_PATH "/usr/openwin/bin/xauth" >#define _FILE_OFFSET_BITS 64 >#define _PATH_PASSWD_PROG "/local/iu/bin/passwd" >#define _PATH_SSH_PIDDIR "/var/run" > >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 1013
:
871
|
872
| 873