Bugzilla – Attachment 882 Details for
Bug 1017
socklen_t test in configure fails/configure stops
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fresh tar ball, fresh configure ...
config.log (text/plain), 556.53 KB, created by
Mark Lucking
on 2005-04-19 20:22:50 AEST
(
hide
)
Description:
Fresh tar ball, fresh configure ...
Filename:
MIME Type:
Creator:
Mark Lucking
Created:
2005-04-19 20:22:50 AEST
Size:
556.53 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 --with-cflags=-O -D__STR31__ --with-ssl-dir=/usr/local/ssl > >## --------- ## >## Platform. ## >## --------- ## > >hostname = gvasrcsm01 >uname -m = 0043453A4C00 >uname -r = 2 >uname -s = AIX >uname -v = 5 > >/usr/bin/uname -p = powerpc >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = 5.2.0.0 >/bin/universe = unknown > >PATH: /usr/zbin >PATH: /usr/bin >PATH: /etc >PATH: /usr/sbin >PATH: /usr/ucb >PATH: /usr/bin/X11 >PATH: /sbin >PATH: /usr/java131/jre/bin >PATH: /usr/java131/bin >PATH: /usr/local/bin >PATH: . > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1406: checking for gcc >configure:1422: found /usr/bin/gcc >configure:1432: result: gcc >configure:1676: checking for C compiler version >configure:1679: gcc --version </dev/null >&5 >gcc (GCC) 3.3.2 >Copyright (C) 2003 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 /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs >Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.2.0.0 >Thread model: aix >gcc version 3.3.2 >configure:1687: $? = 0 >configure:1689: gcc -V </dev/null >&5 >gcc: `-V' option must have argument >configure:1692: $? = 1 >configure:1715: checking for C compiler default output file name >configure:1718: gcc conftest.c >&5 >configure:1721: $? = 0 >configure:1767: result: a.out >configure:1772: checking whether the C compiler works >configure:1778: ./a.out >configure:1781: $? = 0 >configure:1798: result: yes >configure:1805: checking whether we are cross compiling >configure:1807: result: no >configure:1810: checking for suffix of executables >configure:1812: gcc -o conftest conftest.c >&5 >configure:1815: $? = 0 >configure:1840: result: >configure:1846: checking for suffix of object files >configure:1867: gcc -c conftest.c >&5 >configure:1870: $? = 0 >configure:1892: result: >configure:1896: checking whether we are using the GNU C compiler >configure:1920: gcc -c conftest.c >&5 >configure:1926: $? = 0 >configure:1930: test -z > || test ! -s conftest.err >configure:1933: $? = 0 >configure:1936: test -s conftest. >configure:1939: $? = 1 >configure: failed 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 () >| { >| #ifndef __GNUC__ >| choke me >| #endif >| >| ; >| return 0; >| } >configure:1952: result: no >configure:1958: checking whether gcc accepts -g >configure:1979: gcc -c -g conftest.c >&5 >configure:1985: $? = 0 >configure:1989: test -z > || test ! -s conftest.err >configure:1992: $? = 0 >configure:1995: test -s conftest. >configure:1998: $? = 1 >configure: failed 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 () >| { >| >| ; >| return 0; >| } >configure:2009: result: no >configure:2026: checking for gcc option to accept ANSI C >configure:2096: gcc -c conftest.c >&5 >configure:2102: $? = 0 >configure:2106: test -z > || test ! -s conftest.err >configure:2109: $? = 0 >configure:2112: test -s conftest. >configure:2115: $? = 1 >configure: failed 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 <stdarg.h> >| #include <stdio.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ >| struct buf { int x; }; >| FILE * (*rcsopen) (struct buf *, struct stat *, int); >| static char *e (p, i) >| char **p; >| int i; >| { >| return p[i]; >| } >| static char *f (char * (*g) (char **, int), char **p, ...) >| { >| char *s; >| va_list v; >| va_start (v,p); >| s = g (p, va_arg (v,int)); >| va_end (v); >| return s; >| } >| >| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has >| function prototypes and stuff, but not '\xHH' hex character constants. >| These don't provoke an error unfortunately, instead are silently treated >| as 'x'. The following induces an error, until -std1 is added to get >| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an >| array size at least. It's necessary to write '\x00'==0 to get something >| that's true only with -std1. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| int test (int i, double x); >| struct s1 {int (*f) (int a);}; >| struct s2 {int (*f) (double a);}; >| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); >| int argc; >| char **argv; >| int >| main () >| { >| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; >| ; >| return 0; >| } >configure:2096: gcc -qlanglvl=ansi -c conftest.c >&5 >gcc: unrecognized option `-qlanglvl=ansi' >configure:2102: $? = 0 >configure:2106: test -z > || test ! -s conftest.err >configure:2109: $? = 0 >configure:2112: test -s conftest. >configure:2115: $? = 1 >configure: failed 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 <stdarg.h> >| #include <stdio.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ >| struct buf { int x; }; >| FILE * (*rcsopen) (struct buf *, struct stat *, int); >| static char *e (p, i) >| char **p; >| int i; >| { >| return p[i]; >| } >| static char *f (char * (*g) (char **, int), char **p, ...) >| { >| char *s; >| va_list v; >| va_start (v,p); >| s = g (p, va_arg (v,int)); >| va_end (v); >| return s; >| } >| >| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has >| function prototypes and stuff, but not '\xHH' hex character constants. >| These don't provoke an error unfortunately, instead are silently treated >| as 'x'. The following induces an error, until -std1 is added to get >| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an >| array size at least. It's necessary to write '\x00'==0 to get something >| that's true only with -std1. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| int test (int i, double x); >| struct s1 {int (*f) (int a);}; >| struct s2 {int (*f) (double a);}; >| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); >| int argc; >| char **argv; >| int >| main () >| { >| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; >| ; >| return 0; >| } >configure:2096: gcc -std1 -c conftest.c >&5 >cc1: error: unrecognized option `-std1' >configure:2102: $? = 1 >configure: failed 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 <stdarg.h> >| #include <stdio.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ >| struct buf { int x; }; >| FILE * (*rcsopen) (struct buf *, struct stat *, int); >| static char *e (p, i) >| char **p; >| int i; >| { >| return p[i]; >| } >| static char *f (char * (*g) (char **, int), char **p, ...) >| { >| char *s; >| va_list v; >| va_start (v,p); >| s = g (p, va_arg (v,int)); >| va_end (v); >| return s; >| } >| >| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has >| function prototypes and stuff, but not '\xHH' hex character constants. >| These don't provoke an error unfortunately, instead are silently treated >| as 'x'. The following induces an error, until -std1 is added to get >| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an >| array size at least. It's necessary to write '\x00'==0 to get something >| that's true only with -std1. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| int test (int i, double x); >| struct s1 {int (*f) (int a);}; >| struct s2 {int (*f) (double a);}; >| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); >| int argc; >| char **argv; >| int >| main () >| { >| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; >| ; >| return 0; >| } >configure:2096: gcc -Ae -c conftest.c >&5 ><command line>:4:2: missing '(' after predicate >configure:2102: $? = 1 >configure: failed 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 <stdarg.h> >| #include <stdio.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ >| struct buf { int x; }; >| FILE * (*rcsopen) (struct buf *, struct stat *, int); >| static char *e (p, i) >| char **p; >| int i; >| { >| return p[i]; >| } >| static char *f (char * (*g) (char **, int), char **p, ...) >| { >| char *s; >| va_list v; >| va_start (v,p); >| s = g (p, va_arg (v,int)); >| va_end (v); >| return s; >| } >| >| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has >| function prototypes and stuff, but not '\xHH' hex character constants. >| These don't provoke an error unfortunately, instead are silently treated >| as 'x'. The following induces an error, until -std1 is added to get >| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an >| array size at least. It's necessary to write '\x00'==0 to get something >| that's true only with -std1. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| int test (int i, double x); >| struct s1 {int (*f) (int a);}; >| struct s2 {int (*f) (double a);}; >| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); >| int argc; >| char **argv; >| int >| main () >| { >| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; >| ; >| return 0; >| } >configure:2096: gcc -Aa -D_HPUX_SOURCE -c conftest.c >&5 ><command line>:4:2: missing '(' after predicate >configure:2102: $? = 1 >configure: failed 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 <stdarg.h> >| #include <stdio.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ >| struct buf { int x; }; >| FILE * (*rcsopen) (struct buf *, struct stat *, int); >| static char *e (p, i) >| char **p; >| int i; >| { >| return p[i]; >| } >| static char *f (char * (*g) (char **, int), char **p, ...) >| { >| char *s; >| va_list v; >| va_start (v,p); >| s = g (p, va_arg (v,int)); >| va_end (v); >| return s; >| } >| >| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has >| function prototypes and stuff, but not '\xHH' hex character constants. >| These don't provoke an error unfortunately, instead are silently treated >| as 'x'. The following induces an error, until -std1 is added to get >| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an >| array size at least. It's necessary to write '\x00'==0 to get something >| that's true only with -std1. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| int test (int i, double x); >| struct s1 {int (*f) (int a);}; >| struct s2 {int (*f) (double a);}; >| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); >| int argc; >| char **argv; >| int >| main () >| { >| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; >| ; >| return 0; >| } >configure:2096: gcc -Xc -D__EXTENSIONS__ -c conftest.c >&5 >gcc: unrecognized option `-Xc' >configure:2102: $? = 0 >configure:2106: test -z > || test ! -s conftest.err >configure:2109: $? = 0 >configure:2112: test -s conftest. >configure:2115: $? = 1 >configure: failed 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 <stdarg.h> >| #include <stdio.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ >| struct buf { int x; }; >| FILE * (*rcsopen) (struct buf *, struct stat *, int); >| static char *e (p, i) >| char **p; >| int i; >| { >| return p[i]; >| } >| static char *f (char * (*g) (char **, int), char **p, ...) >| { >| char *s; >| va_list v; >| va_start (v,p); >| s = g (p, va_arg (v,int)); >| va_end (v); >| return s; >| } >| >| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has >| function prototypes and stuff, but not '\xHH' hex character constants. >| These don't provoke an error unfortunately, instead are silently treated >| as 'x'. The following induces an error, until -std1 is added to get >| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an >| array size at least. It's necessary to write '\x00'==0 to get something >| that's true only with -std1. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| int test (int i, double x); >| struct s1 {int (*f) (int a);}; >| struct s2 {int (*f) (double a);}; >| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); >| int argc; >| char **argv; >| int >| main () >| { >| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; >| ; >| return 0; >| } >configure:2133: result: none needed >configure:2151: gcc -c conftest.c >&5 >conftest.c:2: error: parse error before "me" >configure:2157: $? = 1 >configure: failed program was: >| #ifndef __cplusplus >| choke me >| #endif >configure:2321: checking build system type >configure:2339: result: powerpc-ibm-aix5.2.0.0 >configure:2347: checking host system type >configure:2361: result: powerpc-ibm-aix5.2.0.0 >configure:2370: checking whether byte ordering is bigendian >configure:2397: gcc -c conftest.c >&5 >configure:2403: $? = 0 >configure:2407: test -z > || test ! -s conftest.err >configure:2410: $? = 0 >configure:2413: test -s conftest. >configure:2416: $? = 1 >configure: failed 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 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:2635: result: no >configure:2606: checking for mawk >configure:2635: result: no >configure:2606: checking for nawk >configure:2622: found /usr/bin/nawk >configure:2632: result: nawk >configure:2647: checking how to run the C preprocessor >configure:2682: gcc -E conftest.c >configure:2688: $? = 0 >configure:2720: gcc -E conftest.c >conftest.c:10:28: ac_nonexistent.h: No such file or directory >configure:2726: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2765: result: gcc -E >configure:2789: gcc -E conftest.c >configure:2795: $? = 0 >configure:2827: gcc -E conftest.c >conftest.c:10:28: ac_nonexistent.h: No such file or directory >configure:2833: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2917: checking for ranlib >configure:2933: found /usr/bin/ranlib >configure:2944: result: ranlib >configure:2969: checking for a BSD-compatible install >configure:3024: result: ./install-sh -c >configure:3037: checking for ar >configure:3055: found /usr/bin/ar >configure:3067: result: /usr/bin/ar >configure:3076: checking for cat >configure:3094: found /usr/zbin/cat >configure:3106: result: /usr/zbin/cat >configure:3115: checking for kill >configure:3133: found /usr/bin/kill >configure:3145: result: /usr/bin/kill >configure:3156: checking for perl5 >configure:3189: result: no >configure:3156: checking for perl >configure:3174: found /usr/bin/perl >configure:3186: result: /usr/bin/perl >configure:3198: checking for sed >configure:3216: found /usr/bin/sed >configure:3228: result: /usr/bin/sed >configure:3238: checking for ent >configure:3271: result: no >configure:3278: checking for bash >configure:3311: result: no >configure:3317: checking for ksh >configure:3335: found /usr/bin/ksh >configure:3347: result: /usr/bin/ksh >configure:3356: checking for sh >configure:3386: result: /usr/bin/ksh >configure:3395: checking for sh >configure:3413: found /usr/bin/sh >configure:3425: result: /usr/bin/sh >configure:3437: checking for groupadd >configure:3468: result: groupadd >configure:3477: checking for useradd >configure:3495: found /usr/sbin/useradd >configure:3508: result: /usr/sbin/useradd >configure:3517: checking for pkgmk >configure:3544: result: no >configure:3560: checking for special C compiler options needed for large files >configure:3595: gcc -c conftest.c >&5 >conftest.c:16: warning: left shift count >= width of type >conftest.c:16: warning: left shift count >= width of type >conftest.c:18: error: size of array `off_t_is_large' is negative >configure:3601: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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:3625: gcc -n32 -c conftest.c >&5 >gcc: unrecognized option `-n32' >conftest.c:16: warning: left shift count >= width of type >conftest.c:16: warning: left shift count >= width of type >conftest.c:18: error: size of array `off_t_is_large' is negative >configure:3631: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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:3659: result: no >configure:3665: checking for _FILE_OFFSET_BITS value needed for large files >configure:3696: gcc -c conftest.c >&5 >conftest.c:16: warning: left shift count >= width of type >conftest.c:16: warning: left shift count >= width of type >conftest.c:18: error: size of array `off_t_is_large' is negative >configure:3702: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3749: gcc -c conftest.c >&5 >conftest.c:17: warning: left shift count >= width of type >conftest.c:17: warning: left shift count >= width of type >conftest.c:19: error: size of array `off_t_is_large' is negative >configure:3755: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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. */ >| #define _FILE_OFFSET_BITS 64 >| #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:3780: result: no >configure:3790: checking for _LARGE_FILES value needed for large files >configure:3821: gcc -c conftest.c >&5 >conftest.c:16: warning: left shift count >= width of type >conftest.c:16: warning: left shift count >= width of type >conftest.c:18: error: size of array `off_t_is_large' is negative >configure:3827: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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:3874: gcc -c conftest.c >&5 >configure:3880: $? = 0 >configure:3884: test -z > || test ! -s conftest.err >configure:3887: $? = 0 >configure:3890: test -s conftest. >configure:3893: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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. */ >| #define _LARGE_FILES 1 >| #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: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/bin/passwd >configure:4011: result: /usr/bin/passwd >configure:4030: checking for inline >configure:4051: gcc -c conftest.c >&5 >configure:4057: $? = 0 >configure:4061: test -z > || test ! -s conftest.err >configure:4064: $? = 0 >configure:4067: test -s conftest. >configure:4070: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| /* end confdefs.h. */ >| #ifndef __cplusplus >| typedef int foo_t; >| static inline foo_t static_foo () {return 0; } >| inline foo_t foo () {return 0; } >| #endif >| >configure:4051: gcc -c conftest.c >&5 >configure:4057: $? = 0 >configure:4061: test -z > || test ! -s conftest.err >configure:4064: $? = 0 >configure:4067: test -s conftest. >configure:4070: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| /* end confdefs.h. */ >| #ifndef __cplusplus >| typedef int foo_t; >| static __inline__ foo_t static_foo () {return 0; } >| __inline__ foo_t foo () {return 0; } >| #endif >| >configure:4051: gcc -c conftest.c >&5 >configure:4057: $? = 0 >configure:4061: test -z > || test ! -s conftest.err >configure:4064: $? = 0 >configure:4067: test -s conftest. >configure:4070: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| /* end confdefs.h. */ >| #ifndef __cplusplus >| typedef int foo_t; >| static __inline foo_t static_foo () {return 0; } >| __inline foo_t foo () {return 0; } >| #endif >| >configure:4082: result: no >configure:4123: checking how to specify blibpath for linker (gcc) >configure:4148: gcc -o conftest -blibpath:/usr/lib:/lib conftest.c >&5 >gcc: `-b' must come at the start of the command line >configure:4154: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:4148: gcc -o conftest -Wl,-blibpath:/usr/lib:/lib conftest.c >&5 >configure:4154: $? = 0 >configure:4158: test -z > || test ! -s conftest.err >configure:4161: $? = 0 >configure:4164: test -s conftest >configure:4167: $? = 0 >configure:4186: result: -Wl,-blibpath: >configure:4190: checking for authenticate >configure:4247: gcc -o conftest conftest.c >&5 >configure:4253: $? = 0 >configure:4257: test -z > || test ! -s conftest.err >configure:4260: $? = 0 >configure:4263: test -s conftest >configure:4266: $? = 0 >configure:4278: result: yes >configure:4362: checking whether authenticate is declared >configure:4387: gcc -c conftest.c >&5 >configure:4393: $? = 0 >configure:4397: test -z > || test ! -s conftest.err >configure:4400: $? = 0 >configure:4403: test -s conftest. >configure:4406: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| /* end confdefs.h. */ >| #include <usersec.h> >| >| int >| main () >| { >| #ifndef authenticate >| char *p = (char *) authenticate; >| #endif >| >| ; >| return 0; >| } >configure:4417: result: no >configure:4433: checking whether loginrestrictions is declared >configure:4458: gcc -c conftest.c >&5 >configure:4464: $? = 0 >configure:4468: test -z > || test ! -s conftest.err >configure:4471: $? = 0 >configure:4474: test -s conftest. >configure:4477: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| /* end confdefs.h. */ >| #include <usersec.h> >| >| int >| main () >| { >| #ifndef loginrestrictions >| char *p = (char *) loginrestrictions; >| #endif >| >| ; >| return 0; >| } >configure:4488: result: no >configure:4504: checking whether loginsuccess is declared >configure:4529: gcc -c conftest.c >&5 >configure:4535: $? = 0 >configure:4539: test -z > || test ! -s conftest.err >configure:4542: $? = 0 >configure:4545: test -s conftest. >configure:4548: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| /* end confdefs.h. */ >| #include <usersec.h> >| >| int >| main () >| { >| #ifndef loginsuccess >| char *p = (char *) loginsuccess; >| #endif >| >| ; >| return 0; >| } >configure:4559: result: no >configure:4575: checking whether passwdexpired is declared >configure:4600: gcc -c conftest.c >&5 >configure:4606: $? = 0 >configure:4610: test -z > || test ! -s conftest.err >configure:4613: $? = 0 >configure:4616: test -s conftest. >configure:4619: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| /* end confdefs.h. */ >| #include <usersec.h> >| >| int >| main () >| { >| #ifndef passwdexpired >| char *p = (char *) passwdexpired; >| #endif >| >| ; >| return 0; >| } >configure:4630: result: no >configure:4648: checking whether loginfailed is declared >configure:4674: gcc -c conftest.c >&5 >configure:4680: $? = 0 >configure:4684: test -z > || test ! -s conftest.err >configure:4687: $? = 0 >configure:4690: test -s conftest. >configure:4693: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| /* end confdefs.h. */ >| #include <usersec.h> >| >| >| int >| main () >| { >| #ifndef loginfailed >| char *p = (char *) loginfailed; >| #endif >| >| ; >| return 0; >| } >configure:4704: result: no >configure:4779: checking for setauthdb >configure:4836: gcc -o conftest conftest.c >&5 >configure:4842: $? = 0 >configure:4846: test -z > || test ! -s conftest.err >configure:4849: $? = 0 >configure:4852: test -s conftest >configure:4855: $? = 0 >configure:4867: result: yes >configure:6406: checking compiler and flags for sanity >configure:6425: gcc -o conftest -O -D__STR31__ conftest.c >&5 >configure:6428: $? = 0 >configure:6430: ./conftest >configure:6433: $? = 0 >configure:6435: result: yes >configure:6456: checking for egrep >configure:6466: result: grep -E >configure:6471: checking for ANSI C header files >configure:6496: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6502: $? = 0 >configure:6506: test -z > || test ! -s conftest.err >configure:6509: $? = 0 >configure:6512: test -s conftest. >configure:6515: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* end confdefs.h. */ >| #include <stdlib.h> >| #include <stdarg.h> >| #include <string.h> >| #include <float.h> >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:6627: result: no >configure:6651: checking for sys/types.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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/types.h> >configure:6697: result: no >configure:6651: checking for sys/stat.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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/stat.h> >configure:6697: result: no >configure:6651: checking for stdlib.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <stdlib.h> >configure:6697: result: no >configure:6651: checking for string.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <string.h> >configure:6697: result: no >configure:6651: checking for memory.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <memory.h> >configure:6697: result: no >configure:6651: checking for strings.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <strings.h> >configure:6697: result: no >configure:6651: checking for inttypes.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <inttypes.h> >configure:6697: result: no >configure:6651: checking for stdint.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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:6697: result: no >configure:6651: checking for unistd.h >configure:6667: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6673: $? = 0 >configure:6677: test -z > || test ! -s conftest.err >configure:6680: $? = 0 >configure:6683: test -s conftest. >configure:6686: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <unistd.h> >configure:6697: result: no >configure:6786: checking bstring.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:63:21: bstring.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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:6827: result: no >configure:6831: checking bstring.h presence >configure:6841: gcc -E conftest.c >conftest.c:29:21: bstring.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* end confdefs.h. */ >| #include <bstring.h> >configure:6867: result: no >configure:6902: checking for bstring.h >configure:6909: result: no >configure:6786: checking crypt.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| /* 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 <crypt.h> >configure:6827: result: no >configure:6831: checking crypt.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: crypt.h: present but cannot be compiled >configure:6882: WARNING: crypt.h: check for missing prerequisite headers? >configure:6884: WARNING: crypt.h: see the Autoconf documentation >configure:6886: WARNING: crypt.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: crypt.h: proceeding with the preprocessor's result >configure:6890: WARNING: crypt.h: in the future, the compiler will take precedence >configure:6902: checking for crypt.h >configure:6909: result: yes >configure:6786: checking dirent.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_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 <dirent.h> >configure:6827: result: no >configure:6831: checking dirent.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: dirent.h: present but cannot be compiled >configure:6882: WARNING: dirent.h: check for missing prerequisite headers? >configure:6884: WARNING: dirent.h: see the Autoconf documentation >configure:6886: WARNING: dirent.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: dirent.h: proceeding with the preprocessor's result >configure:6890: WARNING: dirent.h: in the future, the compiler will take precedence >configure:6902: checking for dirent.h >configure:6909: result: yes >configure:6786: checking endian.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:65:20: endian.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #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:6827: result: no >configure:6831: checking endian.h presence >configure:6841: gcc -E conftest.c >conftest.c:31:20: endian.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <endian.h> >configure:6867: result: no >configure:6902: checking for endian.h >configure:6909: result: no >configure:6786: checking features.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:65:22: features.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #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:6827: result: no >configure:6831: checking features.h presence >configure:6841: gcc -E conftest.c >conftest.c:31:22: features.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <features.h> >configure:6867: result: no >configure:6902: checking for features.h >configure:6909: result: no >configure:6786: checking floatingpoint.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:65:27: floatingpoint.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #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 <floatingpoint.h> >configure:6827: result: no >configure:6831: checking floatingpoint.h presence >configure:6841: gcc -E conftest.c >conftest.c:31:27: floatingpoint.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <floatingpoint.h> >configure:6867: result: no >configure:6902: checking for floatingpoint.h >configure:6909: result: no >configure:6786: checking getopt.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:65:20: getopt.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #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 <getopt.h> >configure:6827: result: no >configure:6831: checking getopt.h presence >configure:6841: gcc -E conftest.c >conftest.c:31:20: getopt.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <getopt.h> >configure:6867: result: no >configure:6902: checking for getopt.h >configure:6909: result: no >configure:6786: checking glob.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #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 <glob.h> >configure:6827: result: no >configure:6831: checking glob.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: glob.h: present but cannot be compiled >configure:6882: WARNING: glob.h: check for missing prerequisite headers? >configure:6884: WARNING: glob.h: see the Autoconf documentation >configure:6886: WARNING: glob.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: glob.h: proceeding with the preprocessor's result >configure:6890: WARNING: glob.h: in the future, the compiler will take precedence >configure:6902: checking for glob.h >configure:6909: result: yes >configure:6786: checking ia.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:66:16: ia.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_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:6827: result: no >configure:6831: checking ia.h presence >configure:6841: gcc -E conftest.c >conftest.c:32:16: ia.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:6867: result: no >configure:6902: checking for ia.h >configure:6909: result: no >configure:6786: checking lastlog.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:66:21: lastlog.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_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 <lastlog.h> >configure:6827: result: no >configure:6831: checking lastlog.h presence >configure:6841: gcc -E conftest.c >conftest.c:32:21: lastlog.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <lastlog.h> >configure:6867: result: no >configure:6902: checking for lastlog.h >configure:6909: result: no >configure:6786: checking limits.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_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 <limits.h> >configure:6827: result: no >configure:6831: checking limits.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: limits.h: present but cannot be compiled >configure:6882: WARNING: limits.h: check for missing prerequisite headers? >configure:6884: WARNING: limits.h: see the Autoconf documentation >configure:6886: WARNING: limits.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: limits.h: proceeding with the preprocessor's result >configure:6890: WARNING: limits.h: in the future, the compiler will take precedence >configure:6902: checking for limits.h >configure:6909: result: yes >configure:6786: checking login.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login.h> >configure:6827: result: no >configure:6831: checking login.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: login.h: present but cannot be compiled >configure:6882: WARNING: login.h: check for missing prerequisite headers? >configure:6884: WARNING: login.h: see the Autoconf documentation >configure:6886: WARNING: login.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: login.h: proceeding with the preprocessor's result >configure:6890: WARNING: login.h: in the future, the compiler will take precedence >configure:6902: checking for login.h >configure:6909: result: yes >configure:6786: checking login_cap.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:68:23: login_cap.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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:6827: result: no >configure:6831: checking login_cap.h presence >configure:6841: gcc -E conftest.c >conftest.c:34:23: login_cap.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <login_cap.h> >configure:6867: result: no >configure:6902: checking for login_cap.h >configure:6909: result: no >configure:6786: checking maillock.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:68:22: maillock.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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 <maillock.h> >configure:6827: result: no >configure:6831: checking maillock.h presence >configure:6841: gcc -E conftest.c >conftest.c:34:22: maillock.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <maillock.h> >configure:6867: result: no >configure:6902: checking for maillock.h >configure:6909: result: no >configure:6786: checking ndir.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:68:18: ndir.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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:6827: result: no >configure:6831: checking ndir.h presence >configure:6841: gcc -E conftest.c >conftest.c:34:18: ndir.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:6867: result: no >configure:6902: checking for ndir.h >configure:6909: result: no >configure:6786: checking netdb.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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 <netdb.h> >configure:6827: result: no >configure:6831: checking netdb.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: netdb.h: present but cannot be compiled >configure:6882: WARNING: netdb.h: check for missing prerequisite headers? >configure:6884: WARNING: netdb.h: see the Autoconf documentation >configure:6886: WARNING: netdb.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: netdb.h: proceeding with the preprocessor's result >configure:6890: WARNING: netdb.h: in the future, the compiler will take precedence >configure:6902: checking for netdb.h >configure:6909: result: yes >configure:6786: checking netgroup.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:69:22: netgroup.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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:6827: result: no >configure:6831: checking netgroup.h presence >configure:6841: gcc -E conftest.c >conftest.c:35:22: netgroup.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:6867: result: no >configure:6902: checking for netgroup.h >configure:6909: result: no >configure:6786: checking netinet/in_systm.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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 <netinet/in_systm.h> >configure:6827: result: no >configure:6831: checking netinet/in_systm.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: netinet/in_systm.h: present but cannot be compiled >configure:6882: WARNING: netinet/in_systm.h: check for missing prerequisite headers? >configure:6884: WARNING: netinet/in_systm.h: see the Autoconf documentation >configure:6886: WARNING: netinet/in_systm.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result >configure:6890: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence >configure:6902: checking for netinet/in_systm.h >configure:6909: result: yes >configure:6786: checking pam/pam_appl.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:70:26: pam/pam_appl.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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:6827: result: no >configure:6831: checking pam/pam_appl.h presence >configure:6841: gcc -E conftest.c >conftest.c:36:26: pam/pam_appl.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:6867: result: no >configure:6902: checking for pam/pam_appl.h >configure:6909: result: no >configure:6786: checking paths.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_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:6827: result: no >configure:6831: checking paths.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: paths.h: present but cannot be compiled >configure:6882: WARNING: paths.h: check for missing prerequisite headers? >configure:6884: WARNING: paths.h: see the Autoconf documentation >configure:6886: WARNING: paths.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: paths.h: proceeding with the preprocessor's result >configure:6890: WARNING: paths.h: in the future, the compiler will take precedence >configure:6902: checking for paths.h >configure:6909: result: yes >configure:6786: checking pty.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:71:17: pty.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_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:6827: result: no >configure:6831: checking pty.h presence >configure:6841: gcc -E conftest.c >conftest.c:37:17: pty.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| /* end confdefs.h. */ >| #include <pty.h> >configure:6867: result: no >configure:6902: checking for pty.h >configure:6909: result: no >configure:6786: checking readpassphrase.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:71:28: readpassphrase.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_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:6827: result: no >configure:6831: checking readpassphrase.h presence >configure:6841: gcc -E conftest.c >conftest.c:37:28: readpassphrase.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| /* end confdefs.h. */ >| #include <readpassphrase.h> >configure:6867: result: no >configure:6902: checking for readpassphrase.h >configure:6909: result: no >configure:6786: checking rpc/types.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_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 <rpc/types.h> >configure:6827: result: no >configure:6831: checking rpc/types.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: rpc/types.h: present but cannot be compiled >configure:6882: WARNING: rpc/types.h: check for missing prerequisite headers? >configure:6884: WARNING: rpc/types.h: see the Autoconf documentation >configure:6886: WARNING: rpc/types.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: rpc/types.h: proceeding with the preprocessor's result >configure:6890: WARNING: rpc/types.h: in the future, the compiler will take precedence >configure:6902: checking for rpc/types.h >configure:6909: result: yes >configure:6786: checking security/pam_appl.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_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 <security/pam_appl.h> >configure:6827: result: no >configure:6831: checking security/pam_appl.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: security/pam_appl.h: present but cannot be compiled >configure:6882: WARNING: security/pam_appl.h: check for missing prerequisite headers? >configure:6884: WARNING: security/pam_appl.h: see the Autoconf documentation >configure:6886: WARNING: security/pam_appl.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: security/pam_appl.h: proceeding with the preprocessor's result >configure:6890: WARNING: security/pam_appl.h: in the future, the compiler will take precedence >configure:6902: checking for security/pam_appl.h >configure:6909: result: yes >configure:6786: checking shadow.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:73:20: shadow.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <shadow.h> >configure:6827: result: no >configure:6831: checking shadow.h presence >configure:6841: gcc -E conftest.c >conftest.c:39:20: shadow.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <shadow.h> >configure:6867: result: no >configure:6902: checking for shadow.h >configure:6909: result: no >configure:6786: checking stddef.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <stddef.h> >configure:6827: result: no >configure:6831: checking stddef.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: stddef.h: present but cannot be compiled >configure:6882: WARNING: stddef.h: check for missing prerequisite headers? >configure:6884: WARNING: stddef.h: see the Autoconf documentation >configure:6886: WARNING: stddef.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: stddef.h: proceeding with the preprocessor's result >configure:6890: WARNING: stddef.h: in the future, the compiler will take precedence >configure:6902: checking for stddef.h >configure:6909: result: yes >configure:6777: checking for stdint.h >configure:6782: result: no >configure:6777: checking for strings.h >configure:6782: result: no >configure:6786: checking sys/dir.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_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:6827: result: no >configure:6831: checking sys/dir.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/dir.h: present but cannot be compiled >configure:6882: WARNING: sys/dir.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/dir.h: see the Autoconf documentation >configure:6886: WARNING: sys/dir.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/dir.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/dir.h: in the future, the compiler will take precedence >configure:6902: checking for sys/dir.h >configure:6909: result: yes >configure:6786: checking sys/strtio.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:75:24: sys/strtio.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_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:6827: result: no >configure:6831: checking sys/strtio.h presence >configure:6841: gcc -E conftest.c >conftest.c:41:24: sys/strtio.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| /* end confdefs.h. */ >| #include <sys/strtio.h> >configure:6867: result: no >configure:6902: checking for sys/strtio.h >configure:6909: result: no >configure:6786: checking sys/audit.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_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:6827: result: no >configure:6831: checking sys/audit.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/audit.h: present but cannot be compiled >configure:6882: WARNING: sys/audit.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/audit.h: see the Autoconf documentation >configure:6886: WARNING: sys/audit.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/audit.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/audit.h: in the future, the compiler will take precedence >configure:6902: checking for sys/audit.h >configure:6909: result: yes >configure:6786: checking sys/bitypes.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:76:25: sys/bitypes.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_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:6827: result: no >configure:6831: checking sys/bitypes.h presence >configure:6841: gcc -E conftest.c >conftest.c:42:25: sys/bitypes.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >configure:6867: result: no >configure:6902: checking for sys/bitypes.h >configure:6909: result: no >configure:6786: checking sys/bsdtty.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:76:24: sys/bsdtty.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_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:6827: result: no >configure:6831: checking sys/bsdtty.h presence >configure:6841: gcc -E conftest.c >conftest.c:42:24: sys/bsdtty.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <sys/bsdtty.h> >configure:6867: result: no >configure:6902: checking for sys/bsdtty.h >configure:6909: result: no >configure:6786: checking sys/cdefs.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_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:6827: result: no >configure:6831: checking sys/cdefs.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/cdefs.h: present but cannot be compiled >configure:6882: WARNING: sys/cdefs.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/cdefs.h: see the Autoconf documentation >configure:6886: WARNING: sys/cdefs.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/cdefs.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/cdefs.h: in the future, the compiler will take precedence >configure:6902: checking for sys/cdefs.h >configure:6909: result: yes >configure:6786: checking sys/mman.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_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/mman.h> >configure:6827: result: no >configure:6831: checking sys/mman.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/mman.h: present but cannot be compiled >configure:6882: WARNING: sys/mman.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/mman.h: see the Autoconf documentation >configure:6886: WARNING: sys/mman.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/mman.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/mman.h: in the future, the compiler will take precedence >configure:6902: checking for sys/mman.h >configure:6909: result: yes >configure:6786: checking sys/ndir.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:78:22: sys/ndir.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:6827: result: no >configure:6831: checking sys/ndir.h presence >configure:6841: gcc -E conftest.c >conftest.c:44:22: sys/ndir.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/ndir.h> >configure:6867: result: no >configure:6902: checking for sys/ndir.h >configure:6909: result: no >configure:6786: checking sys/prctl.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:78:23: sys/prctl.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/prctl.h> >configure:6827: result: no >configure:6831: checking sys/prctl.h presence >configure:6841: gcc -E conftest.c >conftest.c:44:23: sys/prctl.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/prctl.h> >configure:6867: result: no >configure:6902: checking for sys/prctl.h >configure:6909: result: no >configure:6786: checking sys/pstat.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:78:23: sys/pstat.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:6827: result: no >configure:6831: checking sys/pstat.h presence >configure:6841: gcc -E conftest.c >conftest.c:44:23: sys/pstat.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/pstat.h> >configure:6867: result: no >configure:6902: checking for sys/pstat.h >configure:6909: result: no >configure:6786: checking sys/select.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/select.h> >configure:6827: result: no >configure:6831: checking sys/select.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/select.h: present but cannot be compiled >configure:6882: WARNING: sys/select.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/select.h: see the Autoconf documentation >configure:6886: WARNING: sys/select.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/select.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/select.h: in the future, the compiler will take precedence >configure:6902: checking for sys/select.h >configure:6909: result: yes >configure:6777: checking for sys/stat.h >configure:6782: result: no >configure:6786: checking sys/stream.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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/stream.h> >configure:6827: result: no >configure:6831: checking sys/stream.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/stream.h: present but cannot be compiled >configure:6882: WARNING: sys/stream.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/stream.h: see the Autoconf documentation >configure:6886: WARNING: sys/stream.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/stream.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/stream.h: in the future, the compiler will take precedence >configure:6902: checking for sys/stream.h >configure:6909: result: yes >configure:6786: checking sys/stropts.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STREAM_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/stropts.h> >configure:6827: result: no >configure:6831: checking sys/stropts.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/stropts.h: present but cannot be compiled >configure:6882: WARNING: sys/stropts.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/stropts.h: see the Autoconf documentation >configure:6886: WARNING: sys/stropts.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/stropts.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/stropts.h: in the future, the compiler will take precedence >configure:6902: checking for sys/stropts.h >configure:6909: result: yes >configure:6786: checking sys/sysmacros.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sysmacros.h> >configure:6827: result: no >configure:6831: checking sys/sysmacros.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/sysmacros.h: present but cannot be compiled >configure:6882: WARNING: sys/sysmacros.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/sysmacros.h: see the Autoconf documentation >configure:6886: WARNING: sys/sysmacros.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence >configure:6902: checking for sys/sysmacros.h >configure:6909: result: yes >configure:6786: checking sys/time.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_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/time.h> >configure:6827: result: no >configure:6831: checking sys/time.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/time.h: present but cannot be compiled >configure:6882: WARNING: sys/time.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/time.h: see the Autoconf documentation >configure:6886: WARNING: sys/time.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/time.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/time.h: in the future, the compiler will take precedence >configure:6902: checking for sys/time.h >configure:6909: result: yes >configure:6786: checking sys/timers.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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:6827: result: no >configure:6831: checking sys/timers.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/timers.h: present but cannot be compiled >configure:6882: WARNING: sys/timers.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/timers.h: see the Autoconf documentation >configure:6886: WARNING: sys/timers.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/timers.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/timers.h: in the future, the compiler will take precedence >configure:6902: checking for sys/timers.h >configure:6909: result: yes >configure:6786: checking sys/un.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_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/un.h> >configure:6827: result: no >configure:6831: checking sys/un.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: sys/un.h: present but cannot be compiled >configure:6882: WARNING: sys/un.h: check for missing prerequisite headers? >configure:6884: WARNING: sys/un.h: see the Autoconf documentation >configure:6886: WARNING: sys/un.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: sys/un.h: proceeding with the preprocessor's result >configure:6890: WARNING: sys/un.h: in the future, the compiler will take precedence >configure:6902: checking for sys/un.h >configure:6909: result: yes >configure:6786: checking time.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_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 <time.h> >configure:6827: result: no >configure:6831: checking time.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: time.h: present but cannot be compiled >configure:6882: WARNING: time.h: check for missing prerequisite headers? >configure:6884: WARNING: time.h: see the Autoconf documentation >configure:6886: WARNING: time.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: time.h: proceeding with the preprocessor's result >configure:6890: WARNING: time.h: in the future, the compiler will take precedence >configure:6902: checking for time.h >configure:6909: result: yes >configure:6786: checking tmpdir.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:86:20: tmpdir.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_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:6827: result: no >configure:6831: checking tmpdir.h presence >configure:6841: gcc -E conftest.c >conftest.c:52:20: tmpdir.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tmpdir.h> >configure:6867: result: no >configure:6902: checking for tmpdir.h >configure:6909: result: no >configure:6786: checking ttyent.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_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:6827: result: no >configure:6831: checking ttyent.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: ttyent.h: present but cannot be compiled >configure:6882: WARNING: ttyent.h: check for missing prerequisite headers? >configure:6884: WARNING: ttyent.h: see the Autoconf documentation >configure:6886: WARNING: ttyent.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: ttyent.h: proceeding with the preprocessor's result >configure:6890: WARNING: ttyent.h: in the future, the compiler will take precedence >configure:6902: checking for ttyent.h >configure:6909: result: yes >configure:6786: checking usersec.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_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:6827: result: no >configure:6831: checking usersec.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: usersec.h: present but cannot be compiled >configure:6882: WARNING: usersec.h: check for missing prerequisite headers? >configure:6884: WARNING: usersec.h: see the Autoconf documentation >configure:6886: WARNING: usersec.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: usersec.h: proceeding with the preprocessor's result >configure:6890: WARNING: usersec.h: in the future, the compiler will take precedence >configure:6902: checking for usersec.h >configure:6909: result: yes >configure:6786: checking util.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:88:18: util.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_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:6827: result: no >configure:6831: checking util.h presence >configure:6841: gcc -E conftest.c >conftest.c:54:18: util.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| /* end confdefs.h. */ >| #include <util.h> >configure:6867: result: no >configure:6902: checking for util.h >configure:6909: result: no >configure:6786: checking utime.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_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 <utime.h> >configure:6827: result: no >configure:6831: checking utime.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: utime.h: present but cannot be compiled >configure:6882: WARNING: utime.h: check for missing prerequisite headers? >configure:6884: WARNING: utime.h: see the Autoconf documentation >configure:6886: WARNING: utime.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: utime.h: proceeding with the preprocessor's result >configure:6890: WARNING: utime.h: in the future, the compiler will take precedence >configure:6902: checking for utime.h >configure:6909: result: yes >configure:6786: checking utmp.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_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 <utmp.h> >configure:6827: result: no >configure:6831: checking utmp.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: utmp.h: present but cannot be compiled >configure:6882: WARNING: utmp.h: check for missing prerequisite headers? >configure:6884: WARNING: utmp.h: see the Autoconf documentation >configure:6886: WARNING: utmp.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: utmp.h: proceeding with the preprocessor's result >configure:6890: WARNING: utmp.h: in the future, the compiler will take precedence >configure:6902: checking for utmp.h >configure:6909: result: yes >configure:6786: checking utmpx.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >configure:6804: $? = 0 >configure:6808: test -z > || test ! -s conftest.err >configure:6811: $? = 0 >configure:6814: test -s conftest. >configure:6817: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_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 <utmpx.h> >configure:6827: result: no >configure:6831: checking utmpx.h presence >configure:6841: gcc -E conftest.c >configure:6847: $? = 0 >configure:6867: result: yes >configure:6880: WARNING: utmpx.h: present but cannot be compiled >configure:6882: WARNING: utmpx.h: check for missing prerequisite headers? >configure:6884: WARNING: utmpx.h: see the Autoconf documentation >configure:6886: WARNING: utmpx.h: section "Present But Cannot Be Compiled" >configure:6888: WARNING: utmpx.h: proceeding with the preprocessor's result >configure:6890: WARNING: utmpx.h: in the future, the compiler will take precedence >configure:6902: checking for utmpx.h >configure:6909: result: yes >configure:6786: checking vis.h usability >configure:6798: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:91:17: vis.h: No such file or directory >configure:6804: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_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:6827: result: no >configure:6831: checking vis.h presence >configure:6841: gcc -E conftest.c >conftest.c:57:17: vis.h: No such file or directory >configure:6847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| /* end confdefs.h. */ >| #include <vis.h> >configure:6867: result: no >configure:6902: checking for vis.h >configure:6909: result: no >configure:6928: checking for sys/ptms.h >configure:6948: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:63:22: sys/ptms.h: No such file or directory >configure:6954: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_STREAM_H >| # include <sys/stream.h> >| #endif >| >| >| #include <sys/ptms.h> >configure:6978: result: no >configure:6991: checking for yp_match >configure:7048: gcc -o conftest -O -D__STR31__ conftest.c >&5 >configure:7054: $? = 0 >configure:7058: test -z > || test ! -s conftest.err >configure:7061: $? = 0 >configure:7064: test -s conftest >configure:7067: $? = 0 >configure:7079: result: yes >configure:7160: checking for setsockopt >configure:7217: gcc -o conftest -O -D__STR31__ conftest.c >&5 >configure:7223: $? = 0 >configure:7227: test -z > || test ! -s conftest.err >configure:7230: $? = 0 >configure:7233: test -s conftest >configure:7236: $? = 0 >configure:7248: result: yes >configure:7334: checking for dirname >configure:7391: gcc -o conftest -O -D__STR31__ conftest.c >&5 >configure:7397: $? = 0 >configure:7401: test -z > || test ! -s conftest.err >configure:7404: $? = 0 >configure:7407: test -s conftest >configure:7410: $? = 0 >configure:7422: result: yes >configure:7442: checking libgen.h usability >configure:7454: gcc -c -O -D__STR31__ conftest.c >&5 >configure:7460: $? = 0 >configure:7464: test -z > || test ! -s conftest.err >configure:7467: $? = 0 >configure:7470: test -s conftest. >configure:7473: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 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 <libgen.h> >configure:7483: result: no >configure:7487: checking libgen.h presence >configure:7497: gcc -E conftest.c >configure:7503: $? = 0 >configure:7523: result: yes >configure:7536: WARNING: libgen.h: present but cannot be compiled >configure:7538: WARNING: libgen.h: check for missing prerequisite headers? >configure:7540: WARNING: libgen.h: see the Autoconf documentation >configure:7542: WARNING: libgen.h: section "Present But Cannot Be Compiled" >configure:7544: WARNING: libgen.h: proceeding with the preprocessor's result >configure:7546: WARNING: libgen.h: in the future, the compiler will take precedence >configure:7558: checking for libgen.h >configure:7565: result: yes >configure:7877: checking for getspnam >configure:7934: gcc -o conftest -O -D__STR31__ conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: getspnam >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:7940: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:7965: result: no >configure:7970: checking for getspnam in -lgen >configure:8000: gcc -o conftest -O -D__STR31__ conftest.c -lgen >&5 >collect2: library libgen not found >configure:8006: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:8032: result: no >configure:8040: checking for library containing basename >configure:8070: gcc -o conftest -O -D__STR31__ conftest.c >&5 >configure:8076: $? = 0 >configure:8080: test -z > || test ! -s conftest.err >configure:8083: $? = 0 >configure:8086: test -s conftest >configure:8089: $? = 0 >configure:8159: result: none required >configure:8203: checking for deflate in -lz >configure:8233: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:8239: $? = 0 >configure:8243: test -z > || test ! -s conftest.err >configure:8246: $? = 0 >configure:8249: test -s conftest >configure:8252: $? = 0 >configure:8265: result: yes >configure:8361: checking zlib.h usability >configure:8373: gcc -c -O -D__STR31__ conftest.c >&5 >configure:8379: $? = 0 >configure:8383: test -z > || test ! -s conftest.err >configure:8386: $? = 0 >configure:8389: test -s conftest. >configure:8392: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 <zlib.h> >configure:8402: result: no >configure:8406: checking zlib.h presence >configure:8416: gcc -E conftest.c >configure:8422: $? = 0 >configure:8442: result: yes >configure:8455: WARNING: zlib.h: present but cannot be compiled >configure:8457: WARNING: zlib.h: check for missing prerequisite headers? >configure:8459: WARNING: zlib.h: see the Autoconf documentation >configure:8461: WARNING: zlib.h: section "Present But Cannot Be Compiled" >configure:8463: WARNING: zlib.h: proceeding with the preprocessor's result >configure:8465: WARNING: zlib.h: in the future, the compiler will take precedence >configure:8477: checking for zlib.h >configure:8484: result: yes >configure:8509: checking for zlib 1.1.4 or greater >configure:8537: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:8540: $? = 0 >configure:8542: ./conftest >configure:8545: $? = 0 >configure:8547: result: yes >configure:8580: checking for strcasecmp >configure:8637: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:8643: $? = 0 >configure:8647: test -z > || test ! -s conftest.err >configure:8650: $? = 0 >configure:8653: test -s conftest >configure:8656: $? = 0 >configure:8668: result: yes >configure:8744: checking for utimes >configure:8801: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:8807: $? = 0 >configure:8811: test -z > || test ! -s conftest.err >configure:8814: $? = 0 >configure:8817: test -s conftest >configure:8820: $? = 0 >configure:8832: result: yes >configure:8927: checking libutil.h usability >configure:8939: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:95:21: libutil.h: No such file or directory >configure:8945: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:8968: result: no >configure:8972: checking libutil.h presence >configure:8982: gcc -E conftest.c >conftest.c:61:21: libutil.h: No such file or directory >configure:8988: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:9008: result: no >configure:9043: checking for libutil.h >configure:9050: result: no >configure:9063: checking for library containing login >configure:9093: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .login >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9099: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:9148: gcc -o conftest -O -D__STR31__ conftest.c -lutil -lz >&5 >collect2: library libutil not found >configure:9154: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:9148: gcc -o conftest -O -D__STR31__ conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .login >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9154: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:9182: result: no >configure:9198: checking for logout >configure:9255: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: logout >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9261: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:9286: result: no >configure:9198: checking for updwtmp >configure:9255: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:9261: $? = 0 >configure:9265: test -z > || test ! -s conftest.err >configure:9268: $? = 0 >configure:9271: test -s conftest >configure:9274: $? = 0 >configure:9286: result: yes >configure:9198: checking for logwtmp >configure:9255: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: logwtmp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9261: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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:9286: result: no >configure:9301: checking for strftime >configure:9358: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:9364: $? = 0 >configure:9368: test -z > || test ! -s conftest.err >configure:9371: $? = 0 >configure:9374: test -s conftest >configure:9377: $? = 0 >configure:9389: result: yes >configure:9475: checking for GLOB_ALTDIRFUNC support >configure:9502: result: no >configure:9511: checking for gl_matchc field in glob_t >configure:9536: result: no >configure:9544: checking whether struct dirent allocates space for d_name >configure:9570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:9573: $? = 0 >configure:9575: ./conftest >configure:9578: $? = 0 >configure:9580: result: yes >configure:9600: checking for /proc/pid/fd directory >configure:9607: result: yes >configure:10513: checking for arc4random >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: arc4random >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 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:10601: result: no >configure:10513: checking for __b64_ntop >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: __b64_ntop >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 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:10601: result: no >configure:10513: checking for b64_ntop >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for __b64_pton >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: __b64_pton >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| /* end confdefs.h. */ >| /* Define __b64_pton to an innocuous variant, in case <limits.h> declares __b64_pton. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __b64_pton innocuous___b64_pton >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_pton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __b64_pton >| >| /* Override any 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:10601: result: no >configure:10513: checking for b64_pton >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for bcopy >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for bindresvport_sa >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: bindresvport_sa >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define bindresvport_sa to an innocuous variant, in case <limits.h> declares bindresvport_sa. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define bindresvport_sa innocuous_bindresvport_sa >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char bindresvport_sa (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef bindresvport_sa >| >| /* Override any 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:10601: result: no >configure:10513: checking for clock >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for closefrom >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: closefrom >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| /* end confdefs.h. */ >| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define closefrom innocuous_closefrom >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char closefrom (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef closefrom >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char closefrom (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_closefrom) || defined (__stub___closefrom) >| choke me >| #else >| char (*f) () = closefrom; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != closefrom; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for dirfd >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: dirfd >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 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:10601: result: no >configure:10513: checking for fchdir >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for fchmod >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for fchown >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for freeaddrinfo >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for futimes >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: futimes >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| /* end confdefs.h. */ >| /* Define futimes to an innocuous variant, in case <limits.h> declares futimes. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define futimes innocuous_futimes >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char futimes (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef futimes >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char futimes (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_futimes) || defined (__stub___futimes) >| choke me >| #else >| char (*f) () = futimes; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != futimes; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for getaddrinfo >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for getcwd >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for getgrouplist >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: getgrouplist >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| /* end confdefs.h. */ >| /* Define getgrouplist to an innocuous variant, in case <limits.h> declares getgrouplist. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getgrouplist innocuous_getgrouplist >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getgrouplist (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getgrouplist >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getgrouplist (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_getgrouplist) || defined (__stub___getgrouplist) >| choke me >| #else >| char (*f) () = getgrouplist; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getgrouplist; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for getnameinfo >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for getopt >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for getpeereid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for _getpty >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: _getpty >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 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:10601: result: no >configure:10513: checking for getrlimit >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for getttyent >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .odm_initialize >ld: 0711-317 ERROR: Undefined symbol: CuDv_CLASS >ld: 0711-317 ERROR: Undefined symbol: .odm_get_list >ld: 0711-317 ERROR: Undefined symbol: .odm_free_list >ld: 0711-317 ERROR: Undefined symbol: .getattr >ld: 0711-317 ERROR: Undefined symbol: .odm_terminate >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 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:10601: result: no >configure:10513: checking for glob >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for inet_aton >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for inet_ntoa >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for inet_ntop >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for innetgr >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for login_getcapbool >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: login_getcapbool >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| /* end confdefs.h. */ >| /* Define login_getcapbool to an innocuous variant, in case <limits.h> declares login_getcapbool. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define login_getcapbool innocuous_login_getcapbool >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char login_getcapbool (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef login_getcapbool >| >| /* Override any 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:10601: result: no >configure:10513: checking for md5_crypt >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: md5_crypt >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| /* end confdefs.h. */ >| /* Define md5_crypt to an innocuous variant, in case <limits.h> declares md5_crypt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define md5_crypt innocuous_md5_crypt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char md5_crypt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef md5_crypt >| >| /* Override any 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:10601: result: no >configure:10513: checking for memmove >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for mkdtemp >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: mkdtemp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| /* 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:10601: result: no >configure:10513: checking for mmap >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for ngetaddrinfo >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: ngetaddrinfo >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_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:10601: result: no >configure:10513: checking for nsleep >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for ogetaddrinfo >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: ogetaddrinfo >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 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:10601: result: no >configure:10513: checking for openlog_r >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for openpty >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: openpty >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 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:10601: result: no >configure:10513: checking for pstat >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: pstat >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 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:10601: result: no >configure:10513: checking for prctl >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: prctl >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 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:10601: result: no >configure:10513: checking for readpassphrase >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: readpassphrase >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 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:10601: result: no >configure:10513: checking for realpath >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for recvmsg >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for rresvport_af >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: rresvport_af >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 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:10601: result: no >configure:10513: checking for sendmsg >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setdtablesize >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: setdtablesize >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 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:10601: result: no >configure:10513: checking for setegid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setenv >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for seteuid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setgroups >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setlogin >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: setlogin >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| /* end confdefs.h. */ >| /* Define setlogin to an innocuous variant, in case <limits.h> declares setlogin. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setlogin innocuous_setlogin >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setlogin (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setlogin >| >| /* Override any 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:10601: result: no >configure:10513: checking for setpcred >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setproctitle >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: setproctitle >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 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:10601: result: no >configure:10513: checking for setregid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setreuid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setrlimit >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setsid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for setvbuf >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for sigaction >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for sigvec >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for snprintf >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >conftest.c:126: warning: conflicting types for built-in function `snprintf' >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for socketpair >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for strerror >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for strlcat >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: strlcat >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcat innocuous_strlcat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcat >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strlcat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strlcat) || defined (__stub___strlcat) >| choke me >| #else >| char (*f) () = strlcat; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strlcat; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for strlcpy >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: strlcpy >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcpy innocuous_strlcpy >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcpy (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcpy >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strlcpy (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strlcpy) || defined (__stub___strlcpy) >| choke me >| #else >| char (*f) () = strlcpy; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strlcpy; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for strmode >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: strmode >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strmode to an innocuous variant, in case <limits.h> declares strmode. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strmode innocuous_strmode >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strmode (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strmode >| >| /* Override any 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:10601: result: no >configure:10513: checking for strnvis >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: strnvis >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strnvis to an innocuous variant, in case <limits.h> declares strnvis. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnvis innocuous_strnvis >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnvis (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strnvis >| >| /* Override any 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:10601: result: no >configure:10513: checking for strtoul >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for sysconf >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for tcgetpgrp >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for truncate >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for unsetenv >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for updwtmpx >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: updwtmpx >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| /* Define updwtmpx to an innocuous variant, in case <limits.h> declares updwtmpx. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define updwtmpx innocuous_updwtmpx >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char updwtmpx (); 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 updwtmpx >| >| /* 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 updwtmpx (); >| /* 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_updwtmpx) || defined (__stub___updwtmpx) >| choke me >| #else >| char (*f) () = updwtmpx; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != updwtmpx; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for utimes >configure:10601: result: yes >configure:10513: checking for vhangup >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: vhangup >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10576: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| /* Define vhangup to an innocuous variant, in case <limits.h> declares vhangup. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vhangup innocuous_vhangup >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vhangup (); 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 vhangup >| >| /* 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 vhangup (); >| /* 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_vhangup) || defined (__stub___vhangup) >| choke me >| #else >| char (*f) () = vhangup; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != vhangup; >| ; >| return 0; >| } >configure:10601: result: no >configure:10513: checking for vsnprintf >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >conftest.c:135: warning: conflicting types for built-in function `vsnprintf' >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10513: checking for waitpid >configure:10570: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10576: $? = 0 >configure:10580: test -z > || test ! -s conftest.err >configure:10583: $? = 0 >configure:10586: test -s conftest >configure:10589: $? = 0 >configure:10601: result: yes >configure:10617: checking for gai_strerror >configure:10674: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10680: $? = 0 >configure:10684: test -z > || test ! -s conftest.err >configure:10687: $? = 0 >configure:10690: test -s conftest >configure:10693: $? = 0 >configure:10705: result: yes >configure:10740: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c:120: error: conflicting types for `gai_strerror' >/usr/include/netdb.h:392: error: previous declaration of `gai_strerror' >conftest.c: In function `main': >conftest.c:127: warning: assignment discards qualifiers from pointer target type >configure:10746: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <netdb.h> >| >| const char *gai_strerror(int); >| int >| main () >| { >| >| char *str; >| >| str = gai_strerror(0); >| ; >| return 0; >| } >configure:10777: checking for library containing nanosleep >configure:10807: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:10813: $? = 0 >configure:10817: test -z > || test ! -s conftest.err >configure:10820: $? = 0 >configure:10823: test -s conftest >configure:10826: $? = 0 >configure:10896: result: none required >configure:10907: checking whether strsep is declared >configure:10931: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c: In function `main': >conftest.c:154: error: `strsep' undeclared (first use in this function) >conftest.c:154: error: (Each undeclared identifier is reported only once >conftest.c:154: error: for each function it appears in.) >configure:10937: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef strsep >| char *p = (char *) strsep; >| #endif >| >| ; >| return 0; >| } >configure:10961: result: no >configure:11068: checking whether getrusage is declared >configure:11092: gcc -c -O -D__STR31__ conftest.c >&5 >conftest.c: In function `main': >conftest.c:154: error: `getrusage' undeclared (first use in this function) >conftest.c:154: error: (Each undeclared identifier is reported only once >conftest.c:154: error: for each function it appears in.) >configure:11098: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef getrusage >| char *p = (char *) getrusage; >| #endif >| >| ; >| return 0; >| } >configure:11122: result: no >configure:11230: checking whether tcsendbreak is declared >configure:11256: gcc -c -O -D__STR31__ conftest.c >&5 >configure:11262: $? = 0 >configure:11266: test -z > || test ! -s conftest.err >configure:11269: $? = 0 >configure:11272: test -s conftest. >configure:11275: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| /* end confdefs.h. */ >| #include <termios.h> >| >| >| int >| main () >| { >| #ifndef tcsendbreak >| char *p = (char *) tcsendbreak; >| #endif >| >| ; >| return 0; >| } >configure:11286: result: no >configure:11298: checking for tcsendbreak >configure:11355: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11361: $? = 0 >configure:11365: test -z > || test ! -s conftest.err >configure:11368: $? = 0 >configure:11371: test -s conftest >configure:11374: $? = 0 >configure:11386: result: yes >configure:11399: checking whether h_errno is declared >configure:11424: gcc -c -O -D__STR31__ conftest.c >&5 >configure:11430: $? = 0 >configure:11434: test -z > || test ! -s conftest.err >configure:11437: $? = 0 >configure:11440: test -s conftest. >configure:11443: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| /* end confdefs.h. */ >| #include <netdb.h> >| >| int >| main () >| { >| #ifndef h_errno >| char *p = (char *) h_errno; >| #endif >| >| ; >| return 0; >| } >configure:11454: result: no >configure:11477: checking for setresuid >configure:11534: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: setresuid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11540: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| /* 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:11565: result: no >configure:11628: checking for setresgid >configure:11685: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: setresgid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11691: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| /* 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:11716: result: no >configure:11780: checking for gettimeofday >configure:11837: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11843: $? = 0 >configure:11847: test -z > || test ! -s conftest.err >configure:11850: $? = 0 >configure:11853: test -s conftest >configure:11856: $? = 0 >configure:11868: result: yes >configure:11780: checking for time >configure:11837: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11843: $? = 0 >configure:11847: test -z > || test ! -s conftest.err >configure:11850: $? = 0 >configure:11853: test -s conftest >configure:11856: $? = 0 >configure:11868: result: yes >configure:11887: checking for endutent >configure:11944: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11950: $? = 0 >configure:11954: test -z > || test ! -s conftest.err >configure:11957: $? = 0 >configure:11960: test -s conftest >configure:11963: $? = 0 >configure:11975: result: yes >configure:11887: checking for getutent >configure:11944: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11950: $? = 0 >configure:11954: test -z > || test ! -s conftest.err >configure:11957: $? = 0 >configure:11960: test -s conftest >configure:11963: $? = 0 >configure:11975: result: yes >configure:11887: checking for getutid >configure:11944: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11950: $? = 0 >configure:11954: test -z > || test ! -s conftest.err >configure:11957: $? = 0 >configure:11960: test -s conftest >configure:11963: $? = 0 >configure:11975: result: yes >configure:11887: checking for getutline >configure:11944: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11950: $? = 0 >configure:11954: test -z > || test ! -s conftest.err >configure:11957: $? = 0 >configure:11960: test -s conftest >configure:11963: $? = 0 >configure:11975: result: yes >configure:11887: checking for pututline >configure:11944: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11950: $? = 0 >configure:11954: test -z > || test ! -s conftest.err >configure:11957: $? = 0 >configure:11960: test -s conftest >configure:11963: $? = 0 >configure:11975: result: yes >configure:11887: checking for setutent >configure:11944: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:11950: $? = 0 >configure:11954: test -z > || test ! -s conftest.err >configure:11957: $? = 0 >configure:11960: test -s conftest >configure:11963: $? = 0 >configure:11975: result: yes >configure:11989: checking for utmpname >configure:12046: gcc -o conftest -O -D__STR31__ conftest.c -lz >&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:12095: checking for endutxent >configure:12152: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12158: $? = 0 >configure:12162: test -z > || test ! -s conftest.err >configure:12165: $? = 0 >configure:12168: test -s conftest >configure:12171: $? = 0 >configure:12183: result: yes >configure:12095: checking for getutxent >configure:12152: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12158: $? = 0 >configure:12162: test -z > || test ! -s conftest.err >configure:12165: $? = 0 >configure:12168: test -s conftest >configure:12171: $? = 0 >configure:12183: result: yes >configure:12095: checking for getutxid >configure:12152: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12158: $? = 0 >configure:12162: test -z > || test ! -s conftest.err >configure:12165: $? = 0 >configure:12168: test -s conftest >configure:12171: $? = 0 >configure:12183: result: yes >configure:12095: checking for getutxline >configure:12152: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12158: $? = 0 >configure:12162: test -z > || test ! -s conftest.err >configure:12165: $? = 0 >configure:12168: test -s conftest >configure:12171: $? = 0 >configure:12183: result: yes >configure:12095: checking for pututxline >configure:12152: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12158: $? = 0 >configure:12162: test -z > || test ! -s conftest.err >configure:12165: $? = 0 >configure:12168: test -s conftest >configure:12171: $? = 0 >configure:12183: result: yes >configure:12198: checking for setutxent >configure:12255: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12261: $? = 0 >configure:12265: test -z > || test ! -s conftest.err >configure:12268: $? = 0 >configure:12271: test -s conftest >configure:12274: $? = 0 >configure:12286: result: yes >configure:12198: checking for utmpxname >configure:12255: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: utmpxname >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:12261: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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 >| /* end confdefs.h. */ >| /* Define utmpxname to an innocuous variant, in case <limits.h> declares utmpxname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define utmpxname innocuous_utmpxname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char utmpxname (); 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 utmpxname >| >| /* 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 utmpxname (); >| /* 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_utmpxname) || defined (__stub___utmpxname) >| choke me >| #else >| char (*f) () = utmpxname; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != utmpxname; >| ; >| return 0; >| } >configure:12286: result: no >configure:12297: checking for daemon >configure:12354: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: daemon >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:12360: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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 >| /* 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:12385: result: no >configure:12393: checking for daemon in -lbsd >configure:12423: gcc -o conftest -O -D__STR31__ conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .daemon >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:12429: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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 >| /* 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:12455: result: no >configure:12468: checking for getpagesize >configure:12525: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12531: $? = 0 >configure:12535: test -z > || test ! -s conftest.err >configure:12538: $? = 0 >configure:12541: test -s conftest >configure:12544: $? = 0 >configure:12556: result: yes >configure:12641: checking whether snprintf correctly terminates long strings >configure:12660: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:12663: $? = 0 >configure:12665: ./conftest >configure:12668: $? = 0 >configure:12670: result: yes >configure:13006: checking if getaddrinfo seems to work >configure:13066: gcc -o conftest -O -D__STR31__ conftest.c -lz >&5 >configure:13069: $? = 0 >configure:13071: ./conftest >configure:13074: $? = 0 >configure:13077: result: yes >configure:13158: checking whether getpgrp requires zero arguments >configure:13180: gcc -c -O -D__STR31__ conftest.c >&5 >configure:13186: $? = 0 >configure:13190: test -z > || test ! -s conftest.err >configure:13193: $? = 0 >configure:13196: test -s conftest. >configure:13199: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| /* 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:13211: result: yes >configure:13739: gcc -o conftest -O -D__STR31__ -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lz >&5 >configure:13745: $? = 0 >configure:13749: test -z > || test ! -s conftest.err >configure:13752: $? = 0 >configure:13755: test -s conftest >configure:13758: $? = 0 >configure:13843: checking OpenSSL header version >configure:13879: gcc -o conftest -O -D__STR31__ -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lz >&5 >configure:13882: $? = 0 >configure:13884: ./conftest >configure:13887: $? = 0 >configure:13891: result: 90706f (OpenSSL 0.9.7f 22 Mar 2005) >configure:13912: checking OpenSSL library version >configure:13949: gcc -o conftest -O -D__STR31__ -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lz >&5 >configure:13952: $? = 0 >configure:13954: ./conftest >configure:13957: $? = 0 >configure:13961: result: 90706f (OpenSSL 0.9.7f 22 Mar 2005) >configure:13982: checking whether OpenSSL's headers match the library >configure:14004: gcc -o conftest -O -D__STR31__ -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lz >&5 >configure:14007: $? = 0 >configure:14009: ./conftest >configure:14012: $? = 0 >configure:14015: result: yes >configure:14195: checking whether OpenSSL's PRNG is internally seeded >configure:14220: gcc -o conftest -O -D__STR31__ -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lz >&5 >configure:14223: $? = 0 >configure:14225: ./conftest >configure:14228: $? = 0 >configure:14232: result: yes >configure:14443: checking for ls >configure:14461: found /usr/bin/ls >configure:14473: result: /usr/bin/ls >configure:14488: checking for netstat >configure:14506: found /usr/bin/netstat >configure:14518: result: /usr/bin/netstat >configure:14533: checking for arp >configure:14551: found /usr/sbin/arp >configure:14563: result: /usr/sbin/arp >configure:14578: checking for ifconfig >configure:14596: found /usr/sbin/ifconfig >configure:14608: result: /usr/sbin/ifconfig >configure:14623: checking for jstat >configure:14656: result: no >configure:14668: checking for ps >configure:14686: found /usr/bin/ps >configure:14698: result: /usr/bin/ps >configure:14713: checking for sar >configure:14731: found /usr/sbin/sar >configure:14743: result: /usr/sbin/sar >configure:14758: checking for w >configure:14776: found /usr/bin/w >configure:14788: result: /usr/bin/w >configure:14803: checking for who >configure:14821: found /usr/bin/who >configure:14833: result: /usr/bin/who >configure:14848: checking for last >configure:14866: found /usr/bin/last >configure:14878: result: /usr/bin/last >configure:14893: checking for lastlog >configure:14926: result: no >configure:14938: checking for df >configure:14956: found /usr/bin/df >configure:14968: result: /usr/bin/df >configure:14983: checking for vmstat >configure:15001: found /usr/bin/vmstat >configure:15013: result: /usr/bin/vmstat >configure:15028: checking for uptime >configure:15046: found /usr/bin/uptime >configure:15058: result: /usr/bin/uptime >configure:15073: checking for ipcs >configure:15091: found /usr/bin/ipcs >configure:15103: result: /usr/bin/ipcs >configure:15118: checking for tail >configure:15136: found /usr/bin/tail >configure:15148: result: /usr/bin/tail >configure:15185: checking for char >configure:15209: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:15215: $? = 0 >configure:15219: test -z > || test ! -s conftest.err >configure:15222: $? = 0 >configure:15225: test -s conftest. >configure:15228: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| /* 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 () >| { >| if ((char *) 0) >| return 0; >| if (sizeof (char)) >| return 0; >| ; >| return 0; >| } >configure:15239: result: no >configure:15242: checking size of char >configure:15592: result: 0 >configure:15599: checking for short int >configure:15623: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:15629: $? = 0 >configure:15633: test -z > || test ! -s conftest.err >configure:15636: $? = 0 >configure:15639: test -s conftest. >configure:15642: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| /* 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 () >| { >| if ((short int *) 0) >| return 0; >| if (sizeof (short int)) >| return 0; >| ; >| return 0; >| } >configure:15653: result: no >configure:15656: checking size of short int >configure:16006: result: 0 >configure:16013: checking for int >configure:16037: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:16043: $? = 0 >configure:16047: test -z > || test ! -s conftest.err >configure:16050: $? = 0 >configure:16053: test -s conftest. >configure:16056: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| /* 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 () >| { >| if ((int *) 0) >| return 0; >| if (sizeof (int)) >| return 0; >| ; >| return 0; >| } >configure:16067: result: no >configure:16070: checking size of int >configure:16420: result: 0 >configure:16427: checking for long int >configure:16451: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:16457: $? = 0 >configure:16461: test -z > || test ! -s conftest.err >configure:16464: $? = 0 >configure:16467: test -s conftest. >configure:16470: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| /* 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 () >| { >| if ((long int *) 0) >| return 0; >| if (sizeof (long int)) >| return 0; >| ; >| return 0; >| } >configure:16481: result: no >configure:16484: checking size of long int >configure:16834: result: 0 >configure:16841: checking for long long int >configure:16865: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:16871: $? = 0 >configure:16875: test -z > || test ! -s conftest.err >configure:16878: $? = 0 >configure:16881: test -s conftest. >configure:16884: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| /* 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 () >| { >| if ((long long int *) 0) >| return 0; >| if (sizeof (long long int)) >| return 0; >| ; >| return 0; >| } >configure:16895: result: no >configure:16898: checking size of long long int >configure:17248: result: 0 >configure:17262: checking for u_int type >configure:17284: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17290: $? = 0 >configure:17294: test -z > || test ! -s conftest.err >configure:17297: $? = 0 >configure:17300: test -s conftest. >configure:17303: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int a; a = 1; >| ; >| return 0; >| } >configure:17316: result: no >configure:17326: checking for intXX_t types >configure:17348: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17354: $? = 0 >configure:17358: test -z > || test ! -s conftest.err >configure:17361: $? = 0 >configure:17364: test -s conftest. >configure:17367: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| int8_t a; int16_t b; int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17380: result: no >configure:17451: checking for int64_t type >configure:17482: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17488: $? = 0 >configure:17492: test -z > || test ! -s conftest.err >configure:17495: $? = 0 >configure:17498: test -s conftest. >configure:17501: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #include <sys/socket.h> >| #ifdef HAVE_SYS_BITYPES_H >| # include <sys/bitypes.h> >| #endif >| >| int >| main () >| { >| int64_t a; a = 1; >| ; >| return 0; >| } >configure:17514: result: no >configure:17523: checking for u_intXX_t types >configure:17545: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17551: $? = 0 >configure:17555: test -z > || test ! -s conftest.err >configure:17558: $? = 0 >configure:17561: test -s conftest. >configure:17564: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17577: result: no >configure:17588: checking for u_intXX_t types in sys/socket.h >configure:17606: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17612: $? = 0 >configure:17616: test -z > || test ! -s conftest.err >configure:17619: $? = 0 >configure:17622: test -s conftest. >configure:17625: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/socket.h> >| int >| main () >| { >| u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17639: result: no >configure:17646: checking for u_int64_t types >configure:17668: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17674: $? = 0 >configure:17678: test -z > || test ! -s conftest.err >configure:17681: $? = 0 >configure:17684: test -s conftest. >configure:17687: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int64_t a; a = 1; >| ; >| return 0; >| } >configure:17700: result: no >configure:17711: checking for u_int64_t type in sys/bitypes.h >configure:17729: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:145:26: sys/bitypes.h: No such file or directory >conftest.c: In function `main': >conftest.c:149: error: `u_int64_t' undeclared (first use in this function) >conftest.c:149: error: (Each undeclared identifier is reported only once >conftest.c:149: error: for each function it appears in.) >conftest.c:149: error: parse error before "a" >conftest.c:149: error: `a' undeclared (first use in this function) >configure:17735: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >| int >| main () >| { >| u_int64_t a; a = 1 >| ; >| return 0; >| } >configure:17762: result: no >configure:17770: checking for uintXX_t types >configure:17794: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17800: $? = 0 >configure:17804: test -z > || test ! -s conftest.err >configure:17807: $? = 0 >configure:17810: test -s conftest. >configure:17813: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| >| int >| main () >| { >| uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17826: result: no >configure:17837: checking for uintXX_t types in stdint.h >configure:17855: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17861: $? = 0 >configure:17865: test -z > || test ! -s conftest.err >configure:17868: $? = 0 >configure:17871: test -s conftest. >configure:17874: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <stdint.h> >| int >| main () >| { >| uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:17888: result: no >configure:17967: checking for u_char >configure:17991: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:17997: $? = 0 >configure:18001: test -z > || test ! -s conftest.err >configure:18004: $? = 0 >configure:18007: test -s conftest. >configure:18010: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| >| int >| main () >| { >| u_char foo; foo = 125; >| ; >| return 0; >| } >configure:18023: result: no >configure:18033: checking for socklen_t >configure:18059: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:18065: $? = 0 >configure:18069: test -z > || test ! -s conftest.err >configure:18072: $? = 0 >configure:18075: test -s conftest. >configure:18078: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| if ((socklen_t *) 0) >| return 0; >| if (sizeof (socklen_t)) >| return 0; >| ; >| return 0; >| } >configure:18089: result: no >configure:18095: checking for socklen_t equivalent >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, struct sockaddr *, int *); >| >| int >| main () >| { >| >| int len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:18136: $? = 0 >configure:18140: test -z > || test ! -s conftest.err >configure:18143: $? = 0 >configure:18146: test -s conftest. >configure:18149: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, struct sockaddr *, size_t *); >| >| int >| main () >| { >| >| size_t len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, struct sockaddr *, unsigned *); >| >| int >| main () >| { >| >| unsigned len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, struct sockaddr *, long *); >| >| int >| main () >| { >| >| long len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >configure:18136: $? = 0 >configure:18140: test -z > || test ! -s conftest.err >configure:18143: $? = 0 >configure:18146: test -s conftest. >configure:18149: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, struct sockaddr *, unsigned long *); >| >| int >| main () >| { >| >| unsigned long len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, int *); >| >| int >| main () >| { >| >| int len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, size_t *); >| >| int >| main () >| { >| >| size_t len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, unsigned *); >| >| int >| main () >| { >| >| unsigned len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, long *); >| >| int >| main () >| { >| >| long len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18130: gcc -c -O -D__STR31__ -I/usr/local/ssl/include conftest.c >&5 >conftest.c:149: error: conflicting types for `ngetpeername' >/usr/include/sys/socket.h:426: error: previous declaration of `ngetpeername' >configure:18136: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #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 LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline >| #endif >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 0 >| #define HAVE_DECL_LOGINRESTRICTIONS 0 >| #define HAVE_DECL_LOGINSUCCESS 0 >| #define HAVE_DECL_PASSWDEXPIRED 0 >| #define HAVE_DECL_LOGINFAILED 0 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_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_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 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 HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHDIR 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 0 >| #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_GETPAGESIZE 1 >| #define AIX_GETNAMEINFO_HACK >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 0 >| #define SIZEOF_SHORT_INT 0 >| #define SIZEOF_INT 0 >| #define SIZEOF_LONG_INT 0 >| #define SIZEOF_LONG_LONG_INT 0 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, unsigned long *); >| >| int >| main () >| { >| >| unsigned long len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:18165: error: Cannot find a type to use in place of socklen_t > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=powerpc-ibm-aix5.2.0.0 >ac_cv_build_alias=powerpc-ibm-aix5.2.0.0 >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=no >ac_cv_c_inline=no >ac_cv_env_CC_set='' >ac_cv_env_CC_value='' >ac_cv_env_CFLAGS_set='' >ac_cv_env_CFLAGS_value='' >ac_cv_env_CPPFLAGS_set='' >ac_cv_env_CPPFLAGS_value='' >ac_cv_env_CPP_set='' >ac_cv_env_CPP_value='' >ac_cv_env_LDFLAGS_set='' >ac_cv_env_LDFLAGS_value='' >ac_cv_env_build_alias_set='' >ac_cv_env_build_alias_value='' >ac_cv_env_host_alias_set='' >ac_cv_env_host_alias_value='' >ac_cv_env_target_alias_set='' >ac_cv_env_target_alias_value='' >ac_cv_exeext='' >ac_cv_func___b64_ntop=no >ac_cv_func___b64_pton=no >ac_cv_func__getpty=no >ac_cv_func_arc4random=no >ac_cv_func_authenticate=yes >ac_cv_func_b64_ntop=yes >ac_cv_func_b64_pton=yes >ac_cv_func_bcopy=yes >ac_cv_func_bindresvport_sa=no >ac_cv_func_clock=yes >ac_cv_func_closefrom=no >ac_cv_func_daemon=no >ac_cv_func_dirfd=no >ac_cv_func_dirname=yes >ac_cv_func_endutent=yes >ac_cv_func_endutxent=yes >ac_cv_func_fchdir=yes >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_freeaddrinfo=yes >ac_cv_func_futimes=no >ac_cv_func_gai_strerror=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getcwd=yes >ac_cv_func_getgrouplist=no >ac_cv_func_getnameinfo=yes >ac_cv_func_getopt=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpeereid=yes >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=yes >ac_cv_func_inet_ntoa=yes >ac_cv_func_inet_ntop=yes >ac_cv_func_innetgr=yes >ac_cv_func_login_getcapbool=no >ac_cv_func_logout=no >ac_cv_func_logwtmp=no >ac_cv_func_md5_crypt=no >ac_cv_func_memmove=yes >ac_cv_func_mkdtemp=no >ac_cv_func_mmap=yes >ac_cv_func_ngetaddrinfo=no >ac_cv_func_nsleep=yes >ac_cv_func_ogetaddrinfo=no >ac_cv_func_openlog_r=yes >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_setauthdb=yes >ac_cv_func_setdtablesize=no >ac_cv_func_setegid=yes >ac_cv_func_setenv=yes >ac_cv_func_seteuid=yes >ac_cv_func_setgroups=yes >ac_cv_func_setlogin=no >ac_cv_func_setpcred=yes >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=yes >ac_cv_func_setutent=yes >ac_cv_func_setutxent=yes >ac_cv_func_setvbuf=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigvec=yes >ac_cv_func_snprintf=yes >ac_cv_func_socketpair=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=no >ac_cv_func_strlcpy=no >ac_cv_func_strmode=no >ac_cv_func_strnvis=no >ac_cv_func_strtoul=yes >ac_cv_func_sysconf=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_tcsendbreak=yes >ac_cv_func_time=yes >ac_cv_func_truncate=yes >ac_cv_func_unsetenv=yes >ac_cv_func_updwtmp=yes >ac_cv_func_updwtmpx=no >ac_cv_func_utimes=yes >ac_cv_func_utmpname=yes >ac_cv_func_utmpxname=no >ac_cv_func_vhangup=no >ac_cv_func_vsnprintf=yes >ac_cv_func_waitpid=yes >ac_cv_func_yp_match=yes >ac_cv_have_decl_authenticate=no >ac_cv_have_decl_getrusage=no >ac_cv_have_decl_h_errno=no >ac_cv_have_decl_loginfailed=no >ac_cv_have_decl_loginrestrictions=no >ac_cv_have_decl_loginsuccess=no >ac_cv_have_decl_passwdexpired=no >ac_cv_have_decl_strsep=no >ac_cv_have_decl_tcsendbreak=no >ac_cv_have_int64_t=no >ac_cv_have_intxx_t=no >ac_cv_have_u_char=no >ac_cv_have_u_int=no >ac_cv_have_u_int64_t=no >ac_cv_have_u_intxx_t=no >ac_cv_have_uintxx_t=no >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=no >ac_cv_header_getopt_h=no >ac_cv_header_glob_h=yes >ac_cv_header_ia_h=no >ac_cv_header_inttypes_h=no >ac_cv_header_lastlog_h=no >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=yes >ac_cv_header_maillock_h=no >ac_cv_header_memory_h=no >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=yes >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=no >ac_cv_header_stdc=no >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=no >ac_cv_header_stdlib_h=no >ac_cv_header_string_h=no >ac_cv_header_strings_h=no >ac_cv_header_sys_audit_h=yes >ac_cv_header_sys_bitypes_h=no >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_cdefs_h=yes >ac_cv_header_sys_dir_h=yes >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=no >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_stat_h=no >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=yes >ac_cv_header_sys_types_h=no >ac_cv_header_sys_un_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tmpdir_h=no >ac_cv_header_ttyent_h=yes >ac_cv_header_unistd_h=no >ac_cv_header_usersec_h=yes >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=powerpc-ibm-aix5.2.0.0 >ac_cv_host_alias=powerpc-ibm-aix5.2.0.0 >ac_cv_lib_bsd_daemon=no >ac_cv_lib_gen_getspnam=no >ac_cv_lib_z_deflate=yes >ac_cv_path_AR=/usr/bin/ar >ac_cv_path_CAT=/usr/zbin/cat >ac_cv_path_KILL=/usr/bin/kill >ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login >ac_cv_path_PATH_GROUPADD_PROG=groupadd >ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd >ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_PROG_ARP=/usr/sbin/arp >ac_cv_path_PROG_DF=/usr/bin/df >ac_cv_path_PROG_IFCONFIG=/usr/sbin/ifconfig >ac_cv_path_PROG_IPCS=/usr/bin/ipcs >ac_cv_path_PROG_LAST=/usr/bin/last >ac_cv_path_PROG_LS=/usr/bin/ls >ac_cv_path_PROG_NETSTAT=/usr/bin/netstat >ac_cv_path_PROG_PS=/usr/bin/ps >ac_cv_path_PROG_SAR=/usr/sbin/sar >ac_cv_path_PROG_TAIL=/usr/bin/tail >ac_cv_path_PROG_UPTIME=/usr/bin/uptime >ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat >ac_cv_path_PROG_W=/usr/bin/w >ac_cv_path_PROG_WHO=/usr/bin/who >ac_cv_path_SED=/usr/bin/sed >ac_cv_path_SH=/usr/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/usr/bin/ksh >ac_cv_prog_AWK=nawk >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_cc_g=no >ac_cv_prog_cc_stdc=no >ac_cv_prog_egrep='grep -E' >ac_cv_search_basename='none required' >ac_cv_search_login=no >ac_cv_search_nanosleep='none required' >ac_cv_sizeof_char=0 >ac_cv_sizeof_int=0 >ac_cv_sizeof_long_int=0 >ac_cv_sizeof_long_long_int=0 >ac_cv_sizeof_short_int=0 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_large_files=no >ac_cv_sys_largefile_CC=no >ac_cv_type_char=no >ac_cv_type_int=no >ac_cv_type_long_int=no >ac_cv_type_long_long_int=no >ac_cv_type_short_int=no >ac_cv_type_socklen_t=no >curl_cv_socklen_t_equiv='' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/bin/ar' >AWK='nawk' >CAT='/usr/zbin/cat' >CC='gcc' >CFLAGS=' -O -D__STR31__' >CPP='gcc -E' >CPPFLAGS='-I/usr/local/ssl/include ' >DEFS='' >ECHO_C='ECHO_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 ' >LIBEDIT='' >LIBOBJS='' >LIBPAM='' >LIBS='-lcrypto -lz ' >LIBWRAP='' >LOGIN_PROGRAM_FALLBACK='/usr/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='no' >MANTYPE='' >NROFF='' >OBJEXT='' >OPENSC_CONFIG='' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='OpenSSH' >PACKAGE_STRING='OpenSSH Portable' >PACKAGE_TARNAME='openssh' >PACKAGE_VERSION='Portable' >PATH_GROUPADD_PROG='groupadd' >PATH_PASSWD_PROG='/usr/bin/passwd' >PATH_SEPARATOR=':' >PATH_USERADD_PROG='/usr/sbin/useradd' >PERL='/usr/bin/perl' >PRIVSEP_PATH='' >PROG_ARP='/usr/sbin/arp' >PROG_DF='/usr/bin/df' >PROG_IFCONFIG='/usr/sbin/ifconfig' >PROG_IPCS='/usr/bin/ipcs' >PROG_JSTAT='undef' >PROG_LAST='/usr/bin/last' >PROG_LASTLOG='undef' >PROG_LS='/usr/bin/ls' >PROG_NETSTAT='/usr/bin/netstat' >PROG_PS='/usr/bin/ps' >PROG_SAR='/usr/sbin/sar' >PROG_TAIL='/usr/bin/tail' >PROG_UPTIME='/usr/bin/uptime' >PROG_VMSTAT='/usr/bin/vmstat' >PROG_W='/usr/bin/w' >PROG_WHO='/usr/bin/who' >RANLIB='ranlib' >SED='/usr/bin/sed' >SH='/usr/bin/sh' >SHELL='/bin/sh' >SSH_PRIVSEP_USER='sshd' >STRIP_OPT='' >TEST_MINUS_S_SH='/usr/bin/ksh' >TEST_SHELL='sh' >XAUTH_PATH='' >ac_ct_CC='gcc' >ac_ct_RANLIB='ranlib' >bindir='${exec_prefix}/bin' >build='powerpc-ibm-aix5.2.0.0' >build_alias='' >build_cpu='powerpc' >build_os='aix5.2.0.0' >build_vendor='ibm' >datadir='${prefix}/share' >exec_prefix='NONE' >host='powerpc-ibm-aix5.2.0.0' >host_alias='' >host_cpu='powerpc' >host_os='aix5.2.0.0' >host_vendor='ibm' >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='NONE' >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 AIX_GETNAMEINFO_HACK >#define BROKEN_REALPATH 1 >#define BROKEN_SETREGID 1 >#define BROKEN_SETREUID 1 >#define DISABLE_LASTLOG 1 >#define ENTROPY_TIMEOUT_MSEC 200 >#define GETPGRP_VOID 1 >#define HAVE_B64_NTOP 1 >#define HAVE_B64_PTON 1 >#define HAVE_BASENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_CLOCK 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DECL_AUTHENTICATE 0 >#define HAVE_DECL_H_ERRNO 0 >#define HAVE_DECL_LOGINFAILED 0 >#define HAVE_DECL_LOGINRESTRICTIONS 0 >#define HAVE_DECL_LOGINSUCCESS 0 >#define HAVE_DECL_PASSWDEXPIRED 0 >#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_FREEADDRINFO 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GETADDRINFO 1 >#define HAVE_GETCWD 1 >#define HAVE_GETNAMEINFO 1 >#define HAVE_GETOPT 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETPEEREID 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_INET_ATON 1 >#define HAVE_INET_NTOA 1 >#define HAVE_INET_NTOP 1 >#define HAVE_INNETGR 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_LIBZ 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOGIN_H 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MMAP 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_NSLEEP 1 >#define HAVE_OPENLOG_R 1 >#define HAVE_OPENSSL 1 >#define HAVE_PATHS_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_SETAUTHDB 1 >#define HAVE_SETEGID 1 >#define HAVE_SETENV 1 >#define HAVE_SETEUID 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETPCRED 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_SIGACTION 1 >#define HAVE_SIGVEC 1 >#define HAVE_SNPRINTF 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STRERROR 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRTOUL 1 >#define HAVE_SYSCONF 1 >#define HAVE_SYS_AUDIT_H 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_SYS_DIR_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STREAM_H 1 >#define HAVE_SYS_STROPTS_H 1 >#define HAVE_SYS_SYSMACROS_H 1 >#define HAVE_SYS_TIMERS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_TIME 1 >#define HAVE_TIME_H 1 >#define HAVE_TRUNCATE 1 >#define HAVE_TTYENT_H 1 >#define HAVE_UNSETENV 1 >#define HAVE_UPDWTMP 1 >#define HAVE_USERSEC_H 1 >#define HAVE_UTIMES 1 >#define HAVE_UTIME_H 1 >#define HAVE_UTMPNAME 1 >#define HAVE_UTMPX_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define LOGIN_NEEDS_UTMPX 1 >#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >#define OPENSSL_PRNG_ONLY 1 >#define PACKAGE_BUGREPORT "" >#define PACKAGE_NAME "OpenSSH" >#define PACKAGE_STRING "OpenSSH Portable" >#define PACKAGE_TARNAME "openssh" >#define PACKAGE_VERSION "Portable" >#define SETEUID_BREAKS_SETUID 1 >#define SIZEOF_CHAR 0 >#define SIZEOF_INT 0 >#define SIZEOF_LONG_INT 0 >#define SIZEOF_LONG_LONG_INT 0 >#define SIZEOF_SHORT_INT 0 >#define SPT_TYPE SPT_REUSEARGV >#define SSH_PRIVSEP_USER "sshd" >#define WITH_AIXAUTHENTICATE 1 >#define WORDS_BIGENDIAN 1 >#define _PATH_PASSWD_PROG "/usr/bin/passwd" >#define inline >#endif >#ifndef __cplusplus > >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 1017
:
880
|
881
| 882