Bugzilla – Attachment 927 Details for
Bug 1052
Static Compile of 4.1.pl1 fails on Solaris 9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Config.log
config.log (text/plain), 436.87 KB, created by
Mark Reis
on 2005-06-04 04:59:40 AEST
(
hide
)
Description:
Config.log
Filename:
MIME Type:
Creator:
Mark Reis
Created:
2005-06-04 04:59:40 AEST
Size:
436.87 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 LD_LIBRARY_PATH=/usr/cs/lib:/usr/lib --prefix=/usr/cs/testing --with-zlib=/usr/cs/testing/lib/ --with-ssl-dir=/usr/cs/ssl --with-ldflags=-static -lnsl > >## --------- ## >## Platform. ## >## --------- ## > >hostname = viper.cs.Virginia.EDU >uname -m = sun4u >uname -r = 5.9 >uname -s = SunOS >uname -v = Generic_112233-12 > >/usr/bin/uname -p = sparc >/bin/uname -X = System = SunOS >Node = viper.cs.Virginia.EDU >Release = 5.9 >KernelID = Generic_112233-12 >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 = sol9.sun4 >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/dt/bin >PATH: /usr/openwin/bin >PATH: /X11.6/bin >PATH: /X11.5/bin >PATH: /usr/cs/bin >PATH: /opt/SUNWspro/bin >PATH: /usr/ccs/bin >PATH: /usr/cs/teTeX/bin >PATH: /usr/cs/bin/ICAClient >PATH: /uva/bin >PATH: /gnu/bin >PATH: /uva/mh/bin >PATH: /quadralay/bin >PATH: /usr/ucb >PATH: /usr/bin >PATH: /usr/sbin >PATH: /sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/cs/etc >PATH: /usr/etc >PATH: /etc > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1406: checking for gcc >configure:1422: found /usr/cs/bin/gcc >configure:1432: result: gcc >configure:1676: checking for C compiler version >configure:1679: gcc --version </dev/null >&5 >gcc (GCC) 3.2.2 >Copyright (C) 2002 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 /usr/cs/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.2.2/specs >Configured with: ../configure --disable-nls --with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/as >Thread model: posix >gcc version 3.2.2 >configure:1687: $? = 0 >configure:1689: gcc -V </dev/null >&5 >gcc: argument to `-V' is missing >configure:1692: $? = 1 >configure:1715: checking for C compiler default output file name >configure:1718: gcc -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:1815: $? = 0 >configure:1840: result: >configure:1846: checking for suffix of object files >configure:1867: gcc -c -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:2: 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:16: `bogus' undeclared (first use in this function) >conftest.c:16: (Each undeclared identifier is reported only once >conftest.c:16: for each function it appears in.) >conftest.c:16: 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 /usr/cs/bin/gawk >configure:2632: result: gawk >configure:2647: checking how to run the C preprocessor >configure:2682: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:2688: $? = 0 >configure:2720: gcc -E -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib conftest.c >configure:2795: $? = 0 >configure:2827: gcc -E -I/usr/cs/lib:/usr/lib 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 /usr/cs/bin/ranlib >configure:2944: result: ranlib >configure:2969: checking for a BSD-compatible install >configure:3024: result: /usr/cs/bin/ginstall -c >configure:3037: checking for ar >configure:3055: found /usr/cs/bin/ar >configure:3067: result: /usr/cs/bin/ar >configure:3076: checking for cat >configure:3094: found /usr/bin/cat >configure:3106: result: /usr/bin/cat >configure:3115: checking for kill >configure:3133: found /usr/bin/kill >configure:3145: result: /usr/bin/kill >configure:3156: checking for perl5 >configure:3174: found /usr/cs/bin/perl5 >configure:3186: result: /usr/cs/bin/perl5 >configure:3198: checking for sed >configure:3216: found /usr/ucb/sed >configure:3228: result: /usr/ucb/sed >configure:3238: checking for ent >configure:3271: result: no >configure:3278: checking for bash >configure:3296: found /usr/cs/bin/bash >configure:3308: result: /usr/cs/bin/bash >configure:3317: checking for ksh >configure:3347: result: /usr/cs/bin/bash >configure:3356: checking for sh >configure:3386: result: /usr/cs/bin/bash >configure:3395: checking for sh >configure:3413: found /usr/bin/sh >configure:3425: result: /usr/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 /usr/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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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: 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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 /usr/bin/login >configure:3964: result: /usr/bin/login >configure:3981: checking for passwd >configure:3999: found /usr/cs/bin/passwd >configure:4011: result: /usr/cs/bin/passwd >configure:4030: checking for inline >configure:4051: gcc -c -I/usr/cs/lib:/usr/lib -I/usr/cs/lib:/usr/lib 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:5727: checking for obsolete utmp and wtmp in solaris2.x >configure:5731: result: yes >configure:6491: checking compiler and flags for sanity >configure:6510: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c >&5 >conftest.c: In function `main': >conftest.c:24: warning: implicit declaration of function `exit' >configure:6513: $? = 0 >configure:6515: ./conftest >configure:6518: $? = 0 >configure:6520: result: yes >configure:6541: checking for egrep >configure:6551: result: grep -E >configure:6556: checking for ANSI C header files >configure:6581: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6587: $? = 0 >configure:6591: test -z > || test ! -s conftest.err >configure:6594: $? = 0 >configure:6597: test -s conftest.o >configure:6600: $? = 0 >configure:6686: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c >&5 >conftest.c: In function `main': >conftest.c:39: warning: implicit declaration of function `exit' >configure:6689: $? = 0 >configure:6691: ./conftest >configure:6694: $? = 0 >configure:6709: result: yes >configure:6733: checking for sys/types.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for sys/stat.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for stdlib.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for string.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for memory.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for strings.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for inttypes.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6733: checking for stdint.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:65:20: stdint.h: No such file or directory >configure:6755: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6779: result: no >configure:6733: checking for unistd.h >configure:6749: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6755: $? = 0 >configure:6759: test -z > || test ! -s conftest.err >configure:6762: $? = 0 >configure:6765: test -s conftest.o >configure:6768: $? = 0 >configure:6779: result: yes >configure:6868: checking bstring.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:65:21: bstring.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking bstring.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:31:21: bstring.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for bstring.h >configure:6991: result: no >configure:6868: checking crypt.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking crypt.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for crypt.h >configure:6991: result: yes >configure:6868: checking dirent.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking dirent.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for dirent.h >configure:6991: result: yes >configure:6868: checking endian.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:67:20: endian.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking endian.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:33:20: endian.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for endian.h >configure:6991: result: no >configure:6868: checking features.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:67:22: features.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking features.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:33:22: features.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for features.h >configure:6991: result: no >configure:6868: checking floatingpoint.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking floatingpoint.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for floatingpoint.h >configure:6991: result: yes >configure:6868: checking getopt.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:68:20: getopt.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking getopt.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:34:20: getopt.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for getopt.h >configure:6991: result: no >configure:6868: checking glob.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking glob.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for glob.h >configure:6991: result: yes >configure:6868: checking ia.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:69:16: ia.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking ia.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:35:16: ia.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for ia.h >configure:6991: result: no >configure:6868: checking lastlog.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking lastlog.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for lastlog.h >configure:6991: result: yes >configure:6868: checking limits.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking limits.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for limits.h >configure:6991: result: yes >configure:6868: checking login.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:71:19: login.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking login.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:37:19: login.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for login.h >configure:6991: result: no >configure:6868: checking login_cap.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:71:23: login_cap.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking login_cap.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:37:23: login_cap.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for login_cap.h >configure:6991: result: no >configure:6868: checking maillock.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking maillock.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for maillock.h >configure:6991: result: yes >configure:6868: checking ndir.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:72:18: ndir.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking ndir.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:38:18: ndir.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for ndir.h >configure:6991: result: no >configure:6868: checking netdb.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking netdb.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for netdb.h >configure:6991: result: yes >configure:6868: checking netgroup.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:73:22: netgroup.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking netgroup.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:39:22: netgroup.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for netgroup.h >configure:6991: result: no >configure:6868: checking netinet/in_systm.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking netinet/in_systm.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for netinet/in_systm.h >configure:6991: result: yes >configure:6868: checking pam/pam_appl.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:74:26: pam/pam_appl.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking pam/pam_appl.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:40:26: pam/pam_appl.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for pam/pam_appl.h >configure:6991: result: no >configure:6868: checking paths.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:74:19: paths.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking paths.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:40:19: paths.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for paths.h >configure:6991: result: no >configure:6868: checking pty.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:74:17: pty.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking pty.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:40:17: pty.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for pty.h >configure:6991: result: no >configure:6868: checking readpassphrase.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:74:28: readpassphrase.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking readpassphrase.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:40:28: readpassphrase.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for readpassphrase.h >configure:6991: result: no >configure:6868: checking rpc/types.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking rpc/types.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for rpc/types.h >configure:6991: result: yes >configure:6868: checking security/pam_appl.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking security/pam_appl.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for security/pam_appl.h >configure:6991: result: yes >configure:6868: checking shadow.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking shadow.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for shadow.h >configure:6991: result: yes >configure:6868: checking stddef.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking stddef.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for stddef.h >configure:6991: result: yes >configure:6859: checking for stdint.h >configure:6864: result: no >configure:6859: checking for strings.h >configure:6864: result: yes >configure:6868: checking sys/dir.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:79:21: sys/dir.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking sys/dir.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:45:21: sys/dir.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for sys/dir.h >configure:6991: result: no >configure:6868: checking sys/strtio.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:79:24: sys/strtio.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking sys/strtio.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:45:24: sys/strtio.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for sys/strtio.h >configure:6991: result: no >configure:6868: checking sys/audit.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:79:23: sys/audit.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking sys/audit.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:45:23: sys/audit.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for sys/audit.h >configure:6991: result: no >configure:6868: checking sys/bitypes.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:79:25: sys/bitypes.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking sys/bitypes.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:45:25: sys/bitypes.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for sys/bitypes.h >configure:6991: result: no >configure:6868: checking sys/bsdtty.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:79:24: sys/bsdtty.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6909: result: no >configure:6913: checking sys/bsdtty.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:45:24: sys/bsdtty.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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:6949: result: no >configure:6984: checking for sys/bsdtty.h >configure:6991: result: no >configure:6868: checking sys/cdefs.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:79:23: sys/cdefs.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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/cdefs.h> >configure:6909: result: no >configure:6913: checking sys/cdefs.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:45:23: sys/cdefs.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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/cdefs.h> >configure:6949: result: no >configure:6984: checking for sys/cdefs.h >configure:6991: result: no >configure:6868: checking sys/mman.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/mman.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/mman.h >configure:6991: result: yes >configure:6868: checking sys/ndir.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:80:22: sys/ndir.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking sys/ndir.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:46:22: sys/ndir.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/ndir.h> >configure:6949: result: no >configure:6984: checking for sys/ndir.h >configure:6991: result: no >configure:6868: checking sys/prctl.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:80:23: sys/prctl.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking sys/prctl.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:46:23: sys/prctl.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/prctl.h> >configure:6949: result: no >configure:6984: checking for sys/prctl.h >configure:6991: result: no >configure:6868: checking sys/pstat.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:80:23: sys/pstat.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking sys/pstat.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:46:23: sys/pstat.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/pstat.h> >configure:6949: result: no >configure:6984: checking for sys/pstat.h >configure:6991: result: no >configure:6868: checking sys/select.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/select.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/select.h >configure:6991: result: yes >configure:6859: checking for sys/stat.h >configure:6864: result: yes >configure:6868: checking sys/stream.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/stream.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/stream.h >configure:6991: result: yes >configure:6868: checking sys/stropts.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/stropts.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/stropts.h >configure:6991: result: yes >configure:6868: checking sys/sysmacros.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/sysmacros.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/sysmacros.h >configure:6991: result: yes >configure:6868: checking sys/time.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/time.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/time.h >configure:6991: result: yes >configure:6868: checking sys/timers.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:86:24: sys/timers.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking sys/timers.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:52:24: sys/timers.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6949: result: no >configure:6984: checking for sys/timers.h >configure:6991: result: no >configure:6868: checking sys/un.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking sys/un.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for sys/un.h >configure:6991: result: yes >configure:6868: checking time.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking time.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for time.h >configure:6991: result: yes >configure:6868: checking tmpdir.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:88:20: tmpdir.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking tmpdir.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:54:20: tmpdir.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6949: result: no >configure:6984: checking for tmpdir.h >configure:6991: result: no >configure:6868: checking ttyent.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:88:20: ttyent.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking ttyent.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:54:20: ttyent.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6949: result: no >configure:6984: checking for ttyent.h >configure:6991: result: no >configure:6868: checking usersec.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:88:21: usersec.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking usersec.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:54:21: usersec.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6949: result: no >configure:6984: checking for usersec.h >configure:6991: result: no >configure:6868: checking util.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:88:18: util.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking util.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:54:18: util.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6949: result: no >configure:6984: checking for util.h >configure:6991: result: no >configure:6868: checking utime.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking utime.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for utime.h >configure:6991: result: yes >configure:6868: checking utmp.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking utmp.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for utmp.h >configure:6991: result: yes >configure:6868: checking utmpx.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:6886: $? = 0 >configure:6890: test -z > || test ! -s conftest.err >configure:6893: $? = 0 >configure:6896: test -s conftest.o >configure:6899: $? = 0 >configure:6909: result: yes >configure:6913: checking utmpx.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:6929: $? = 0 >configure:6949: result: yes >configure:6984: checking for utmpx.h >configure:6991: result: yes >configure:6868: checking vis.h usability >configure:6880: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:91:17: vis.h: No such file or directory >configure:6886: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6909: result: no >configure:6913: checking vis.h presence >configure:6923: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:57:17: vis.h: No such file or directory >configure:6929: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:6949: result: no >configure:6984: checking for vis.h >configure:6991: result: no >configure:7010: checking for sys/ptms.h >configure:7030: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:7036: $? = 0 >configure:7040: test -z > || test ! -s conftest.err >configure:7043: $? = 0 >configure:7046: test -s conftest.o >configure:7049: $? = 0 >configure:7060: result: yes >configure:7073: checking for yp_match >configure:7130: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c >&5 >Undefined first referenced > symbol in file >yp_match /var/tmp//ccALGjgA.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7136: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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:7161: result: no >configure:7167: checking for yp_match in -lnsl >configure:7197: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c -lnsl >&5 >Undefined first referenced > symbol in file >dlerror /usr/lib/libnsl.a(netdir.o) >dlsym /usr/lib/libnsl.a(netdir.o) >dlclose /usr/lib/libnsl.a(netdir.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >dlopen /usr/lib/libnsl.a(netdir.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7203: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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. */ >| >| /* 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 (); >| int >| main () >| { >| yp_match (); >| ; >| return 0; >| } >configure:7229: result: no >configure:7242: checking for setsockopt >configure:7299: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c >&5 >Undefined first referenced > symbol in file >setsockopt /var/tmp//ccAeW9Ga.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7305: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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 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:7330: result: no >configure:7336: checking for setsockopt in -lsocket >configure:7366: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c -lsocket >&5 >configure:7372: $? = 0 >configure:7376: test -z > || test ! -s conftest.err >configure:7379: $? = 0 >configure:7382: test -s conftest >configure:7385: $? = 0 >configure:7398: result: yes >configure:7416: checking for dirname >configure:7473: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c -lsocket >&5 >configure:7479: $? = 0 >configure:7483: test -z > || test ! -s conftest.err >configure:7486: $? = 0 >configure:7489: test -s conftest >configure:7492: $? = 0 >configure:7504: result: yes >configure:7524: checking libgen.h usability >configure:7536: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:7542: $? = 0 >configure:7546: test -z > || test ! -s conftest.err >configure:7549: $? = 0 >configure:7552: test -s conftest.o >configure:7555: $? = 0 >configure:7565: result: yes >configure:7569: checking libgen.h presence >configure:7579: gcc -E -I/usr/cs/lib:/usr/lib conftest.c >configure:7585: $? = 0 >configure:7605: result: yes >configure:7640: checking for libgen.h >configure:7647: result: yes >configure:7959: checking for getspnam >configure:8016: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c -lsocket >&5 >Undefined first referenced > symbol in file >_dlsym /usr/lib/libc.a(nss_deffinder.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:8022: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| /* end confdefs.h. */ >| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getspnam innocuous_getspnam >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getspnam (); 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 getspnam >| >| /* 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 getspnam (); >| /* 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_getspnam) || defined (__stub___getspnam) >| choke me >| #else >| char (*f) () = getspnam; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getspnam; >| ; >| return 0; >| } >configure:8047: result: no >configure:8052: checking for getspnam in -lgen >configure:8082: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c -lgen -lsocket >&5 >Undefined first referenced > symbol in file >_dlopen /usr/lib/libc.a(nss_deffinder.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:8088: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_LIBSOCKET 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getspnam (); >| int >| main () >| { >| getspnam (); >| ; >| return 0; >| } >configure:8114: result: no >configure:8122: checking for library containing basename >configure:8152: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/lib:/usr/lib -static -lnsl conftest.c -lsocket >&5 >configure:8158: $? = 0 >configure:8162: test -z > || test ! -s conftest.err >configure:8165: $? = 0 >configure:8168: test -s conftest >configure:8171: $? = 0 >configure:8241: result: none required >configure:8284: checking for deflate in -lz >configure:8314: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:8320: $? = 0 >configure:8324: test -z > || test ! -s conftest.err >configure:8327: $? = 0 >configure:8330: test -s conftest >configure:8333: $? = 0 >configure:8346: result: yes >configure:8442: checking zlib.h usability >configure:8454: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >configure:8460: $? = 0 >configure:8464: test -z > || test ! -s conftest.err >configure:8467: $? = 0 >configure:8470: test -s conftest.o >configure:8473: $? = 0 >configure:8483: result: yes >configure:8487: checking zlib.h presence >configure:8497: gcc -E -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >configure:8503: $? = 0 >configure:8523: result: yes >configure:8558: checking for zlib.h >configure:8565: result: yes >configure:8590: checking for possibly buggy zlib >configure:8628: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >conftest.c: In function `main': >conftest.c:71: warning: implicit declaration of function `exit' >configure:8631: $? = 0 >configure:8633: ./conftest >found zlib version 1.2.2 (1020200) >configure:8636: $? = 0 >configure:8638: result: no >configure:8673: checking for strcasecmp >configure:8730: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:8736: $? = 0 >configure:8740: test -z > || test ! -s conftest.err >configure:8743: $? = 0 >configure:8746: test -s conftest >configure:8749: $? = 0 >configure:8761: result: yes >configure:8837: checking for utimes >configure:8894: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:8900: $? = 0 >configure:8904: test -z > || test ! -s conftest.err >configure:8907: $? = 0 >configure:8910: test -s conftest >configure:8913: $? = 0 >configure:8925: result: yes >configure:9020: checking libutil.h usability >configure:9032: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c:97:21: libutil.h: No such file or directory >configure:9038: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9061: result: no >configure:9065: checking libutil.h presence >configure:9075: gcc -E -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >conftest.c:63:21: libutil.h: No such file or directory >configure:9081: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9101: result: no >configure:9136: checking for libutil.h >configure:9143: result: no >configure:9156: checking for library containing login >configure:9186: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >login /var/tmp//cc6eOMXc.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:9192: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9241: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lutil -lz -lsocket >&5 >ld: fatal: library -lutil: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:9247: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9241: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lbsd -lz -lsocket >&5 >ld: fatal: library -lbsd: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:9247: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9275: result: no >configure:9291: checking for logout >configure:9348: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >logout /var/tmp//cc8VczkJ.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:9354: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9379: result: no >configure:9291: checking for updwtmp >configure:9348: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:9354: $? = 0 >configure:9358: test -z > || test ! -s conftest.err >configure:9361: $? = 0 >configure:9364: test -s conftest >configure:9367: $? = 0 >configure:9379: result: yes >configure:9291: checking for logwtmp >configure:9348: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >logwtmp /var/tmp//ccgAjweb.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:9354: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9379: result: no >configure:9394: checking for strftime >configure:9451: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:9457: $? = 0 >configure:9461: test -z > || test ! -s conftest.err >configure:9464: $? = 0 >configure:9467: test -s conftest >configure:9470: $? = 0 >configure:9482: result: yes >configure:9568: checking for GLOB_ALTDIRFUNC support >configure:9595: result: no >configure:9604: checking for gl_matchc field in glob_t >configure:9629: result: no >configure:9637: checking whether struct dirent allocates space for d_name >configure:9663: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >conftest.c: In function `main': >conftest.c:68: warning: implicit declaration of function `exit' >configure:9666: $? = 0 >configure:9668: ./conftest >configure:9671: $? = 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:9682: result: no >configure:9693: checking for /proc/pid/fd directory >configure:9700: result: yes >configure:10615: checking for arc4random >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >arc4random /var/tmp//ccE07T6c.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for __b64_ntop >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >__b64_ntop /var/tmp//ccKss0Lp.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for b64_ntop >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >b64_ntop /var/tmp//cc6CLDFe.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for __b64_pton >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >__b64_pton /var/tmp//ccgSdYTh.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for b64_pton >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >b64_pton /var/tmp//ccDqAqGk.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for bcopy >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for bindresvport_sa >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >bindresvport_sa /var/tmp//ccqRPEk3.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for clock >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for closefrom >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for dirfd >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >dirfd /var/tmp//ccgCyDy4.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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:10703: result: no >configure:10615: checking for fchdir >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for fchmod >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for fchown >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for freeaddrinfo >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >_get_hostserv_inetnetdir_byaddr /usr/lib/libsocket.a(getservbyname_r.o) >freehostent /usr/lib/libsocket.a(getaddrinfo.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >freenetconfigent /usr/lib/libsocket.a(getservbyname_r.o) >inet_addr /usr/lib/libsocket.a(getaddrinfo.o) >__rpc_getconfip /usr/lib/libsocket.a(getservbyname_r.o) >str2servent /usr/lib/libsocket.a(getservent_r.o) >getipnodebyname /usr/lib/libsocket.a(getaddrinfo.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >inet_pton /usr/lib/libsocket.a(getaddrinfo.o) >_get_hostserv_inetnetdir_byname /usr/lib/libsocket.a(getservbyname_r.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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 >| /* end confdefs.h. */ >| /* Define freeaddrinfo to an innocuous variant, in case <limits.h> declares freeaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define freeaddrinfo innocuous_freeaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char freeaddrinfo (); 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 freeaddrinfo >| >| /* 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 freeaddrinfo (); >| /* 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_freeaddrinfo) || defined (__stub___freeaddrinfo) >| choke me >| #else >| char (*f) () = freeaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != freeaddrinfo; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for futimes >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >futimes /var/tmp//ccAbQr4p.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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 >| /* 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:10703: result: no >configure:10615: checking for getaddrinfo >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >_get_hostserv_inetnetdir_byaddr /usr/lib/libsocket.a(getservbyname_r.o) >freehostent /usr/lib/libsocket.a(getaddrinfo.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >freenetconfigent /usr/lib/libsocket.a(getservbyname_r.o) >inet_addr /usr/lib/libsocket.a(getaddrinfo.o) >__rpc_getconfip /usr/lib/libsocket.a(getservbyname_r.o) >str2servent /usr/lib/libsocket.a(getservent_r.o) >getipnodebyname /usr/lib/libsocket.a(getaddrinfo.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >inet_pton /usr/lib/libsocket.a(getaddrinfo.o) >_get_hostserv_inetnetdir_byname /usr/lib/libsocket.a(getservbyname_r.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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 >| /* end confdefs.h. */ >| /* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getaddrinfo innocuous_getaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getaddrinfo (); 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 getaddrinfo >| >| /* 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 getaddrinfo (); >| /* 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_getaddrinfo) || defined (__stub___getaddrinfo) >| choke me >| #else >| char (*f) () = getaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getaddrinfo; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for getcwd >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for getgrouplist >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >getgrouplist /var/tmp//cc8cPFID.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_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:10703: result: no >configure:10615: checking for getnameinfo >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >_get_hostserv_inetnetdir_byaddr /usr/lib/libsocket.a(getservbyname_r.o) >freehostent /usr/lib/libsocket.a(getnameinfo.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >freenetconfigent /usr/lib/libsocket.a(getservbyname_r.o) >__rpc_getconfip /usr/lib/libsocket.a(getservbyname_r.o) >str2servent /usr/lib/libsocket.a(getservent_r.o) >inet_ntop /usr/lib/libsocket.a(getnameinfo.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >getipnodebyaddr /usr/lib/libsocket.a(getnameinfo.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >_get_hostserv_inetnetdir_byname /usr/lib/libsocket.a(getservbyname_r.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| /* end confdefs.h. */ >| /* Define getnameinfo to an innocuous variant, in case <limits.h> declares getnameinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getnameinfo innocuous_getnameinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getnameinfo (); 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 getnameinfo >| >| /* 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 getnameinfo (); >| /* 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_getnameinfo) || defined (__stub___getnameinfo) >| choke me >| #else >| char (*f) () = getnameinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getnameinfo; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for getopt >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for getpeereid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >getpeereid /var/tmp//ccOIdjjC.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 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:10703: result: no >configure:10615: checking for _getpty >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >_getpty /var/tmp//ccCj0RYI.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 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:10703: result: no >configure:10615: checking for getrlimit >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for getttyent >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >getttyent /var/tmp//cc2KX8yc.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 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:10703: result: no >configure:10615: checking for glob >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for inet_aton >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >inet_aton /var/tmp//ccCQedrC.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 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:10703: result: no >configure:10615: checking for inet_ntoa >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >inet_ntoa /var/tmp//cce8dIdd.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| /* end confdefs.h. */ >| /* Define inet_ntoa to an innocuous variant, in case <limits.h> declares inet_ntoa. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define inet_ntoa innocuous_inet_ntoa >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char inet_ntoa (); 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_ntoa >| >| /* 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_ntoa (); >| /* 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_ntoa) || defined (__stub___inet_ntoa) >| choke me >| #else >| char (*f) () = inet_ntoa; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != inet_ntoa; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for inet_ntop >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >inet_ntop /var/tmp//cc6HkGr7.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| /* end confdefs.h. */ >| /* Define inet_ntop to an innocuous variant, in case <limits.h> declares inet_ntop. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define inet_ntop innocuous_inet_ntop >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char inet_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 inet_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 inet_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_inet_ntop) || defined (__stub___inet_ntop) >| choke me >| #else >| char (*f) () = inet_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != inet_ntop; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for innetgr >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >_dlopen /usr/lib/libc.a(nss_deffinder.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| /* end confdefs.h. */ >| /* Define innetgr to an innocuous variant, in case <limits.h> declares innetgr. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define innetgr innocuous_innetgr >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char innetgr (); 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 innetgr >| >| /* 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 innetgr (); >| /* 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_innetgr) || defined (__stub___innetgr) >| choke me >| #else >| char (*f) () = innetgr; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != innetgr; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for login_getcapbool >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >login_getcapbool /var/tmp//cc05CnCD.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for md5_crypt >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >md5_crypt /var/tmp//ccmWpYYR.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for memmove >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for mkdtemp >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >mkdtemp /var/tmp//ccKznAHW.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for mmap >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for ngetaddrinfo >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >ngetaddrinfo /var/tmp//cc8ZStto.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for nsleep >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >nsleep /var/tmp//ccw8eRWC.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for ogetaddrinfo >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >ogetaddrinfo /var/tmp//cccnMRkd.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for openlog_r >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >openlog_r /var/tmp//ccSnQ4YZ.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for openpty >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >openpty /var/tmp//cccJ0dJz.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for pstat >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >pstat /var/tmp//ccURjR9K.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for prctl >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >prctl /var/tmp//cc8HGWe2.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for readpassphrase >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >readpassphrase /var/tmp//cc44XtED.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 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:10703: result: no >configure:10615: checking for realpath >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for recvmsg >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for rresvport_af >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >getnetconfig /usr/lib/libsocket.a(_soutil.o) >freehostent /usr/lib/libsocket.a(rcmd.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >inet_ntop /usr/lib/libsocket.a(rcmd.o) >getipnodebyname /usr/lib/libsocket.a(rcmd.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >usingypmap /usr/lib/libsocket.a(rcmd.o) >setnetconfig /usr/lib/libsocket.a(_soutil.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >endnetconfig /usr/lib/libsocket.a(_soutil.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| /* end confdefs.h. */ >| /* Define rresvport_af to an innocuous variant, in case <limits.h> declares rresvport_af. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define rresvport_af innocuous_rresvport_af >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char rresvport_af (); 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 rresvport_af >| >| /* 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 rresvport_af (); >| /* 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_rresvport_af) || defined (__stub___rresvport_af) >| choke me >| #else >| char (*f) () = rresvport_af; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != rresvport_af; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for sendmsg >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setdtablesize >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setdtablesize /var/tmp//ccWIwea6.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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:10703: result: no >configure:10615: checking for setegid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setenv >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setenv /var/tmp//cc8K073m.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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:10703: result: no >configure:10615: checking for seteuid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setgroups >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setlogin >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setlogin /var/tmp//ccKYYZ7i.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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:10703: result: no >configure:10615: checking for setpcred >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setpcred /var/tmp//ccoZTuFF.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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:10703: result: no >configure:10615: checking for setproctitle >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setproctitle /var/tmp//cc49zcCi.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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:10703: result: no >configure:10615: checking for setregid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setreuid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setrlimit >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setsid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for setvbuf >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for sigaction >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for sigvec >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >sigvec /var/tmp//ccsOfQh0.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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:10703: result: no >configure:10615: checking for snprintf >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for socketpair >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >getnetconfig /usr/lib/libsocket.a(_soutil.o) >setnetconfig /usr/lib/libsocket.a(_soutil.o) >endnetconfig /usr/lib/libsocket.a(_soutil.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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 >| /* end confdefs.h. */ >| /* Define socketpair to an innocuous variant, in case <limits.h> declares socketpair. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define socketpair innocuous_socketpair >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char socketpair (); 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 socketpair >| >| /* 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 socketpair (); >| /* 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_socketpair) || defined (__stub___socketpair) >| choke me >| #else >| char (*f) () = socketpair; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != socketpair; >| ; >| return 0; >| } >configure:10703: result: no >configure:10615: checking for strerror >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for strlcat >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for strlcpy >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for strmode >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >strmode /var/tmp//ccK1ub0r.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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:10703: result: no >configure:10615: checking for strnvis >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >strnvis /var/tmp//ccwroX5X.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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:10703: result: no >configure:10615: checking for strtoul >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for sysconf >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for tcgetpgrp >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for truncate >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for unsetenv >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >unsetenv /var/tmp//ccihXK9c.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10678: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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:10703: result: no >configure:10615: checking for updwtmpx >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for utimes >configure:10703: result: yes >configure:10615: checking for vhangup >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for vsnprintf >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10615: checking for waitpid >configure:10672: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:10678: $? = 0 >configure:10682: test -z > || test ! -s conftest.err >configure:10685: $? = 0 >configure:10688: test -s conftest >configure:10691: $? = 0 >configure:10703: result: yes >configure:10719: checking for gai_strerror >configure:10776: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >_get_hostserv_inetnetdir_byaddr /usr/lib/libsocket.a(getservbyname_r.o) >freehostent /usr/lib/libsocket.a(getaddrinfo.o) >_dlopen /usr/lib/libc.a(nss_deffinder.o) >freenetconfigent /usr/lib/libsocket.a(getservbyname_r.o) >inet_addr /usr/lib/libsocket.a(getaddrinfo.o) >__rpc_getconfip /usr/lib/libsocket.a(getservbyname_r.o) >str2servent /usr/lib/libsocket.a(getservent_r.o) >getipnodebyname /usr/lib/libsocket.a(getaddrinfo.o) >_dlclose /usr/lib/libc.a(nss_deffinder.o) >_dlsym /usr/lib/libc.a(nss_deffinder.o) >inet_pton /usr/lib/libsocket.a(getaddrinfo.o) >_get_hostserv_inetnetdir_byname /usr/lib/libsocket.a(getservbyname_r.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10782: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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 >| /* end confdefs.h. */ >| /* Define gai_strerror to an innocuous variant, in case <limits.h> declares gai_strerror. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define gai_strerror innocuous_gai_strerror >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char gai_strerror (); 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 gai_strerror >| >| /* 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 gai_strerror (); >| /* 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_gai_strerror) || defined (__stub___gai_strerror) >| choke me >| #else >| char (*f) () = gai_strerror; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != gai_strerror; >| ; >| return 0; >| } >configure:10807: result: no >configure:10879: checking for library containing nanosleep >configure:10909: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >nanosleep /var/tmp//ccIzKXQh.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10915: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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 >| /* 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:10964: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lrt -lz -lsocket >&5 >ld: fatal: library -lrt: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10970: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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 >| /* 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:10964: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lposix4 -lz -lsocket >&5 >ld: fatal: library -lposix4: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:10970: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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 >| /* 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:10998: result: no >configure:11009: checking whether strsep is declared >configure:11033: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:142: `strsep' undeclared (first use in this function) >conftest.c:142: (Each undeclared identifier is reported only once >conftest.c:142: for each function it appears in.) >conftest.c:142: warning: unused variable `p' >configure:11039: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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 >| /* 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:11063: result: no >configure:11170: checking whether getrusage is declared >configure:11194: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:142: `getrusage' undeclared (first use in this function) >conftest.c:142: (Each undeclared identifier is reported only once >conftest.c:142: for each function it appears in.) >conftest.c:142: warning: unused variable `p' >configure:11200: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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 >| /* 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:11224: result: no >configure:11332: checking whether tcsendbreak is declared >configure:11358: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:111: warning: unused variable `p' >configure:11364: $? = 0 >configure:11368: test -z > || test ! -s conftest.err >configure:11371: $? = 0 >configure:11374: test -s conftest.o >configure:11377: $? = 0 >configure:11388: result: yes >configure:11501: checking whether h_errno is declared >configure:11526: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:111: warning: unused variable `p' >configure:11532: $? = 0 >configure:11536: test -z > || test ! -s conftest.err >configure:11539: $? = 0 >configure:11542: test -s conftest.o >configure:11545: $? = 0 >configure:11556: result: yes >configure:11579: checking for setresuid >configure:11636: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setresuid /var/tmp//ccy5tSGf.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:11642: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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:11667: result: no >configure:11730: checking for setresgid >configure:11787: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >setresgid /var/tmp//ccuyzvkN.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:11793: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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:11818: result: no >configure:11882: checking for gettimeofday >configure:11939: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:11945: $? = 0 >configure:11949: test -z > || test ! -s conftest.err >configure:11952: $? = 0 >configure:11955: test -s conftest >configure:11958: $? = 0 >configure:11970: result: yes >configure:11882: checking for time >configure:11939: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:11945: $? = 0 >configure:11949: test -z > || test ! -s conftest.err >configure:11952: $? = 0 >configure:11955: test -s conftest >configure:11958: $? = 0 >configure:11970: result: yes >configure:11989: checking for endutent >configure:12046: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12052: $? = 0 >configure:12056: test -z > || test ! -s conftest.err >configure:12059: $? = 0 >configure:12062: test -s conftest >configure:12065: $? = 0 >configure:12077: result: yes >configure:11989: checking for getutent >configure:12046: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12052: $? = 0 >configure:12056: test -z > || test ! -s conftest.err >configure:12059: $? = 0 >configure:12062: test -s conftest >configure:12065: $? = 0 >configure:12077: result: yes >configure:11989: checking for getutid >configure:12046: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12052: $? = 0 >configure:12056: test -z > || test ! -s conftest.err >configure:12059: $? = 0 >configure:12062: test -s conftest >configure:12065: $? = 0 >configure:12077: result: yes >configure:11989: checking for getutline >configure:12046: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12052: $? = 0 >configure:12056: test -z > || test ! -s conftest.err >configure:12059: $? = 0 >configure:12062: test -s conftest >configure:12065: $? = 0 >configure:12077: result: yes >configure:11989: checking for pututline >configure:12046: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12052: $? = 0 >configure:12056: test -z > || test ! -s conftest.err >configure:12059: $? = 0 >configure:12062: test -s conftest >configure:12065: $? = 0 >configure:12077: result: yes >configure:11989: checking for setutent >configure:12046: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12052: $? = 0 >configure:12056: test -z > || test ! -s conftest.err >configure:12059: $? = 0 >configure:12062: test -s conftest >configure:12065: $? = 0 >configure:12077: result: yes >configure:12091: checking for utmpname >configure:12148: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12154: $? = 0 >configure:12158: test -z > || test ! -s conftest.err >configure:12161: $? = 0 >configure:12164: test -s conftest >configure:12167: $? = 0 >configure:12179: result: yes >configure:12197: checking for endutxent >configure:12254: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12260: $? = 0 >configure:12264: test -z > || test ! -s conftest.err >configure:12267: $? = 0 >configure:12270: test -s conftest >configure:12273: $? = 0 >configure:12285: result: yes >configure:12197: checking for getutxent >configure:12254: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12260: $? = 0 >configure:12264: test -z > || test ! -s conftest.err >configure:12267: $? = 0 >configure:12270: test -s conftest >configure:12273: $? = 0 >configure:12285: result: yes >configure:12197: checking for getutxid >configure:12254: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12260: $? = 0 >configure:12264: test -z > || test ! -s conftest.err >configure:12267: $? = 0 >configure:12270: test -s conftest >configure:12273: $? = 0 >configure:12285: result: yes >configure:12197: checking for getutxline >configure:12254: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12260: $? = 0 >configure:12264: test -z > || test ! -s conftest.err >configure:12267: $? = 0 >configure:12270: test -s conftest >configure:12273: $? = 0 >configure:12285: result: yes >configure:12197: checking for pututxline >configure:12254: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12260: $? = 0 >configure:12264: test -z > || test ! -s conftest.err >configure:12267: $? = 0 >configure:12270: test -s conftest >configure:12273: $? = 0 >configure:12285: result: yes >configure:12300: checking for setutxent >configure:12357: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12363: $? = 0 >configure:12367: test -z > || test ! -s conftest.err >configure:12370: $? = 0 >configure:12373: test -s conftest >configure:12376: $? = 0 >configure:12388: result: yes >configure:12300: checking for utmpxname >configure:12357: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12363: $? = 0 >configure:12367: test -z > || test ! -s conftest.err >configure:12370: $? = 0 >configure:12373: test -s conftest >configure:12376: $? = 0 >configure:12388: result: yes >configure:12399: checking for daemon >configure:12456: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >Undefined first referenced > symbol in file >daemon /var/tmp//ccUVZAQe.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:12462: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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:12487: result: no >configure:12495: checking for daemon in -lbsd >configure:12525: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lbsd -lz -lsocket >&5 >ld: fatal: library -lbsd: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:12531: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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:12557: result: no >configure:12570: checking for getpagesize >configure:12627: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >configure:12633: $? = 0 >configure:12637: test -z > || test ! -s conftest.err >configure:12640: $? = 0 >configure:12643: test -s conftest >configure:12646: $? = 0 >configure:12658: result: yes >configure:12743: checking whether snprintf correctly terminates long strings >configure:12762: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lz -lsocket >&5 >conftest.c: In function `main': >conftest.c:125: warning: implicit declaration of function `exit' >configure:12765: $? = 0 >configure:12767: ./conftest >configure:12770: $? = 0 >configure:12772: result: yes >configure:12798: checking whether system supports SO_PEERCRED getsockopt >configure:12817: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:128: `SO_PEERCRED' undeclared (first use in this function) >conftest.c:128: (Each undeclared identifier is reported only once >conftest.c:128: for each function it appears in.) >conftest.c:128: warning: unused variable `i' >configure:12823: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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:12850: result: no >configure:13268: checking whether getpgrp requires zero arguments >configure:13290: gcc -c -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib conftest.c >&5 >conftest.c: In function `main': >conftest.c:160: too many arguments to function `getpgrp' >configure:13296: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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:13321: result: yes >configure:13849: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/cs/ssl/include -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/cs/ssl/lib -R/usr/cs/ssl/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lcrypto -lz -lsocket >&5 >Undefined first referenced > symbol in file >endnetconfig /usr/lib/libsocket.a(_soutil.o) >getnetconfig /usr/lib/libsocket.a(_soutil.o) >setnetconfig /usr/lib/libsocket.a(_soutil.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:13855: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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 >| /* 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 RAND_add (); >| int >| main () >| { >| RAND_add (); >| ; >| return 0; >| } >configure:13908: gcc -o conftest -I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl conftest.c -lcrypto -lz -lsocket >&5 >Undefined first referenced > symbol in file >endnetconfig /usr/lib/libsocket.a(_soutil.o) >getnetconfig /usr/lib/libsocket.a(_soutil.o) >setnetconfig /usr/lib/libsocket.a(_soutil.o) >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:13914: $? = 1 >configure: failed 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 "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/cs/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_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_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_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 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_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_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 >| /* 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 RAND_add (); >| int >| main () >| { >| RAND_add (); >| ; >| return 0; >| } >configure:13938: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** > >## ---------------- ## >## 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_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value=-I/usr/cs/lib:/usr/lib >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=-I/usr/cs/lib:/usr/lib >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_func___b64_ntop=no >ac_cv_func___b64_pton=no >ac_cv_func__getpty=no >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=no >ac_cv_func_futimes=no >ac_cv_func_gai_strerror=no >ac_cv_func_getaddrinfo=no >ac_cv_func_getcwd=yes >ac_cv_func_getgrouplist=no >ac_cv_func_getnameinfo=no >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=no >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=no >ac_cv_func_inet_ntop=no >ac_cv_func_innetgr=no >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=no >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=no >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_decl_getrusage=no >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_strsep=no >ac_cv_have_decl_tcsendbreak=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=no >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_gen_getspnam=no >ac_cv_lib_nsl_yp_match=no >ac_cv_lib_socket_setsockopt=yes >ac_cv_lib_z_deflate=yes >ac_cv_objext=o >ac_cv_path_AR=/usr/cs/bin/ar >ac_cv_path_CAT=/usr/bin/cat >ac_cv_path_KILL=/usr/bin/kill >ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login >ac_cv_path_PATH_GROUPADD_PROG=/usr/sbin/groupadd >ac_cv_path_PATH_PASSWD_PROG=/usr/cs/bin/passwd >ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd >ac_cv_path_PERL=/usr/cs/bin/perl5 >ac_cv_path_SED=/usr/ucb/sed >ac_cv_path_SH=/usr/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/usr/cs/bin/bash >ac_cv_path_install=$'/usr/cs/bin/ginstall -c' >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_login=no >ac_cv_search_nanosleep=no >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_large_files=no >ac_cv_sys_largefile_CC=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/cs/bin/ar' >AWK='gawk' >CAT='/usr/bin/cat' >CC='gcc' >CFLAGS='-I/usr/cs/lib:/usr/lib -Wall -Wpointer-arith -Wno-uninitialized' >CPP='gcc -E' >CPPFLAGS='-I/usr/local/ssl/include -I/usr/cs/testing/lib/ -I/usr/cs/lib:/usr/lib' >DEFS='' >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='/usr/bin/kill' >LD='gcc' >LDFLAGS='-L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/cs/testing/lib/ -R/usr/cs/testing/lib/ -static -lnsl' >LIBEDIT='' >LIBOBJS='' >LIBPAM='' >LIBS='-lcrypto -lz -lsocket ' >LIBWRAP='' >LOGIN_PROGRAM_FALLBACK='/usr/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='yes' >MANTYPE='' >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='/usr/cs/bin/passwd' >PATH_SEPARATOR=':' >PATH_USERADD_PROG='/usr/sbin/useradd' >PERL='/usr/cs/bin/perl5' >PRIVSEP_PATH='' >PROG_ARP='' >PROG_DF='' >PROG_IFCONFIG='' >PROG_IPCS='' >PROG_JSTAT='' >PROG_LAST='' >PROG_LASTLOG='' >PROG_LS='' >PROG_NETSTAT='' >PROG_PS='' >PROG_SAR='' >PROG_TAIL='' >PROG_UPTIME='' >PROG_VMSTAT='' >PROG_W='' >PROG_WHO='' >RANLIB='ranlib' >SED='/usr/ucb/sed' >SH='/usr/bin/sh' >SHELL='/bin/bash' >SSH_PRIVSEP_USER='' >STRIP_OPT='' >TEST_MINUS_S_SH='/usr/cs/bin/bash' >TEST_SHELL='sh' >XAUTH_PATH='' >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='NONE' >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='' >oldincludedir='/usr/include' >piddir='' >prefix='/usr/cs/testing' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target_alias='' >user_path='' >xauth_path='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >#define DISABLE_UTMP 1 >#define DISABLE_WTMP 1 >#define GETPGRP_VOID 1 >#define HAVE_BASENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_CLOCK 1 >#define HAVE_CLOSEFROM 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DECL_H_ERRNO 1 >#define HAVE_DIRENT_H 1 >#define HAVE_DIRNAME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_FCHDIR 1 >#define HAVE_FCHMOD 1 >#define HAVE_FCHOWN 1 >#define HAVE_FLOATINGPOINT_H 1 >#define HAVE_GETCWD 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_INTTYPES_H 1 >#define HAVE_LASTLOG_H 1 >#define HAVE_LIBGEN_H 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_NETDB_H 1 >#define HAVE_NETINET_IN_SYSTM_H 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_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_SNPRINTF 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_SYSCONF 1 >#define HAVE_SYS_MMAN_H 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_TRUNCATE 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_VHANGUP 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define LOCKED_PASSWD_STRING "*LK*" >#define LOGIN_NEEDS_TERM 1 >#define LOGIN_NEEDS_UTMPX 1 >#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >#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 SSHD_ACQUIRES_CTTY 1 >#define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >#define STDC_HEADERS 1 >#define WORDS_BIGENDIAN 1 >#define _FILE_OFFSET_BITS 64 >#define _PATH_PASSWD_PROG "/usr/cs/bin/passwd" > >configure: exit 1
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 1052
: 927