Bugzilla – Attachment 2831 Details for
Bug 2589
errors show when build openssh 6.7p1 on AIX 5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 915.47 KB, created by
Mason
on 2016-06-16 13:47:32 AEST
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Mason
Created:
2016-06-16 13:47:32 AEST
Size:
915.47 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.68. Invocation command line was > > $ ./configure --prefix=/usr --sysconfdir=/etc/ssh > >## --------- ## >## Platform. ## >## --------- ## > >hostname = p570bp2 >uname -m = 00C2DC504C00 >uname -r = 3 >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 >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = 5.3.0.0 >/bin/universe = unknown > >PATH: . >PATH: /usr/bin >PATH: /etc >PATH: /usr/sbin >PATH: /usr/ucb >PATH: /usr/bin/X11 >PATH: /sbin >PATH: /usr/java14/jre/bin >PATH: /usr/java14/bin >PATH: /usr/local/bin >PATH: /usr/opt/db2_08_01/bin >PATH: /usr/vac/bin >PATH: /usr/vacpp/bin >PATH: /bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2634: checking for gcc >configure:2664: result: no >configure:2727: checking for cc >configure:2748: found /usr/vac/bin/cc >configure:2771: result: cc >configure:2890: checking for C compiler version >configure:2899: cc --version >&5 >cc: 1501-216 command option --version is not recognized - passed to ld > > > > xlc(1) IBM (October 2005) xlc(1) > > > > NAME > xlc, cc, c89, c99 and related commands - invoke the IBM XL >configure:2910: $? = 249 >configure:2899: cc -v >&5 >exec: export(export,XL_CONFIG=/etc/vac.cfg:cc,NULL) >exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.txt,NULL) > > > > xlc(1) IBM (October 2005) xlc(1) > > > > NAME >configure:2910: $? = 249 >configure:2899: cc -V >&5 >export XL_CONFIG=/etc/vac.cfg:cc >/usr/bin/pg /usr/vac/exe/default_msg/vac.txt > > > > xlc(1) IBM (October 2005) xlc(1) > > > > NAME >configure:2910: $? = 249 >configure:2899: cc -qversion >&5 >IBM XL C/C++ Enterprise Edition V8.0 for AIX >Version: 08.00.0000.0000 >configure:2910: $? = 0 >configure:2930: checking whether the C compiler works >configure:2952: cc conftest.c >&5 >configure:2956: $? = 0 >configure:3004: result: yes >configure:3007: checking for C compiler default output file name >configure:3009: result: a.out >configure:3015: checking for suffix of executables >configure:3022: cc -o conftest conftest.c >&5 >configure:3026: $? = 0 >configure:3048: result: >configure:3070: checking whether we are cross compiling >configure:3078: cc -o conftest conftest.c >&5 >configure:3082: $? = 0 >configure:3089: ./conftest >configure:3093: $? = 0 >configure:3108: result: no >configure:3113: checking for suffix of object files >configure:3135: cc -c conftest.c >&5 >configure:3139: $? = 0 >configure:3160: result: o >configure:3164: checking whether we are using the GNU C compiler >configure:3183: cc -c conftest.c >&5 >"conftest.c", line 14.14: 1506-275 (S) Unexpected text me encountered. >"conftest.c", line 14.8: 1506-045 (S) Undeclared identifier choke. >configure:3183: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| >| int >| main () >| { >| #ifndef __GNUC__ >| choke me >| #endif >| >| ; >| return 0; >| } >configure:3192: result: no >configure:3201: checking whether cc accepts -g >configure:3221: cc -c -g conftest.c >&5 >configure:3221: $? = 0 >configure:3262: result: yes >configure:3279: checking for cc option to accept ISO C89 >configure:3343: cc -c -g conftest.c >&5 >"conftest.c", line 44.19: 1506-195 (S) Integral constant expression with a value greater than zero is required. >configure:3343: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| /* 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 -std 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 -std. */ >| int osf4_cc_array ['\x00' == 0 ? 1 : -1]; >| >| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters >| inside strings and character constants. */ >| #define FOO(x) 'x' >| int xlc6_cc_array[FOO(a) == 'x' ? 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:3343: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3343: $? = 0 >configure:3363: result: -qlanglvl=extc89 >configure:3409: checking build system type >configure:3423: result: powerpc-ibm-aix5.3.0.0 >configure:3443: checking host system type >configure:3456: result: powerpc-ibm-aix5.3.0.0 >configure:3482: checking how to run the C preprocessor >configure:3513: cc -qlanglvl=extc89 -E conftest.c >configure:3513: $? = 0 >configure:3527: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 9.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. >configure:3527: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3552: result: cc -qlanglvl=extc89 -E >configure:3572: cc -qlanglvl=extc89 -E conftest.c >configure:3572: $? = 0 >configure:3586: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 9.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. >configure:3586: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3615: checking for grep that handles long lines and -e >configure:3673: result: /usr/bin/grep >configure:3678: checking for egrep >configure:3740: result: /usr/bin/grep -E >configure:3745: checking for ANSI C header files >configure:3765: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3765: $? = 0 >configure:3838: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:3838: $? = 0 >configure:3838: ./conftest >configure:3838: $? = 0 >configure:3849: result: yes >configure:3862: checking for sys/types.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for sys/stat.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for stdlib.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for string.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for memory.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for strings.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for inttypes.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for stdint.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3862: checking for unistd.h >configure:3862: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3862: $? = 0 >configure:3862: result: yes >configure:3874: checking whether byte ordering is bigendian >configure:3889: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 20.16: 1506-166 (S) Definition of function not requires parentheses. >"conftest.c", line 20.20: 1506-046 (S) Syntax error. >configure:3889: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:3934: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3934: $? = 0 >configure:3952: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:3952: $? = 0 >configure:4080: result: yes >configure:4104: checking for gawk >configure:4134: result: no >configure:4104: checking for mawk >configure:4134: result: no >configure:4104: checking for nawk >configure:4120: found /usr/bin/nawk >configure:4131: result: nawk >configure:4147: checking how to run the C preprocessor >configure:4217: result: cc -qlanglvl=extc89 -E >configure:4237: cc -qlanglvl=extc89 -E conftest.c >configure:4237: $? = 0 >configure:4251: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 20.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. >configure:4251: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4322: checking for ranlib >configure:4338: found /usr/bin/ranlib >configure:4349: result: ranlib >configure:4385: checking for a BSD-compatible install >configure:4453: result: ./install-sh -c >configure:4464: checking for egrep >configure:4526: result: /usr/bin/grep -E >configure:4533: checking for ar >configure:4551: found /usr/bin/ar >configure:4563: result: /usr/bin/ar >configure:4573: checking for cat >configure:4591: found /usr/bin/cat >configure:4603: result: /usr/bin/cat >configure:4613: checking for kill >configure:4631: found /usr/bin/kill >configure:4643: result: /usr/bin/kill >configure:4655: checking for perl5 >configure:4688: result: no >configure:4655: checking for perl >configure:4673: found /usr/bin/perl >configure:4685: result: /usr/bin/perl >configure:4698: checking for sed >configure:4716: found /usr/bin/sed >configure:4728: result: /usr/bin/sed >configure:4739: checking for ent >configure:4772: result: no >configure:4780: checking for bash >configure:4813: result: no >configure:4820: checking for ksh >configure:4838: found /usr/bin/ksh >configure:4850: result: /usr/bin/ksh >configure:4860: checking for sh >configure:4890: result: /usr/bin/ksh >configure:4900: checking for sh >configure:4918: found /usr/bin/sh >configure:4930: result: /usr/bin/sh >configure:4940: checking for groff >configure:4973: result: no >configure:4980: checking for nroff >configure:4998: found /usr/bin/nroff >configure:5010: result: /usr/bin/nroff >configure:5020: checking for mandoc >configure:5053: result: no >configure:5076: checking for groupadd >configure:5107: result: groupadd >configure:5117: checking for useradd >configure:5135: found /usr/sbin/useradd >configure:5148: result: /usr/sbin/useradd >configure:5158: checking for pkgmk >configure:5186: result: no >configure:5210: checking for special C compiler options needed for large files >configure:5240: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:5240: $? = 0 >configure:5255: result: no >configure:5261: checking for _FILE_OFFSET_BITS value needed for large files >configure:5286: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:5286: $? = 0 >configure:5318: result: no >configure:5417: checking for login >configure:5435: found /usr/bin/login >configure:5447: result: /usr/bin/login >configure:5465: checking for passwd >configure:5483: found /usr/bin/passwd >configure:5495: result: /usr/bin/passwd >configure:5516: checking for inline >configure:5532: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 24.35: 1506-277 (S) Syntax error: possible missing ';' or ','? >"conftest.c", line 24.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline. >configure:5532: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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:5532: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:5532: $? = 0 >configure:5540: result: __inline__ >configure:5559: checking whether LLONG_MAX is declared >configure:5559: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:5559: $? = 0 >configure:5559: result: yes >configure:5565: checking whether SYSTR_POLICY_KILL is declared >configure:5565: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 28.18: 1506-296 (S) #include file <dev/systrace.h> not found. >"conftest.c", line 38.10: 1506-045 (S) Undeclared identifier SYSTR_POLICY_KILL. >configure:5565: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/param.h> >| #include <dev/systrace.h> >| >| >| int >| main () >| { >| #ifndef SYSTR_POLICY_KILL >| #ifdef __cplusplus >| (void) SYSTR_POLICY_KILL; >| #else >| (void) SYSTR_POLICY_KILL; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:5565: result: no >configure:5575: checking whether RLIMIT_NPROC is declared >configure:5575: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 37.10: 1506-045 (S) Undeclared identifier RLIMIT_NPROC. >configure:5575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/resource.h> >| >| >| int >| main () >| { >| #ifndef RLIMIT_NPROC >| #ifdef __cplusplus >| (void) RLIMIT_NPROC; >| #else >| (void) RLIMIT_NPROC; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:5575: result: no >configure:5586: checking whether PR_SET_NO_NEW_PRIVS is declared >configure:5586: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 27.18: 1506-296 (S) #include file <linux/prctl.h> not found. >"conftest.c", line 37.10: 1506-045 (S) Undeclared identifier PR_SET_NO_NEW_PRIVS. >configure:5586: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <linux/prctl.h> >| >| >| int >| main () >| { >| #ifndef PR_SET_NO_NEW_PRIVS >| #ifdef __cplusplus >| (void) PR_SET_NO_NEW_PRIVS; >| #else >| (void) PR_SET_NO_NEW_PRIVS; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:5586: result: no >configure:5619: checking if cc -qlanglvl=extc89 supports -Werror >configure:5627: cc -qlanglvl=extc89 -c -g -Werror conftest.c >&5 >cc: 1501-210 command option Werror contains an incorrect subargument >configure:5627: $? = 40 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| /* end confdefs.h. */ >| int main(void) { return 0; } >configure:5632: result: no >configure:6452: checking if compiler allows __attribute__ on return types >configure:6467: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6467: $? = 0 >configure:6468: result: yes >configure:6636: checking blf.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 59.10: 1506-296 (S) #include file <blf.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <blf.h> >configure:6636: result: no >configure:6636: checking blf.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 26.10: 1506-296 (S) #include file <blf.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <blf.h> >configure:6636: result: no >configure:6636: checking for blf.h >configure:6636: result: no >configure:6636: checking bstring.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 59.10: 1506-296 (S) #include file <bstring.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:6636: result: no >configure:6636: checking bstring.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 26.10: 1506-296 (S) #include file <bstring.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <bstring.h> >configure:6636: result: no >configure:6636: checking for bstring.h >configure:6636: result: no >configure:6636: checking crypt.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking crypt.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for crypt.h >configure:6636: result: yes >configure:6636: checking crypto/sha2.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 60.10: 1506-296 (S) #include file <crypto/sha2.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <crypto/sha2.h> >configure:6636: result: no >configure:6636: checking crypto/sha2.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 27.10: 1506-296 (S) #include file <crypto/sha2.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| /* end confdefs.h. */ >| #include <crypto/sha2.h> >configure:6636: result: no >configure:6636: checking for crypto/sha2.h >configure:6636: result: no >configure:6636: checking dirent.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking dirent.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for dirent.h >configure:6636: result: yes >configure:6636: checking endian.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 61.10: 1506-296 (S) #include file <endian.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <endian.h> >configure:6636: result: no >configure:6636: checking endian.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 28.10: 1506-296 (S) #include file <endian.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <endian.h> >configure:6636: result: no >configure:6636: checking for endian.h >configure:6636: result: no >configure:6636: checking elf.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 61.10: 1506-296 (S) #include file <elf.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <elf.h> >configure:6636: result: no >configure:6636: checking elf.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 28.10: 1506-296 (S) #include file <elf.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <elf.h> >configure:6636: result: no >configure:6636: checking for elf.h >configure:6636: result: no >configure:6636: checking features.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 61.10: 1506-296 (S) #include file <features.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <features.h> >configure:6636: result: no >configure:6636: checking features.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 28.10: 1506-296 (S) #include file <features.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <features.h> >configure:6636: result: no >configure:6636: checking for features.h >configure:6636: result: no >configure:6636: checking fcntl.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking fcntl.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for fcntl.h >configure:6636: result: yes >configure:6636: checking floatingpoint.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 62.10: 1506-296 (S) #include file <floatingpoint.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <floatingpoint.h> >configure:6636: result: no >configure:6636: checking floatingpoint.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 29.10: 1506-296 (S) #include file <floatingpoint.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <floatingpoint.h> >configure:6636: result: no >configure:6636: checking for floatingpoint.h >configure:6636: result: no >configure:6636: checking getopt.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 62.10: 1506-296 (S) #include file <getopt.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <getopt.h> >configure:6636: result: no >configure:6636: checking getopt.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 29.10: 1506-296 (S) #include file <getopt.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <getopt.h> >configure:6636: result: no >configure:6636: checking for getopt.h >configure:6636: result: no >configure:6636: checking glob.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking glob.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for glob.h >configure:6636: result: yes >configure:6636: checking ia.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 63.10: 1506-296 (S) #include file <ia.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:6636: result: no >configure:6636: checking ia.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 30.10: 1506-296 (S) #include file <ia.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:6636: result: no >configure:6636: checking for ia.h >configure:6636: result: no >configure:6636: checking iaf.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 63.10: 1506-296 (S) #include file <iaf.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <iaf.h> >configure:6636: result: no >configure:6636: checking iaf.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 30.10: 1506-296 (S) #include file <iaf.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <iaf.h> >configure:6636: result: no >configure:6636: checking for iaf.h >configure:6636: result: no >configure:6636: checking for inttypes.h >configure:6636: result: yes >configure:6636: checking limits.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking limits.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for limits.h >configure:6636: result: yes >configure:6636: checking locale.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking locale.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for locale.h >configure:6636: result: yes >configure:6636: checking login.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking login.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for login.h >configure:6636: result: yes >configure:6636: checking maillock.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <maillock.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <maillock.h> >configure:6636: result: no >configure:6636: checking maillock.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 34.10: 1506-296 (S) #include file <maillock.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <maillock.h> >configure:6636: result: no >configure:6636: checking for maillock.h >configure:6636: result: no >configure:6636: checking ndir.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <ndir.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ndir.h> >configure:6636: result: no >configure:6636: checking ndir.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 34.10: 1506-296 (S) #include file <ndir.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:6636: result: no >configure:6636: checking for ndir.h >configure:6636: result: no >configure:6636: checking net/if_tun.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <net/if_tun.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <net/if_tun.h> >configure:6636: result: no >configure:6636: checking net/if_tun.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 34.10: 1506-296 (S) #include file <net/if_tun.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <net/if_tun.h> >configure:6636: result: no >configure:6636: checking for net/if_tun.h >configure:6636: result: no >configure:6636: checking netdb.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking netdb.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for netdb.h >configure:6636: result: yes >configure:6636: checking netgroup.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 68.10: 1506-296 (S) #include file <netgroup.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:6636: result: no >configure:6636: checking netgroup.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 35.10: 1506-296 (S) #include file <netgroup.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:6636: result: no >configure:6636: checking for netgroup.h >configure:6636: result: no >configure:6636: checking pam/pam_appl.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 68.10: 1506-296 (S) #include file <pam/pam_appl.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pam/pam_appl.h> >configure:6636: result: no >configure:6636: checking pam/pam_appl.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 35.10: 1506-296 (S) #include file <pam/pam_appl.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:6636: result: no >configure:6636: checking for pam/pam_appl.h >configure:6636: result: no >configure:6636: checking paths.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking paths.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for paths.h >configure:6636: result: yes >configure:6636: checking poll.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking poll.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for poll.h >configure:6636: result: yes >configure:6636: checking pty.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 70.10: 1506-296 (S) #include file <pty.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pty.h> >configure:6636: result: no >configure:6636: checking pty.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 37.10: 1506-296 (S) #include file <pty.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <pty.h> >configure:6636: result: no >configure:6636: checking for pty.h >configure:6636: result: no >configure:6636: checking readpassphrase.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 70.10: 1506-296 (S) #include file <readpassphrase.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <readpassphrase.h> >configure:6636: result: no >configure:6636: checking readpassphrase.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 37.10: 1506-296 (S) #include file <readpassphrase.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <readpassphrase.h> >configure:6636: result: no >configure:6636: checking for readpassphrase.h >configure:6636: result: no >configure:6636: checking rpc/types.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking rpc/types.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for rpc/types.h >configure:6636: result: yes >configure:6636: checking security/pam_appl.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking security/pam_appl.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for security/pam_appl.h >configure:6636: result: yes >configure:6636: checking sha2.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 72.10: 1506-296 (S) #include file <sha2.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sha2.h> >configure:6636: result: no >configure:6636: checking sha2.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 39.10: 1506-296 (S) #include file <sha2.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <sha2.h> >configure:6636: result: no >configure:6636: checking for sha2.h >configure:6636: result: no >configure:6636: checking shadow.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 72.10: 1506-296 (S) #include file <shadow.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <shadow.h> >configure:6636: result: no >configure:6636: checking shadow.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 39.10: 1506-296 (S) #include file <shadow.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <shadow.h> >configure:6636: result: no >configure:6636: checking for shadow.h >configure:6636: result: no >configure:6636: checking stddef.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking stddef.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for stddef.h >configure:6636: result: yes >configure:6636: checking for stdint.h >configure:6636: result: yes >configure:6636: checking for string.h >configure:6636: result: yes >configure:6636: checking for strings.h >configure:6636: result: yes >configure:6636: checking sys/audit.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/audit.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/audit.h >configure:6636: result: yes >configure:6636: checking sys/bitypes.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 77.10: 1506-296 (S) #include file <sys/bitypes.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bitypes.h> >configure:6636: result: no >configure:6636: checking sys/bitypes.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 44.10: 1506-296 (S) #include file <sys/bitypes.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >configure:6636: result: no >configure:6636: checking for sys/bitypes.h >configure:6636: result: no >configure:6636: checking sys/bsdtty.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 77.10: 1506-296 (S) #include file <sys/bsdtty.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:6636: result: no >configure:6636: checking sys/bsdtty.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 44.10: 1506-296 (S) #include file <sys/bsdtty.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <sys/bsdtty.h> >configure:6636: result: no >configure:6636: checking for sys/bsdtty.h >configure:6636: result: no >configure:6636: checking sys/capability.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 77.10: 1506-296 (S) #include file <sys/capability.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/capability.h> >configure:6636: result: no >configure:6636: checking sys/capability.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 44.10: 1506-296 (S) #include file <sys/capability.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| /* end confdefs.h. */ >| #include <sys/capability.h> >configure:6636: result: no >configure:6636: checking for sys/capability.h >configure:6636: result: no >configure:6636: checking sys/cdefs.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/cdefs.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/cdefs.h >configure:6636: result: yes >configure:6636: checking sys/dir.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/dir.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/dir.h >configure:6636: result: yes >configure:6636: checking sys/mman.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/mman.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/mman.h >configure:6636: result: yes >configure:6636: checking sys/ndir.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 80.10: 1506-296 (S) #include file <sys/ndir.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:6636: result: no >configure:6636: checking sys/ndir.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 47.10: 1506-296 (S) #include file <sys/ndir.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/ndir.h> >configure:6636: result: no >configure:6636: checking for sys/ndir.h >configure:6636: result: no >configure:6636: checking sys/poll.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/poll.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/poll.h >configure:6636: result: yes >configure:6636: checking sys/prctl.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 81.10: 1506-296 (S) #include file <sys/prctl.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/prctl.h> >configure:6636: result: no >configure:6636: checking sys/prctl.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 48.10: 1506-296 (S) #include file <sys/prctl.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <sys/prctl.h> >configure:6636: result: no >configure:6636: checking for sys/prctl.h >configure:6636: result: no >configure:6636: checking sys/pstat.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 81.10: 1506-296 (S) #include file <sys/pstat.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:6636: result: no >configure:6636: checking sys/pstat.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 48.10: 1506-296 (S) #include file <sys/pstat.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <sys/pstat.h> >configure:6636: result: no >configure:6636: checking for sys/pstat.h >configure:6636: result: no >configure:6636: checking sys/select.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/select.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/select.h >configure:6636: result: yes >configure:6636: checking for sys/stat.h >configure:6636: result: yes >configure:6636: checking sys/stream.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/stream.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/stream.h >configure:6636: result: yes >configure:6636: checking sys/stropts.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/stropts.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/stropts.h >configure:6636: result: yes >configure:6636: checking sys/strtio.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 85.10: 1506-296 (S) #include file <sys/strtio.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/strtio.h> >configure:6636: result: no >configure:6636: checking sys/strtio.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 52.10: 1506-296 (S) #include file <sys/strtio.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| /* end confdefs.h. */ >| #include <sys/strtio.h> >configure:6636: result: no >configure:6636: checking for sys/strtio.h >configure:6636: result: no >configure:6636: checking sys/statvfs.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/statvfs.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/statvfs.h >configure:6636: result: yes >configure:6636: checking sys/sysmacros.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/sysmacros.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/sysmacros.h >configure:6636: result: yes >configure:6636: checking sys/time.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/time.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/time.h >configure:6636: result: yes >configure:6636: checking sys/timers.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking sys/timers.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for sys/timers.h >configure:6636: result: yes >configure:6636: checking time.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking time.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for time.h >configure:6636: result: yes >configure:6636: checking tmpdir.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 90.10: 1506-296 (S) #include file <tmpdir.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:6636: result: no >configure:6636: checking tmpdir.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 57.10: 1506-296 (S) #include file <tmpdir.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tmpdir.h> >configure:6636: result: no >configure:6636: checking for tmpdir.h >configure:6636: result: no >configure:6636: checking ttyent.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking ttyent.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for ttyent.h >configure:6636: result: yes >configure:6636: checking ucred.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 91.10: 1506-296 (S) #include file <ucred.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ucred.h> >configure:6636: result: no >configure:6636: checking ucred.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 58.10: 1506-296 (S) #include file <ucred.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| /* end confdefs.h. */ >| #include <ucred.h> >configure:6636: result: no >configure:6636: checking for ucred.h >configure:6636: result: no >configure:6636: checking for unistd.h >configure:6636: result: yes >configure:6636: checking usersec.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking usersec.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for usersec.h >configure:6636: result: yes >configure:6636: checking util.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 93.10: 1506-296 (S) #include file <util.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:6636: result: no >configure:6636: checking util.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 60.10: 1506-296 (S) #include file <util.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| /* end confdefs.h. */ >| #include <util.h> >configure:6636: result: no >configure:6636: checking for util.h >configure:6636: result: no >configure:6636: checking utime.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking utime.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for utime.h >configure:6636: result: yes >configure:6636: checking utmp.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking utmp.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for utmp.h >configure:6636: result: yes >configure:6636: checking utmpx.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking utmpx.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >configure:6636: $? = 0 >configure:6636: result: yes >configure:6636: checking for utmpx.h >configure:6636: result: yes >configure:6636: checking vis.h usability >configure:6636: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 96.10: 1506-296 (S) #include file <vis.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_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> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vis.h> >configure:6636: result: no >configure:6636: checking vis.h presence >configure:6636: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 63.10: 1506-296 (S) #include file <vis.h> not found. >configure:6636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_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:6636: result: no >configure:6636: checking for vis.h >configure:6636: result: no >configure:6650: checking for lastlog.h >configure:6650: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 69.10: 1506-296 (S) #include file <lastlog.h> not found. >configure:6650: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_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_TIME_H >| # include <sys/time.h> >| #endif >| >| >| #include <lastlog.h> >configure:6650: result: no >configure:6669: checking for sys/ptms.h >configure:6669: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 69.10: 1506-296 (S) #include file <sys/ptms.h> not found. >configure:6669: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_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:6669: result: no >configure:6688: checking for login_cap.h >configure:6688: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <login_cap.h> not found. >configure:6688: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_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 <sys/types.h> >| >| >| #include <login_cap.h> >configure:6688: result: no >configure:6705: checking for sys/mount.h >configure:6705: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <sys/mount.h> not found. >configure:6705: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_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 <sys/param.h> >| >| >| #include <sys/mount.h> >configure:6705: result: no >configure:6722: checking for sys/un.h >configure:6722: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6722: $? = 0 >configure:6722: result: yes >configure:6750: checking if compiler allows macro redefinitions >configure:6765: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 66.9: 1506-236 (W) Macro name testmacro has been redefined. >"conftest.c", line 66.9: 1506-358 (I) "testmacro" is defined on line 65 of conftest.c. >configure:6765: $? = 0 >configure:6766: result: yes >configure:6780: checking how to specify blibpath for linker (cc -qlanglvl=extc89) >configure:6805: cc -qlanglvl=extc89 -o conftest -g -blibpath:/usr/lib:/lib conftest.c >&5 >configure:6805: $? = 0 >configure:6817: result: -blibpath: >configure:6821: checking for authenticate >configure:6821: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:6821: $? = 0 >configure:6821: result: yes >configure:6873: checking whether authenticate is declared >configure:6873: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6873: $? = 0 >configure:6873: result: yes >configure:6884: checking whether loginrestrictions is declared >configure:6884: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6884: $? = 0 >configure:6884: result: yes >configure:6895: checking whether loginsuccess is declared >configure:6895: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6895: $? = 0 >configure:6895: result: yes >configure:6906: checking whether passwdexpired is declared >configure:6906: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6906: $? = 0 >configure:6906: result: yes >configure:6917: checking whether setauthdb is declared >configure:6917: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6917: $? = 0 >configure:6917: result: yes >configure:6929: checking whether loginfailed is declared >configure:6929: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6929: $? = 0 >configure:6929: result: yes >configure:6942: checking if loginfailed takes 4 arguments >configure:6955: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6955: $? = 0 >configure:6956: result: yes >configure:6972: checking for getgrset >configure:6972: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:6972: $? = 0 >configure:6972: result: yes >configure:6972: checking for setauthdb >configure:6972: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:6972: $? = 0 >configure:6972: result: yes >configure:6981: checking whether F_CLOSEM is declared >configure:6981: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:6981: $? = 0 >configure:6981: result: yes >configure:8245: checking compiler and flags for sanity >configure:8263: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:8263: $? = 0 >configure:8263: ./conftest >configure:8263: $? = 0 >configure:8264: result: yes >configure:8279: checking for yp_match >configure:8279: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:8279: $? = 0 >configure:8279: result: yes >configure:8330: checking for setsockopt >configure:8330: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:8330: $? = 0 >configure:8330: result: yes >configure:8384: checking for dirname >configure:8384: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:8384: $? = 0 >configure:8384: result: yes >configure:8391: checking libgen.h usability >configure:8391: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:8391: $? = 0 >configure:8391: result: yes >configure:8391: checking libgen.h presence >configure:8391: cc -qlanglvl=extc89 -E conftest.c >configure:8391: $? = 0 >configure:8391: result: yes >configure:8391: checking for libgen.h >configure:8391: result: yes >configure:8510: checking for getspnam >configure:8510: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .getspnam >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:8510: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return getspnam (); >| ; >| return 0; >| } >configure:8510: result: no >configure:8514: checking for getspnam in -lgen >configure:8539: cc -qlanglvl=extc89 -o conftest -g conftest.c -lgen >&5 >ld: 0706-006 Cannot find or open library file: -l gen > ld:open(): No such file or directory >configure:8539: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getspnam (); >| int >| main () >| { >| return getspnam (); >| ; >| return 0; >| } >configure:8548: result: no >configure:8556: checking for library containing basename >configure:8587: cc -qlanglvl=extc89 -o conftest -g conftest.c >&5 >configure:8587: $? = 0 >configure:8604: result: none required >configure:8644: checking zlib.h usability >configure:8644: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:8644: $? = 0 >configure:8644: result: yes >configure:8644: checking zlib.h presence >configure:8644: cc -qlanglvl=extc89 -E conftest.c >configure:8644: $? = 0 >configure:8644: result: yes >configure:8644: checking for zlib.h >configure:8644: result: yes >configure:8652: checking for deflate in -lz >configure:8677: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:8677: $? = 0 >configure:8686: result: yes >configure:8752: checking for possibly buggy zlib >configure:8791: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:8791: $? = 0 >configure:8791: ./conftest >found zlib version 1.2.8 (1020800) >configure:8791: $? = 0 >configure:8792: result: no >configure:8816: checking for strcasecmp >configure:8816: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:8816: $? = 0 >configure:8816: result: yes >configure:8865: checking for utimes >configure:8865: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:8865: $? = 0 >configure:8865: result: yes >configure:8922: checking bsd/libutil.h usability >configure:8922: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 123.10: 1506-296 (S) #include file <bsd/libutil.h> not found. >configure:8922: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bsd/libutil.h> >configure:8922: result: no >configure:8922: checking bsd/libutil.h presence >configure:8922: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 90.10: 1506-296 (S) #include file <bsd/libutil.h> not found. >configure:8922: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <bsd/libutil.h> >configure:8922: result: no >configure:8922: checking for bsd/libutil.h >configure:8922: result: no >configure:8922: checking libutil.h usability >configure:8922: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 123.10: 1506-296 (S) #include file <libutil.h> not found. >configure:8922: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:8922: result: no >configure:8922: checking libutil.h presence >configure:8922: cc -qlanglvl=extc89 -E conftest.c >"conftest.c", line 90.10: 1506-296 (S) #include file <libutil.h> not found. >configure:8922: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <libutil.h> >configure:8922: result: no >configure:8922: checking for libutil.h >configure:8922: result: no >configure:8932: checking for library containing fmt_scaled >configure:8963: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .fmt_scaled >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:8963: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char fmt_scaled (); >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:8963: cc -qlanglvl=extc89 -o conftest -g conftest.c -lutil -lz >&5 >ld: 0706-006 Cannot find or open library file: -l util > ld:open(): No such file or directory >configure:8963: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char fmt_scaled (); >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:8963: cc -qlanglvl=extc89 -o conftest -g conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .fmt_scaled >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:8963: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char fmt_scaled (); >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:8980: result: no >configure:8988: checking for library containing scan_scaled >configure:9019: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .scan_scaled >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9019: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char scan_scaled (); >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9019: cc -qlanglvl=extc89 -o conftest -g conftest.c -lutil -lz >&5 >ld: 0706-006 Cannot find or open library file: -l util > ld:open(): No such file or directory >configure:9019: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char scan_scaled (); >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9019: cc -qlanglvl=extc89 -o conftest -g conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .scan_scaled >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9019: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char scan_scaled (); >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9036: result: no >configure:9044: checking for library containing login >configure:9075: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .login >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9075: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login (); >| int >| main () >| { >| return login (); >| ; >| return 0; >| } >configure:9075: cc -qlanglvl=extc89 -o conftest -g conftest.c -lutil -lz >&5 >ld: 0706-006 Cannot find or open library file: -l util > ld:open(): No such file or directory >configure:9075: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login (); >| int >| main () >| { >| return login (); >| ; >| return 0; >| } >configure:9075: cc -qlanglvl=extc89 -o conftest -g 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. >configure:9075: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login (); >| int >| main () >| { >| return login (); >| ; >| return 0; >| } >configure:9092: result: no >configure:9100: checking for library containing logout >configure:9131: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .logout >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9131: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logout (); >| int >| main () >| { >| return logout (); >| ; >| return 0; >| } >configure:9131: cc -qlanglvl=extc89 -o conftest -g conftest.c -lutil -lz >&5 >ld: 0706-006 Cannot find or open library file: -l util > ld:open(): No such file or directory >configure:9131: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logout (); >| int >| main () >| { >| return logout (); >| ; >| return 0; >| } >configure:9131: cc -qlanglvl=extc89 -o conftest -g conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .logout >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9131: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logout (); >| int >| main () >| { >| return logout (); >| ; >| return 0; >| } >configure:9148: result: no >configure:9156: checking for library containing logwtmp >configure:9187: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .logwtmp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9187: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logwtmp (); >| int >| main () >| { >| return logwtmp (); >| ; >| return 0; >| } >configure:9187: cc -qlanglvl=extc89 -o conftest -g conftest.c -lutil -lz >&5 >ld: 0706-006 Cannot find or open library file: -l util > ld:open(): No such file or directory >configure:9187: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logwtmp (); >| int >| main () >| { >| return logwtmp (); >| ; >| return 0; >| } >configure:9187: cc -qlanglvl=extc89 -o conftest -g conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .logwtmp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9187: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logwtmp (); >| int >| main () >| { >| return logwtmp (); >| ; >| return 0; >| } >configure:9204: result: no >configure:9212: checking for library containing openpty >configure:9243: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .openpty >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9243: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char openpty (); >| int >| main () >| { >| return openpty (); >| ; >| return 0; >| } >configure:9243: cc -qlanglvl=extc89 -o conftest -g conftest.c -lutil -lz >&5 >ld: 0706-006 Cannot find or open library file: -l util > ld:open(): No such file or directory >configure:9243: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char openpty (); >| int >| main () >| { >| return openpty (); >| ; >| return 0; >| } >configure:9243: cc -qlanglvl=extc89 -o conftest -g conftest.c -lbsd -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .openpty >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9243: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char openpty (); >| int >| main () >| { >| return openpty (); >| ; >| return 0; >| } >configure:9260: result: no >configure:9268: checking for library containing updwtmp >configure:9299: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:9299: $? = 0 >configure:9316: result: none required >configure:9327: checking for fmt_scaled >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .fmt_scaled >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9327: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| /* Define fmt_scaled to an innocuous variant, in case <limits.h> declares fmt_scaled. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define fmt_scaled innocuous_fmt_scaled >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char fmt_scaled (); 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 fmt_scaled >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char fmt_scaled (); >| /* 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_fmt_scaled || defined __stub___fmt_scaled >| choke me >| #endif >| >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:9327: result: no >configure:9327: checking for scan_scaled >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .scan_scaled >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9327: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| /* Define scan_scaled to an innocuous variant, in case <limits.h> declares scan_scaled. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define scan_scaled innocuous_scan_scaled >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char scan_scaled (); 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 scan_scaled >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char scan_scaled (); >| /* 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_scan_scaled || defined __stub___scan_scaled >| choke me >| #endif >| >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9327: result: no >configure:9327: checking for login >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .login >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9327: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| /* Define login to an innocuous variant, in case <limits.h> declares login. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define login innocuous_login >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char login (); 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 >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login (); >| /* 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 || defined __stub___login >| choke me >| #endif >| >| int >| main () >| { >| return login (); >| ; >| return 0; >| } >configure:9327: result: no >configure:9327: checking for logout >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .logout >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9327: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| /* Define logout to an innocuous variant, in case <limits.h> declares logout. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define logout innocuous_logout >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char logout (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef logout >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logout (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_logout || defined __stub___logout >| choke me >| #endif >| >| int >| main () >| { >| return logout (); >| ; >| return 0; >| } >configure:9327: result: no >configure:9327: checking for openpty >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .openpty >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9327: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define openpty innocuous_openpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char openpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef openpty >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char openpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_openpty || defined __stub___openpty >| choke me >| #endif >| >| int >| main () >| { >| return openpty (); >| ; >| return 0; >| } >configure:9327: result: no >configure:9327: checking for updwtmp >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:9327: $? = 0 >configure:9327: result: yes >configure:9327: checking for logwtmp >configure:9327: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .logwtmp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:9327: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| /* end confdefs.h. */ >| /* Define logwtmp to an innocuous variant, in case <limits.h> declares logwtmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define logwtmp innocuous_logwtmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char logwtmp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef logwtmp >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char logwtmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_logwtmp || defined __stub___logwtmp >| choke me >| #endif >| >| int >| main () >| { >| return logwtmp (); >| ; >| return 0; >| } >configure:9327: result: no >configure:9338: checking for library containing inet_ntop >configure:9369: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:9369: $? = 0 >configure:9386: result: none required >configure:9397: checking for strftime >configure:9397: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:9397: $? = 0 >configure:9397: result: yes >configure:9452: checking for GLOB_ALTDIRFUNC support >configure:9474: result: no >configure:9483: checking for gl_matchc field in glob_t >configure:9496: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 96.14: 1506-022 (S) "gl_matchc" is not a member of "struct {...}". >configure:9496: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| /* end confdefs.h. */ >| #include <glob.h> >| int >| main () >| { >| glob_t g; g.gl_matchc = 1; >| ; >| return 0; >| } >configure:9506: result: no >configure:9513: checking for gl_statv and GLOB_KEEPSTAT extensions for glob >configure:9532: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 98.2: 1506-205 (S) #error "glob does not support GLOB_KEEPSTAT extension" >"conftest.c", line 101.3: 1506-022 (S) "gl_statv" is not a member of "struct {...}". >configure:9532: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| /* end confdefs.h. */ >| #include <glob.h> >| int >| main () >| { >| >| #ifndef GLOB_KEEPSTAT >| #error "glob does not support GLOB_KEEPSTAT extension" >| #endif >| glob_t g; >| g.gl_statv = NULL; >| >| ; >| return 0; >| } >configure:9542: result: no >configure:9549: checking whether GLOB_NOMATCH is declared >configure:9549: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:9549: $? = 0 >configure:9549: result: yes >configure:9562: checking whether struct dirent allocates space for d_name >configure:9589: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:9589: $? = 0 >configure:9589: ./conftest >configure:9589: $? = 0 >configure:9590: result: yes >configure:9606: checking for /proc/pid/fd directory >configure:9612: result: yes >configure:10378: checking for Blowfish_initstate >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .Blowfish_initstate >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| /* end confdefs.h. */ >| /* Define Blowfish_initstate to an innocuous variant, in case <limits.h> declares Blowfish_initstate. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_initstate innocuous_Blowfish_initstate >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_initstate (); 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 Blowfish_initstate >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char Blowfish_initstate (); >| /* 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_Blowfish_initstate || defined __stub___Blowfish_initstate >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_initstate (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for Blowfish_expandstate >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .Blowfish_expandstate >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| /* end confdefs.h. */ >| /* Define Blowfish_expandstate to an innocuous variant, in case <limits.h> declares Blowfish_expandstate. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_expandstate innocuous_Blowfish_expandstate >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_expandstate (); 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 Blowfish_expandstate >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char Blowfish_expandstate (); >| /* 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_Blowfish_expandstate || defined __stub___Blowfish_expandstate >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_expandstate (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for Blowfish_expand0state >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .Blowfish_expand0state >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| /* end confdefs.h. */ >| /* Define Blowfish_expand0state to an innocuous variant, in case <limits.h> declares Blowfish_expand0state. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_expand0state innocuous_Blowfish_expand0state >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_expand0state (); 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 Blowfish_expand0state >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char Blowfish_expand0state (); >| /* 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_Blowfish_expand0state || defined __stub___Blowfish_expand0state >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_expand0state (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for Blowfish_stream2word >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .Blowfish_stream2word >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| /* end confdefs.h. */ >| /* Define Blowfish_stream2word to an innocuous variant, in case <limits.h> declares Blowfish_stream2word. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_stream2word innocuous_Blowfish_stream2word >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_stream2word (); 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 Blowfish_stream2word >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char Blowfish_stream2word (); >| /* 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_Blowfish_stream2word || defined __stub___Blowfish_stream2word >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_stream2word (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for asprintf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .asprintf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| /* end confdefs.h. */ >| /* Define asprintf to an innocuous variant, in case <limits.h> declares asprintf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define asprintf innocuous_asprintf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char asprintf (); 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 asprintf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char asprintf (); >| /* 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_asprintf || defined __stub___asprintf >| choke me >| #endif >| >| int >| main () >| { >| return asprintf (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for b64_ntop >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for __b64_ntop >configure:10378: cc -qlanglvl=extc89 -o conftest -g 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. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| /* end confdefs.h. */ >| /* Define __b64_ntop to an innocuous variant, in case <limits.h> declares __b64_ntop. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __b64_ntop innocuous___b64_ntop >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_ntop (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __b64_ntop >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __b64_ntop (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___b64_ntop || defined __stub_____b64_ntop >| choke me >| #endif >| >| int >| main () >| { >| return __b64_ntop (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for b64_pton >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for __b64_pton >configure:10378: cc -qlanglvl=extc89 -o conftest -g 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. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| /* end confdefs.h. */ >| /* Define __b64_pton to an innocuous variant, in case <limits.h> declares __b64_pton. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __b64_pton innocuous___b64_pton >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_pton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __b64_pton >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __b64_pton (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___b64_pton || defined __stub_____b64_pton >| choke me >| #endif >| >| int >| main () >| { >| return __b64_pton (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for bcopy >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for bcrypt_pbkdf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .bcrypt_pbkdf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define bcrypt_pbkdf to an innocuous variant, in case <limits.h> declares bcrypt_pbkdf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define bcrypt_pbkdf innocuous_bcrypt_pbkdf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char bcrypt_pbkdf (); 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 bcrypt_pbkdf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char bcrypt_pbkdf (); >| /* 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_bcrypt_pbkdf || defined __stub___bcrypt_pbkdf >| choke me >| #endif >| >| int >| main () >| { >| return bcrypt_pbkdf (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for bindresvport_sa >configure:10378: cc -qlanglvl=extc89 -o conftest -g 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. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char bindresvport_sa (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_bindresvport_sa || defined __stub___bindresvport_sa >| choke me >| #endif >| >| int >| main () >| { >| return bindresvport_sa (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for blf_enc >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .blf_enc >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define blf_enc to an innocuous variant, in case <limits.h> declares blf_enc. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define blf_enc innocuous_blf_enc >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char blf_enc (); 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 blf_enc >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char blf_enc (); >| /* 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_blf_enc || defined __stub___blf_enc >| choke me >| #endif >| >| int >| main () >| { >| return blf_enc (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for cap_rights_limit >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .cap_rights_limit >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define cap_rights_limit to an innocuous variant, in case <limits.h> declares cap_rights_limit. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define cap_rights_limit innocuous_cap_rights_limit >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char cap_rights_limit (); 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 cap_rights_limit >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char cap_rights_limit (); >| /* 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_cap_rights_limit || defined __stub___cap_rights_limit >| choke me >| #endif >| >| int >| main () >| { >| return cap_rights_limit (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for clock >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for closefrom >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .closefrom >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char closefrom (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_closefrom || defined __stub___closefrom >| choke me >| #endif >| >| int >| main () >| { >| return closefrom (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for dirfd >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .dirfd >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return dirfd (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for endgrent >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for explicit_bzero >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .explicit_bzero >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| /* end confdefs.h. */ >| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define explicit_bzero innocuous_explicit_bzero >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char explicit_bzero (); 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 explicit_bzero >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char explicit_bzero (); >| /* 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_explicit_bzero || defined __stub___explicit_bzero >| choke me >| #endif >| >| int >| main () >| { >| return explicit_bzero (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for fchmod >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for fchown >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for freeaddrinfo >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for fstatfs >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for fstatvfs >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for futimes >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .futimes >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return futimes (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for getaddrinfo >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getcwd >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getgrouplist >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .getgrouplist >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return getgrouplist (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for getnameinfo >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getopt >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getpeereid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getpeerucred >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .getpeerucred >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 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 getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpeerucred innocuous_getpeerucred >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpeerucred (); 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 getpeerucred >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getpeerucred (); >| /* 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_getpeerucred || defined __stub___getpeerucred >| choke me >| #endif >| >| int >| main () >| { >| return getpeerucred (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for getpgid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getpgrp >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for _getpty >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: ._getpty >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| /* end confdefs.h. */ >| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _getpty innocuous__getpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _getpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _getpty >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _getpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__getpty || defined __stub____getpty >| choke me >| #endif >| >| int >| main () >| { >| return _getpty (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for getrlimit >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for getttyent >configure:10378: cc -qlanglvl=extc89 -o conftest -g 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: .getattr >ld: 0711-317 ERROR: Undefined symbol: .odm_free_list >ld: 0711-317 ERROR: Undefined symbol: .odm_terminate >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return getttyent (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for glob >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for group_from_gid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .group_from_gid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| /* end confdefs.h. */ >| /* Define group_from_gid to an innocuous variant, in case <limits.h> declares group_from_gid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define group_from_gid innocuous_group_from_gid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char group_from_gid (); 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 group_from_gid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char group_from_gid (); >| /* 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_group_from_gid || defined __stub___group_from_gid >| choke me >| #endif >| >| int >| main () >| { >| return group_from_gid (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for inet_aton >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for inet_ntoa >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for inet_ntop >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for innetgr >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for login_getcapbool >configure:10378: cc -qlanglvl=extc89 -o conftest -g 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. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char login_getcapbool (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_login_getcapbool || defined __stub___login_getcapbool >| choke me >| #endif >| >| int >| main () >| { >| return login_getcapbool (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for mblen >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for md5_crypt >configure:10378: cc -qlanglvl=extc89 -o conftest -g 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. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| /* end confdefs.h. */ >| /* Define md5_crypt to an innocuous variant, in case <limits.h> declares md5_crypt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define md5_crypt innocuous_md5_crypt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char md5_crypt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef md5_crypt >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char md5_crypt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_md5_crypt || defined __stub___md5_crypt >| choke me >| #endif >| >| int >| main () >| { >| return md5_crypt (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for memmove >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for memset_s >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .memset_s >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| /* end confdefs.h. */ >| /* Define memset_s to an innocuous variant, in case <limits.h> declares memset_s. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define memset_s innocuous_memset_s >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char memset_s (); 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 memset_s >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char memset_s (); >| /* 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_memset_s || defined __stub___memset_s >| choke me >| #endif >| >| int >| main () >| { >| return memset_s (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for mkdtemp >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .mkdtemp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return mkdtemp (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for mmap >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for ngetaddrinfo >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .ngetaddrinfo >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char ngetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_ngetaddrinfo || defined __stub___ngetaddrinfo >| choke me >| #endif >| >| int >| main () >| { >| return ngetaddrinfo (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for nsleep >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for ogetaddrinfo >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .ogetaddrinfo >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char ogetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_ogetaddrinfo || defined __stub___ogetaddrinfo >| choke me >| #endif >| >| int >| main () >| { >| return ogetaddrinfo (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for openlog_r >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for poll >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for prctl >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .prctl >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return prctl (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for pstat >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .pstat >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| /* end confdefs.h. */ >| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat innocuous_pstat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pstat >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char pstat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_pstat || defined __stub___pstat >| choke me >| #endif >| >| int >| main () >| { >| return pstat (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for readpassphrase >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .readpassphrase >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| /* end confdefs.h. */ >| /* Define readpassphrase to an innocuous variant, in case <limits.h> declares readpassphrase. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define readpassphrase innocuous_readpassphrase >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char readpassphrase (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef readpassphrase >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char readpassphrase (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_readpassphrase || defined __stub___readpassphrase >| choke me >| #endif >| >| int >| main () >| { >| return readpassphrase (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for realpath >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for recvmsg >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for rresvport_af >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for sendmsg >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setdtablesize >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setdtablesize >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| /* end confdefs.h. */ >| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setdtablesize innocuous_setdtablesize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setdtablesize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setdtablesize >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setdtablesize (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setdtablesize || defined __stub___setdtablesize >| choke me >| #endif >| >| int >| main () >| { >| return setdtablesize (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for setegid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setenv >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for seteuid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setgroupent >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setgroupent >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| /* end confdefs.h. */ >| /* Define setgroupent to an innocuous variant, in case <limits.h> declares setgroupent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setgroupent innocuous_setgroupent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setgroupent (); 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 setgroupent >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setgroupent (); >| /* 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_setgroupent || defined __stub___setgroupent >| choke me >| #endif >| >| int >| main () >| { >| return setgroupent (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for setgroups >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setlinebuf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setlogin >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setlogin >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| /* end confdefs.h. */ >| /* Define setlogin to an innocuous variant, in case <limits.h> declares setlogin. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setlogin innocuous_setlogin >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setlogin (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setlogin >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setlogin (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setlogin || defined __stub___setlogin >| choke me >| #endif >| >| int >| main () >| { >| return setlogin (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for setpassent >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setpassent >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| /* end confdefs.h. */ >| /* Define setpassent to an innocuous variant, in case <limits.h> declares setpassent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setpassent innocuous_setpassent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setpassent (); 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 setpassent >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setpassent (); >| /* 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_setpassent || defined __stub___setpassent >| choke me >| #endif >| >| int >| main () >| { >| return setpassent (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for setpcred >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setproctitle >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setproctitle >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setproctitle (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setproctitle || defined __stub___setproctitle >| choke me >| #endif >| >| int >| main () >| { >| return setproctitle (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for setregid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setreuid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setrlimit >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setsid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for setvbuf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for sigaction >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for sigvec >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for snprintf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for socketpair >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for statfs >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for statvfs >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strdup >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strerror >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strlcat >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .strlcat >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcat innocuous_strlcat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcat >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strlcat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strlcat || defined __stub___strlcat >| choke me >| #endif >| >| int >| main () >| { >| return strlcat (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for strlcpy >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .strlcpy >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcpy innocuous_strlcpy >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcpy (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcpy >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strlcpy (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strlcpy || defined __stub___strlcpy >| choke me >| #endif >| >| int >| main () >| { >| return strlcpy (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for strmode >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .strmode >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strmode to an innocuous variant, in case <limits.h> declares strmode. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strmode innocuous_strmode >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strmode (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strmode >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strmode (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strmode || defined __stub___strmode >| choke me >| #endif >| >| int >| main () >| { >| return strmode (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for strnlen >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strnvis >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .strnvis >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| /* end confdefs.h. */ >| /* Define strnvis to an innocuous variant, in case <limits.h> declares strnvis. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnvis innocuous_strnvis >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnvis (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strnvis >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strnvis (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strnvis || defined __stub___strnvis >| choke me >| #endif >| >| int >| main () >| { >| return strnvis (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for strptime >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strtonum >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .strtonum >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| /* end confdefs.h. */ >| /* Define strtonum to an innocuous variant, in case <limits.h> declares strtonum. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strtonum innocuous_strtonum >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strtonum (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strtonum >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strtonum (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strtonum || defined __stub___strtonum >| choke me >| #endif >| >| int >| main () >| { >| return strtonum (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for strtoll >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strtoul >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for strtoull >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for swap32 >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .swap32 >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| /* end confdefs.h. */ >| /* Define swap32 to an innocuous variant, in case <limits.h> declares swap32. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define swap32 innocuous_swap32 >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char swap32 (); 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 swap32 >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char swap32 (); >| /* 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_swap32 || defined __stub___swap32 >| choke me >| #endif >| >| int >| main () >| { >| return swap32 (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for sysconf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for tcgetpgrp >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for timingsafe_bcmp >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .timingsafe_bcmp >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| /* end confdefs.h. */ >| /* Define timingsafe_bcmp to an innocuous variant, in case <limits.h> declares timingsafe_bcmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define timingsafe_bcmp innocuous_timingsafe_bcmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char timingsafe_bcmp (); 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 timingsafe_bcmp >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char timingsafe_bcmp (); >| /* 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_timingsafe_bcmp || defined __stub___timingsafe_bcmp >| choke me >| #endif >| >| int >| main () >| { >| return timingsafe_bcmp (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for truncate >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for unsetenv >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for updwtmpx >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .updwtmpx >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return updwtmpx (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for user_from_uid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .user_from_uid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| /* Define user_from_uid to an innocuous variant, in case <limits.h> declares user_from_uid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define user_from_uid innocuous_user_from_uid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char user_from_uid (); 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 user_from_uid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char user_from_uid (); >| /* 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_user_from_uid || defined __stub___user_from_uid >| choke me >| #endif >| >| int >| main () >| { >| return user_from_uid (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for usleep >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for vasprintf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .vasprintf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10378: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| /* end confdefs.h. */ >| /* Define vasprintf to an innocuous variant, in case <limits.h> declares vasprintf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vasprintf innocuous_vasprintf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vasprintf (); 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 vasprintf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char vasprintf (); >| /* 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_vasprintf || defined __stub___vasprintf >| choke me >| #endif >| >| int >| main () >| { >| return vasprintf (); >| ; >| return 0; >| } >configure:10378: result: no >configure:10378: checking for vsnprintf >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10378: checking for waitpid >configure:10378: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10378: $? = 0 >configure:10378: result: yes >configure:10399: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10399: $? = 0 >configure:10409: checking for library containing dlopen >configure:10440: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10440: $? = 0 >configure:10457: result: none required >configure:10472: checking for gai_strerror >configure:10472: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10472: $? = 0 >configure:10472: result: yes >configure:10500: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 167.12: 1506-343 (S) Redeclaration of gai_strerror differs from previous declaration on line 392 of "/usr/include/netdb.h". >"conftest.c", line 167.12: 1506-050 (I) Return type "const char*" in redeclaration is not compatible with the previous return type "char*". >configure:10500: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #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:10511: checking for library containing nanosleep >configure:10542: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10542: $? = 0 >configure:10559: result: none required >configure:10570: checking for library containing clock_gettime >configure:10601: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10601: $? = 0 >configure:10618: result: none required >configure:10629: checking whether getrusage is declared >configure:10629: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10629: $? = 0 >configure:10629: result: yes >configure:10633: checking for getrusage >configure:10633: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10633: $? = 0 >configure:10633: result: yes >configure:10644: checking whether strsep is declared >configure:10644: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10644: $? = 0 >configure:10644: result: yes >configure:10653: checking for strsep >configure:10653: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10653: $? = 0 >configure:10653: result: yes >configure:10665: checking whether tcsendbreak is declared >configure:10665: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10665: $? = 0 >configure:10665: result: yes >configure:10686: checking whether h_errno is declared >configure:10686: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10686: $? = 0 >configure:10686: result: yes >configure:10699: checking whether SHUT_RD is declared >configure:10699: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10699: $? = 0 >configure:10699: result: yes >configure:10715: checking whether O_NONBLOCK is declared >configure:10715: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10715: $? = 0 >configure:10715: result: yes >configure:10736: checking whether writev is declared >configure:10736: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10736: $? = 0 >configure:10736: result: yes >configure:10753: checking whether MAXSYMLINKS is declared >configure:10753: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10753: $? = 0 >configure:10753: result: yes >configure:10768: checking whether offsetof is declared >configure:10768: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10768: $? = 0 >configure:10768: result: yes >configure:10784: checking whether howmany is declared >configure:10784: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10784: $? = 0 >configure:10784: result: yes >configure:10810: checking whether NFDBITS is declared >configure:10810: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10810: $? = 0 >configure:10810: result: yes >configure:10837: checking for fd_mask >configure:10837: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:10837: $? = 0 >configure:10837: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 192.22: 1506-046 (S) Syntax error. >configure:10837: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| /* end confdefs.h. */ >| >| #include <sys/param.h> >| #include <sys/types.h> >| #ifdef HAVE_SYS_SELECT_H >| #include <sys/select.h> >| #endif >| #ifdef HAVE_SYS_TIME_H >| #include <sys/time.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((fd_mask))) >| return 0; >| ; >| return 0; >| } >configure:10837: result: yes >configure:10863: checking for setresuid >configure:10863: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setresuid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10863: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| /* end confdefs.h. */ >| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresuid innocuous_setresuid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresuid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresuid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return setresuid (); >| ; >| return 0; >| } >configure:10863: result: no >configure:10918: checking for setresgid >configure:10918: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setresgid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:10918: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| /* end confdefs.h. */ >| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresgid innocuous_setresgid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresgid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresgid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return setresgid (); >| ; >| return 0; >| } >configure:10918: result: no >configure:10974: checking for gettimeofday >configure:10974: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10974: $? = 0 >configure:10974: result: yes >configure:10974: checking for time >configure:10974: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10974: $? = 0 >configure:10974: result: yes >configure:10986: checking for endutent >configure:10986: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10986: $? = 0 >configure:10986: result: yes >configure:10986: checking for getutent >configure:10986: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10986: $? = 0 >configure:10986: result: yes >configure:10986: checking for getutid >configure:10986: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10986: $? = 0 >configure:10986: result: yes >configure:10986: checking for getutline >configure:10986: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10986: $? = 0 >configure:10986: result: yes >configure:10986: checking for pututline >configure:10986: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10986: $? = 0 >configure:10986: result: yes >configure:10986: checking for setutent >configure:10986: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10986: $? = 0 >configure:10986: result: yes >configure:10997: checking for utmpname >configure:10997: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:10997: $? = 0 >configure:10997: result: yes >configure:11009: checking for endutxent >configure:11009: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11009: $? = 0 >configure:11009: result: yes >configure:11009: checking for getutxent >configure:11009: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11009: $? = 0 >configure:11009: result: yes >configure:11009: checking for getutxid >configure:11009: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11009: $? = 0 >configure:11009: result: yes >configure:11009: checking for getutxline >configure:11009: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11009: $? = 0 >configure:11009: result: yes >configure:11009: checking for getutxuser >configure:11009: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .getutxuser >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11009: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| /* end confdefs.h. */ >| /* Define getutxuser to an innocuous variant, in case <limits.h> declares getutxuser. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getutxuser innocuous_getutxuser >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getutxuser (); 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 getutxuser >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getutxuser (); >| /* 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_getutxuser || defined __stub___getutxuser >| choke me >| #endif >| >| int >| main () >| { >| return getutxuser (); >| ; >| return 0; >| } >configure:11009: result: no >configure:11009: checking for pututxline >configure:11009: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11009: $? = 0 >configure:11009: result: yes >configure:11021: checking for setutxdb >configure:11021: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .setutxdb >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11021: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| /* end confdefs.h. */ >| /* Define setutxdb to an innocuous variant, in case <limits.h> declares setutxdb. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setutxdb innocuous_setutxdb >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setutxdb (); 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 setutxdb >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setutxdb (); >| /* 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_setutxdb || defined __stub___setutxdb >| choke me >| #endif >| >| int >| main () >| { >| return setutxdb (); >| ; >| return 0; >| } >configure:11021: result: no >configure:11021: checking for setutxent >configure:11021: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11021: $? = 0 >configure:11021: result: yes >configure:11021: checking for utmpxname >configure:11021: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .utmpxname >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11021: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return utmpxname (); >| ; >| return 0; >| } >configure:11021: result: no >configure:11032: checking for getlastlogxbyname >configure:11032: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .getlastlogxbyname >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11032: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* end confdefs.h. */ >| /* Define getlastlogxbyname to an innocuous variant, in case <limits.h> declares getlastlogxbyname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getlastlogxbyname innocuous_getlastlogxbyname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getlastlogxbyname (); 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 getlastlogxbyname >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getlastlogxbyname (); >| /* 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_getlastlogxbyname || defined __stub___getlastlogxbyname >| choke me >| #endif >| >| int >| main () >| { >| return getlastlogxbyname (); >| ; >| return 0; >| } >configure:11032: result: no >configure:11042: checking for daemon >configure:11042: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .daemon >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11042: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* 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 GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return daemon (); >| ; >| return 0; >| } >configure:11042: result: no >configure:11048: checking for daemon in -lbsd >configure:11073: cc -qlanglvl=extc89 -o conftest -g 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. >configure:11073: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char daemon (); >| int >| main () >| { >| return daemon (); >| ; >| return 0; >| } >configure:11082: result: no >configure:11093: checking for getpagesize >configure:11093: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11093: $? = 0 >configure:11093: result: yes >configure:11146: checking whether snprintf correctly terminates long strings >configure:11168: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11168: $? = 0 >configure:11168: ./conftest >configure:11168: $? = 0 >configure:11169: result: yes >configure:11191: checking whether vsnprintf returns correct values on overflow >configure:11231: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11231: $? = 0 >configure:11231: ./conftest >configure:11231: $? = 0 >configure:11232: result: yes >configure:11254: checking whether snprintf can declare const char *fmt >configure:11272: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:11272: $? = 0 >configure:11273: result: yes >configure:11532: checking if getaddrinfo seems to work >configure:11590: cc -qlanglvl=extc89 -o conftest -g conftest.c -lz >&5 >configure:11590: $? = 0 >configure:11590: ./conftest >configure:11590: $? = 0 >configure:11592: result: yes >configure:11644: checking whether getpgrp requires zero arguments >configure:11661: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 230.10: 1506-099 (S) Unexpected argument. >configure:11661: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:11669: result: yes >configure:11738: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:11738: $? = 0 >configure:11794: checking OpenSSL header version >configure:11831: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:11831: $? = 0 >configure:11831: ./conftest >configure:11831: $? = 0 >configure:11834: result: 1000114f (OpenSSL 1.0.1t 3 May 2016) >configure:11850: checking OpenSSL library version >configure:11889: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:11889: $? = 0 >configure:11889: ./conftest >configure:11889: $? = 0 >configure:11899: result: 1000114f (OpenSSL 1.0.1t 3 May 2016) >configure:11938: checking whether OpenSSL's headers match the library >configure:11963: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:11963: $? = 0 >configure:11963: ./conftest >configure:11963: $? = 0 >configure:11965: result: yes >configure:11994: checking if programs using OpenSSL functions will link >configure:12007: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12007: $? = 0 >configure:12009: result: yes >configure:12066: checking for BN_is_prime_ex >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for DSA_generate_parameters_ex >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for EVP_DigestInit_ex >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for EVP_DigestFinal_ex >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for EVP_MD_CTX_init >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for EVP_MD_CTX_cleanup >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for EVP_MD_CTX_copy_ex >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for HMAC_CTX_init >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for RSA_generate_key_ex >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12066: checking for RSA_get_default_method >configure:12066: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12066: $? = 0 >configure:12066: result: yes >configure:12116: checking whether OpenSSL has crippled AES support >configure:12134: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12134: $? = 0 >configure:12136: result: no >configure:12153: checking whether OpenSSL has AES CTR via EVP >configure:12173: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12173: $? = 0 >configure:12175: result: yes >configure:12192: checking whether OpenSSL has AES GCM via EVP >configure:12216: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12216: $? = 0 >configure:12218: result: yes >configure:12236: checking for library containing EVP_CIPHER_CTX_ctrl >configure:12267: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12267: $? = 0 >configure:12284: result: none required >configure:12295: checking if EVP_DigestUpdate returns an int >configure:12314: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12314: $? = 0 >configure:12316: result: yes >configure:12429: checking for crypt >configure:12429: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12429: $? = 0 >configure:12429: result: yes >configure:12429: checking for DES_crypt >configure:12429: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12429: $? = 0 >configure:12429: result: yes >configure:12443: checking for SHA256_Update >configure:12443: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12443: $? = 0 >configure:12443: result: yes >configure:12443: checking for EVP_sha256 >configure:12443: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12443: $? = 0 >configure:12443: result: yes >configure:12462: checking for EVP_ripemd160 >configure:12462: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12462: $? = 0 >configure:12462: result: yes >configure:12480: checking whether OpenSSL has NID_X9_62_prime256v1 >configure:12506: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12506: $? = 0 >configure:12507: result: yes >configure:12518: checking whether OpenSSL has NID_secp384r1 >configure:12544: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12544: $? = 0 >configure:12545: result: yes >configure:12556: checking whether OpenSSL has NID_secp521r1 >configure:12582: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12582: $? = 0 >configure:12583: result: yes >configure:12585: checking if OpenSSL's NID_secp521r1 is functional >configure:12615: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12615: $? = 0 >configure:12615: ./conftest >configure:12615: $? = 0 >configure:12616: result: yes >configure:12686: checking for arc4random >configure:12686: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .arc4random >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:12686: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| /* end confdefs.h. */ >| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random innocuous_arc4random >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef arc4random >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char arc4random (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_arc4random || defined __stub___arc4random >| choke me >| #endif >| >| int >| main () >| { >| return arc4random (); >| ; >| return 0; >| } >configure:12686: result: no >configure:12686: checking for arc4random_buf >configure:12686: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .arc4random_buf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:12686: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| /* end confdefs.h. */ >| /* Define arc4random_buf to an innocuous variant, in case <limits.h> declares arc4random_buf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random_buf innocuous_arc4random_buf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random_buf (); 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_buf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char arc4random_buf (); >| /* 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_buf || defined __stub___arc4random_buf >| choke me >| #endif >| >| int >| main () >| { >| return arc4random_buf (); >| ; >| return 0; >| } >configure:12686: result: no >configure:12686: checking for arc4random_stir >configure:12686: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .arc4random_stir >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:12686: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| /* end confdefs.h. */ >| /* Define arc4random_stir to an innocuous variant, in case <limits.h> declares arc4random_stir. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random_stir innocuous_arc4random_stir >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random_stir (); 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_stir >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char arc4random_stir (); >| /* 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_stir || defined __stub___arc4random_stir >| choke me >| #endif >| >| int >| main () >| { >| return arc4random_stir (); >| ; >| return 0; >| } >configure:12686: result: no >configure:12686: checking for arc4random_uniform >configure:12686: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .arc4random_uniform >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:12686: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| /* end confdefs.h. */ >| /* Define arc4random_uniform to an innocuous variant, in case <limits.h> declares arc4random_uniform. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random_uniform innocuous_arc4random_uniform >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random_uniform (); 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_uniform >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char arc4random_uniform (); >| /* 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_uniform || defined __stub___arc4random_uniform >| choke me >| #endif >| >| int >| main () >| { >| return arc4random_uniform (); >| ; >| return 0; >| } >configure:12686: result: no >configure:12697: checking for ia_openinfo in -liaf >configure:12722: cc -qlanglvl=extc89 -o conftest -g conftest.c -liaf -lcrypto -lz >&5 >ld: 0706-006 Cannot find or open library file: -l iaf > ld:open(): No such file or directory >configure:12722: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char ia_openinfo (); >| int >| main () >| { >| return ia_openinfo (); >| ; >| return 0; >| } >configure:12731: result: no >configure:12759: checking whether OpenSSL's PRNG is internally seeded >configure:12787: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:12787: $? = 0 >configure:12787: ./conftest >configure:12787: $? = 0 >configure:12790: result: yes >configure:13210: checking if select works with descriptor rlimit >configure:13256: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13256: $? = 0 >configure:13256: ./conftest >configure:13256: $? = 0 >configure:13257: result: yes >configure:13270: checking if setrlimit(RLIMIT_NOFILE,{0,0}) works >configure:13304: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13304: $? = 0 >configure:13304: ./conftest >configure:13304: $? = 0 >configure:13305: result: yes >configure:13318: checking if setrlimit RLIMIT_FSIZE works >configure:13345: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13345: $? = 0 >configure:13345: ./conftest >configure:13345: $? = 0 >configure:13346: result: yes >configure:13439: checking for long long >configure:13439: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13439: $? = 0 >configure:13439: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 259.24: 1506-046 (S) Syntax error. >configure:13439: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((long long))) >| return 0; >| ; >| return 0; >| } >configure:13439: result: yes >configure:13448: checking for unsigned long long >configure:13448: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13448: $? = 0 >configure:13448: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 260.33: 1506-046 (S) Syntax error. >configure:13448: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((unsigned long long))) >| return 0; >| ; >| return 0; >| } >configure:13448: result: yes >configure:13457: checking for long double >configure:13457: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13457: $? = 0 >configure:13457: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 261.26: 1506-046 (S) Syntax error. >configure:13457: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((long double))) >| return 0; >| ; >| return 0; >| } >configure:13457: result: yes >configure:13473: checking size of short int >configure:13478: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13478: $? = 0 >configure:13478: ./conftest >configure:13478: $? = 0 >configure:13492: result: 2 >configure:13506: checking size of int >configure:13511: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13511: $? = 0 >configure:13511: ./conftest >configure:13511: $? = 0 >configure:13525: result: 4 >configure:13539: checking size of long int >configure:13544: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13544: $? = 0 >configure:13544: ./conftest >configure:13544: $? = 0 >configure:13558: result: 8 >configure:13572: checking size of long long int >configure:13577: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:13577: $? = 0 >configure:13577: ./conftest >configure:13577: $? = 0 >configure:13591: result: 8 >configure:13735: checking for u_int type >configure:13752: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13752: $? = 0 >configure:13761: result: yes >configure:13770: checking for intXX_t types >configure:13787: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13787: $? = 0 >configure:13796: result: yes >configure:13836: checking for int64_t type >configure:13864: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13864: $? = 0 >configure:13873: result: yes >configure:13881: checking for u_intXX_t types >configure:13898: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13898: $? = 0 >configure:13907: result: yes >configure:13945: checking for u_int64_t types >configure:13962: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:13962: $? = 0 >configure:13971: result: yes >configure:14057: checking for uintXX_t types in stdint.h >configure:14070: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14070: $? = 0 >configure:14074: result: yes >configure:14088: checking for uintXX_t types in inttypes.h >configure:14101: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14101: $? = 0 >configure:14105: result: yes >configure:14156: checking for u_char >configure:14173: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14173: $? = 0 >configure:14182: result: yes >configure:14190: checking for intmax_t >configure:14190: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14190: $? = 0 >configure:14190: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 246.23: 1506-046 (S) Syntax error. >configure:14190: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <stdint.h> >| >| >| int >| main () >| { >| if (sizeof ((intmax_t))) >| return 0; >| ; >| return 0; >| } >configure:14190: result: yes >configure:14203: checking for uintmax_t >configure:14203: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14203: $? = 0 >configure:14203: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 247.24: 1506-046 (S) Syntax error. >configure:14203: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <stdint.h> >| >| >| int >| main () >| { >| if (sizeof ((uintmax_t))) >| return 0; >| ; >| return 0; >| } >configure:14203: result: yes >configure:14219: checking for socklen_t >configure:14219: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14219: $? = 0 >configure:14219: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 246.24: 1506-046 (S) Syntax error. >configure:14219: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| if (sizeof ((socklen_t))) >| return 0; >| ; >| return 0; >| } >configure:14219: result: yes >configure:14283: checking for sig_atomic_t >configure:14283: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14283: $? = 0 >configure:14283: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 245.27: 1506-046 (S) Syntax error. >configure:14283: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| /* end confdefs.h. */ >| #include <signal.h> >| >| int >| main () >| { >| if (sizeof ((sig_atomic_t))) >| return 0; >| ; >| return 0; >| } >configure:14283: result: yes >configure:14294: checking for fsblkcnt_t >configure:14294: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14294: $? = 0 >configure:14294: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 257.25: 1506-046 (S) Syntax error. >configure:14294: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_SYS_BITYPES_H >| #include <sys/bitypes.h> >| #endif >| #ifdef HAVE_SYS_STATFS_H >| #include <sys/statfs.h> >| #endif >| #ifdef HAVE_SYS_STATVFS_H >| #include <sys/statvfs.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((fsblkcnt_t))) >| return 0; >| ; >| return 0; >| } >configure:14294: result: yes >configure:14315: checking for fsfilcnt_t >configure:14315: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14315: $? = 0 >configure:14315: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 258.25: 1506-046 (S) Syntax error. >configure:14315: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_SYS_BITYPES_H >| #include <sys/bitypes.h> >| #endif >| #ifdef HAVE_SYS_STATFS_H >| #include <sys/statfs.h> >| #endif >| #ifdef HAVE_SYS_STATVFS_H >| #include <sys/statvfs.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((fsfilcnt_t))) >| return 0; >| ; >| return 0; >| } >configure:14315: result: yes >configure:14338: checking for in_addr_t >configure:14338: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14338: $? = 0 >configure:14338: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 249.24: 1506-046 (S) Syntax error. >configure:14338: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| if (sizeof ((in_addr_t))) >| return 0; >| ; >| return 0; >| } >configure:14338: result: yes >configure:14349: checking for in_port_t >configure:14349: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14349: $? = 0 >configure:14349: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 250.24: 1506-046 (S) Syntax error. >configure:14349: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| if (sizeof ((in_port_t))) >| return 0; >| ; >| return 0; >| } >configure:14349: result: yes >configure:14362: checking for size_t >configure:14379: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14379: $? = 0 >configure:14388: result: yes >configure:14396: checking for ssize_t >configure:14413: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14413: $? = 0 >configure:14422: result: yes >configure:14430: checking for clock_t >configure:14447: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14447: $? = 0 >configure:14456: result: yes >configure:14464: checking for sa_family_t >configure:14484: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14484: $? = 0 >configure:14514: result: yes >configure:14522: checking for pid_t >configure:14539: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14539: $? = 0 >configure:14548: result: yes >configure:14556: checking for mode_t >configure:14573: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14573: $? = 0 >configure:14582: result: yes >configure:14591: checking for struct sockaddr_storage >configure:14611: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14611: $? = 0 >configure:14620: result: yes >configure:14628: checking for struct sockaddr_in6 >configure:14648: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14648: $? = 0 >configure:14657: result: yes >configure:14665: checking for struct in6_addr >configure:14685: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14685: $? = 0 >configure:14694: result: yes >configure:14701: checking for struct sockaddr_in6.sin6_scope_id >configure:14701: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14701: $? = 0 >configure:14701: result: yes >configure:14719: checking for struct addrinfo >configure:14740: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14740: $? = 0 >configure:14749: result: yes >configure:14757: checking for struct timeval >configure:14774: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14774: $? = 0 >configure:14783: result: yes >configure:14792: checking for struct timespec >configure:14792: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:14792: $? = 0 >configure:14792: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 293.30: 1506-046 (S) Syntax error. >configure:14792: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((struct timespec))) >| return 0; >| ; >| return 0; >| } >configure:14792: result: yes >configure:14844: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:14844: $? = 0 >configure:14844: ./conftest >configure:14844: $? = 0 >configure:14860: checking for ut_host field in utmp.h >configure:14883: result: yes >configure:14899: checking for ut_host field in utmpx.h >configure:14922: result: yes >configure:14938: checking for syslen field in utmpx.h >configure:14961: result: no >configure:14977: checking for ut_pid field in utmp.h >configure:15000: result: yes >configure:15016: checking for ut_type field in utmp.h >configure:15039: result: yes >configure:15055: checking for ut_type field in utmpx.h >configure:15078: result: yes >configure:15094: checking for ut_tv field in utmp.h >configure:15117: result: no >configure:15133: checking for ut_id field in utmp.h >configure:15156: result: yes >configure:15172: checking for ut_id field in utmpx.h >configure:15195: result: yes >configure:15211: checking for ut_addr field in utmp.h >configure:15234: result: no >configure:15250: checking for ut_addr field in utmpx.h >configure:15273: result: no >configure:15289: checking for ut_addr_v6 field in utmp.h >configure:15312: result: no >configure:15328: checking for ut_addr_v6 field in utmpx.h >configure:15351: result: no >configure:15367: checking for ut_exit field in utmp.h >configure:15390: result: yes >configure:15406: checking for ut_time field in utmp.h >configure:15429: result: yes >configure:15445: checking for ut_time field in utmpx.h >configure:15468: result: no >configure:15484: checking for ut_tv field in utmpx.h >configure:15507: result: yes >configure:15520: checking for struct stat.st_blksize >configure:15520: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:15520: $? = 0 >configure:15520: result: yes >configure:15530: checking for struct passwd.pw_gecos >configure:15530: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:15530: $? = 0 >configure:15530: result: yes >configure:15543: checking for struct passwd.pw_class >configure:15543: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.13: 1506-022 (S) "pw_class" is not a member of "struct passwd". >configure:15543: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <pwd.h> >| >| >| int >| main () >| { >| static struct passwd ac_aggr; >| if (ac_aggr.pw_class) >| return 0; >| ; >| return 0; >| } >configure:15543: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.20: 1506-022 (S) "pw_class" is not a member of "struct passwd". >configure:15543: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <pwd.h> >| >| >| int >| main () >| { >| static struct passwd ac_aggr; >| if (sizeof ac_aggr.pw_class) >| return 0; >| ; >| return 0; >| } >configure:15543: result: no >configure:15556: checking for struct passwd.pw_change >configure:15556: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.13: 1506-022 (S) "pw_change" is not a member of "struct passwd". >configure:15556: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <pwd.h> >| >| >| int >| main () >| { >| static struct passwd ac_aggr; >| if (ac_aggr.pw_change) >| return 0; >| ; >| return 0; >| } >configure:15556: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.20: 1506-022 (S) "pw_change" is not a member of "struct passwd". >configure:15556: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <pwd.h> >| >| >| int >| main () >| { >| static struct passwd ac_aggr; >| if (sizeof ac_aggr.pw_change) >| return 0; >| ; >| return 0; >| } >configure:15556: result: no >configure:15569: checking for struct passwd.pw_expire >configure:15569: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.13: 1506-022 (S) "pw_expire" is not a member of "struct passwd". >configure:15569: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <pwd.h> >| >| >| int >| main () >| { >| static struct passwd ac_aggr; >| if (ac_aggr.pw_expire) >| return 0; >| ; >| return 0; >| } >configure:15569: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.20: 1506-022 (S) "pw_expire" is not a member of "struct passwd". >configure:15569: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <pwd.h> >| >| >| int >| main () >| { >| static struct passwd ac_aggr; >| if (sizeof ac_aggr.pw_expire) >| return 0; >| ; >| return 0; >| } >configure:15569: result: no >configure:15584: checking for struct __res_state.retrans >configure:15584: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:15584: $? = 0 >configure:15584: result: yes >configure:15603: checking for ss_family field in struct sockaddr_storage >configure:15623: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:15623: $? = 0 >configure:15631: result: yes >configure:15639: checking for __ss_family field in struct sockaddr_storage >configure:15659: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 278.31: 1506-022 (S) "__ss_family" is not a member of "struct sockaddr_storage". >configure:15659: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; s.__ss_family = 1; >| ; >| return 0; >| } >configure:15668: result: no >configure:15676: checking for msg_accrights field in struct msghdr >configure:15705: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 285.3: 1506-022 (S) "msg_accrights" is not a member of "struct msghdr". >configure:15705: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <sys/uio.h> >| >| int >| main () >| { >| >| #ifdef msg_accrights >| #error "msg_accrights is a macro" >| exit(1); >| #endif >| struct msghdr m; >| m.msg_accrights = 0; >| exit(0); >| >| ; >| return 0; >| } >configure:15714: result: no >configure:15722: checking if struct statvfs.f_fsid is integral type >configure:15747: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 287.29: 1506-068 (S) Operation between types "struct fsid_t" and "int" is not allowed. >configure:15747: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <sys/param.h> >| #include <sys/stat.h> >| #ifdef HAVE_SYS_TIME_H >| # include <sys/time.h> >| #endif >| #ifdef HAVE_SYS_MOUNT_H >| #include <sys/mount.h> >| #endif >| #ifdef HAVE_SYS_STATVFS_H >| #include <sys/statvfs.h> >| #endif >| >| int >| main () >| { >| struct statvfs s; s.f_fsid = 0; >| ; >| return 0; >| } >configure:15751: result: no >configure:15754: checking if fsid_t has member val >configure:15770: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:15770: $? = 0 >configure:15771: result: yes >configure:15782: checking if f_fsid has member __val >configure:15798: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 279.14: 1506-022 (S) "__val" is not a member of "struct fsid_t". >configure:15798: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/statvfs.h> >| >| int >| main () >| { >| fsid_t t; t.__val[0] = 0; >| ; >| return 0; >| } >configure:15805: result: no >configure:15813: checking for msg_control field in struct msghdr >configure:15842: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:15842: $? = 0 >configure:15851: result: yes >configure:15859: checking if libc defines __progname >configure:15876: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: __progname >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:15876: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| extern char *__progname; printf("%s", __progname); >| ; >| return 0; >| } >configure:15886: result: no >configure:15894: checking whether cc -qlanglvl=extc89 implements __FUNCTION__ >configure:15911: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:15911: $? = 0 >configure:15921: result: yes >configure:15929: checking whether cc -qlanglvl=extc89 implements __func__ >configure:15946: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:15946: $? = 0 >configure:15956: result: yes >configure:15964: checking whether va_copy exists >configure:15984: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .va_copy >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:15984: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| /* end confdefs.h. */ >| >| #include <stdarg.h> >| va_list x,y; >| >| int >| main () >| { >| va_copy(x,y); >| ; >| return 0; >| } >configure:15994: result: no >configure:16002: checking whether __va_copy exists >configure:16022: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .__va_copy >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:16022: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| /* end confdefs.h. */ >| >| #include <stdarg.h> >| va_list x,y; >| >| int >| main () >| { >| __va_copy(x,y); >| ; >| return 0; >| } >configure:16032: result: no >configure:16040: checking whether getopt has optreset support >configure:16057: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >"conftest.c", line 275.11: 1506-296 (S) #include file <getopt.h> not found. >configure:16057: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| /* end confdefs.h. */ >| #include <getopt.h> >| int >| main () >| { >| extern int optreset; optreset = 0; >| ; >| return 0; >| } >configure:16067: result: no >configure:16075: checking if libc defines sys_errlist >configure:16092: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16092: $? = 0 >configure:16102: result: yes >configure:16111: checking if libc defines sys_nerr >configure:16128: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16128: $? = 0 >configure:16138: result: yes >configure:16147: checking for library containing getrrsetbyname >configure:16178: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: .getrrsetbyname >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:16178: $? = 8 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getrrsetbyname (); >| int >| main () >| { >| return getrrsetbyname (); >| ; >| return 0; >| } >configure:16178: cc -qlanglvl=extc89 -o conftest -g conftest.c -lresolv -lcrypto -lz >&5 >ld: 0706-006 Cannot find or open library file: -l resolv > ld:open(): No such file or directory >configure:16178: $? = 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getrrsetbyname (); >| int >| main () >| { >| return getrrsetbyname (); >| ; >| return 0; >| } >configure:16195: result: no >configure:16206: checking for library containing res_query >configure:16237: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16237: $? = 0 >configure:16254: result: none required >configure:16262: checking for library containing dn_expand >configure:16293: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16293: $? = 0 >configure:16310: result: none required >configure:16318: checking if res_query will link >configure:16339: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16339: $? = 0 >configure:16340: result: yes >configure:16385: checking for _getshort >configure:16385: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16385: $? = 0 >configure:16385: result: yes >configure:16385: checking for _getlong >configure:16385: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16385: $? = 0 >configure:16385: result: yes >configure:16394: checking whether _getshort is declared >configure:16394: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:16394: $? = 0 >configure:16394: result: yes >configure:16406: checking whether _getlong is declared >configure:16406: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:16406: $? = 0 >configure:16406: result: yes >configure:16419: checking for HEADER.ad >configure:16419: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 287.13: 1506-022 (S) "ad" is not a member of "struct {...}". >configure:16419: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| /* end confdefs.h. */ >| #include <arpa/nameser.h> >| >| int >| main () >| { >| static HEADER ac_aggr; >| if (ac_aggr.ad) >| return 0; >| ; >| return 0; >| } >configure:16419: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 287.20: 1506-022 (S) "ad" is not a member of "struct {...}". >configure:16419: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| /* end confdefs.h. */ >| #include <arpa/nameser.h> >| >| int >| main () >| { >| static HEADER ac_aggr; >| if (sizeof ac_aggr.ad) >| return 0; >| ; >| return 0; >| } >configure:16419: result: no >configure:16431: checking if struct __res_state _res is an extern >configure:16453: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:16453: $? = 0 >configure:16454: result: yes >configure:17192: checking for xauth >configure:17210: found /usr/bin/X11/xauth >configure:17222: result: /usr/bin/X11/xauth >configure:17286: checking Discovering system mail directory >configure:17338: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:17338: $? = 0 >configure:17338: ./conftest >configure:17338: $? = 0 >configure:17343: result: Using: /var/spool/mail from _PATH_MAILDIR >configure:17386: checking for "/dev/ptmx" >configure:17400: result: no >configure:17419: checking for "/dev/ptc" >configure:17433: result: yes >configure:17475: checking for nroff >configure:17505: result: /usr/bin/nroff >configure:17566: checking if the systems has expire shadow information >configure:17583: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 286.10: 1506-296 (S) #include file <shadow.h> not found. >"conftest.c", line 292.2: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union. >"conftest.c", line 292.17: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union. >"conftest.c", line 292.32: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union. >"conftest.c", line 295.1: 1506-505 (S) Type "struct spwd" of identifier "sp" was incomplete at the end of its scope. >configure:17583: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <shadow.h> >| struct spwd sp; >| >| int >| main () >| { >| sp.sp_expire = sp.sp_lstchg = sp.sp_inact = 0; >| ; >| return 0; >| } >configure:17595: result: no >configure:17648: checking for "/etc/default/login" >configure:17662: result: no >configure:17763: cc -qlanglvl=extc89 -o conftest -g conftest.c -lcrypto -lz >&5 >configure:17763: $? = 0 >configure:17763: ./conftest >configure:17763: $? = 0 >configure:17825: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:17853: result: no (default) >configure:18020: checking if your system defines LASTLOG_FILE >configure:18045: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 302.18: 1506-045 (S) Undeclared identifier LASTLOG_FILE. >configure:18045: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define _PATH_SSH_PIDDIR "/etc/ssh" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_LASTLOG_H >| # include <lastlog.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| #ifdef HAVE_LOGIN_H >| # include <login.h> >| #endif >| >| int >| main () >| { >| char *lastlog = LASTLOG_FILE; >| ; >| return 0; >| } >configure:18050: result: no >configure:18052: checking if your system defines _PATH_LASTLOG >configure:18074: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 299.18: 1506-045 (S) Undeclared identifier _PATH_LASTLOG. >configure:18074: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define _PATH_SSH_PIDDIR "/etc/ssh" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_LASTLOG_H >| # include <lastlog.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *lastlog = _PATH_LASTLOG; >| ; >| return 0; >| } >configure:18079: result: no >configure:18111: checking if your system defines UTMP_FILE >configure:18130: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:18130: $? = 0 >configure:18131: result: yes >configure:18161: checking if your system defines WTMP_FILE >configure:18180: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:18180: $? = 0 >configure:18181: result: yes >configure:18211: checking if your system defines WTMPX_FILE >configure:18233: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 300.16: 1506-045 (S) Undeclared identifier WTMPX_FILE. >configure:18233: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define _PATH_SSH_PIDDIR "/etc/ssh" >| #define CONF_LASTLOG_FILE "/etc/security/lastlog" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *wtmpx = WTMPX_FILE; >| ; >| return 0; >| } >configure:18237: result: no >configure:18259: WARNING: Please check and edit blibpath in LDFLAGS in Makefile >configure:18263: checking for struct lastlog.ll_line >configure:18263: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 306.15: 1506-007 (S) "struct lastlog" is undefined. >configure:18263: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define _PATH_SSH_PIDDIR "/etc/ssh" >| #define CONF_LASTLOG_FILE "/etc/security/lastlog" >| #define DISABLE_WTMPX 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_UTMP_H >| #include <utmp.h> >| #endif >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_LASTLOG_H >| #include <lastlog.h> >| #endif >| >| >| int >| main () >| { >| static struct lastlog ac_aggr; >| if (ac_aggr.ll_line) >| return 0; >| ; >| return 0; >| } >configure:18263: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 306.15: 1506-007 (S) "struct lastlog" is undefined. >configure:18263: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define _PATH_SSH_PIDDIR "/etc/ssh" >| #define CONF_LASTLOG_FILE "/etc/security/lastlog" >| #define DISABLE_WTMPX 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_UTMP_H >| #include <utmp.h> >| #endif >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_LASTLOG_H >| #include <lastlog.h> >| #endif >| >| >| int >| main () >| { >| static struct lastlog ac_aggr; >| if (sizeof ac_aggr.ll_line) >| return 0; >| ; >| return 0; >| } >configure:18263: result: no >configure:18290: checking for struct utmp.ut_line >configure:18290: cc -qlanglvl=extc89 -c -g conftest.c >&5 >configure:18290: $? = 0 >configure:18290: result: yes >configure:18324: checking whether BROKEN_GETADDRINFO is declared >configure:18324: cc -qlanglvl=extc89 -c -g conftest.c >&5 >"conftest.c", line 329.10: 1506-045 (S) Undeclared identifier BROKEN_GETADDRINFO. >configure:18324: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #ifndef __cplusplus >| #define inline __inline__ >| #endif >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_AUDIT_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_SYS_UN_H 1 >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| #define HAVE_DECL_SETAUTHDB 1 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_GETGRSET 1 >| #define HAVE_SETAUTHDB 1 >| #define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define PTY_ZEROREAD 1 >| #define PLATFORM_SYS_DIR_UID 2 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 1 >| #define HAVE_FSTATVFS 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 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_MBLEN 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_POLL 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_RRESVPORT_AF 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 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_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define WITH_OPENSSL 1 >| #define WITH_SSH1 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_RLIMIT 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 8 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMP 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| #define FSID_HAS_VAL 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define HAVE__RES_EXTERN 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >| #define _PATH_SSH_PIDDIR "/etc/ssh" >| #define CONF_LASTLOG_FILE "/etc/security/lastlog" >| #define DISABLE_WTMPX 1 >| #define DISABLE_LASTLOG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef BROKEN_GETADDRINFO >| #ifdef __cplusplus >| (void) BROKEN_GETADDRINFO; >| #else >| (void) BROKEN_GETADDRINFO; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:18324: result: no >configure:18454: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by OpenSSH config.status Portable, which was >generated by GNU Autoconf 2.68. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on p570bp2 > >config.status:1139: creating Makefile >config.status:1139: creating buildpkg.sh >config.status:1139: creating opensshd.init >config.status:1139: creating openssh.xml >config.status:1139: creating openbsd-compat/Makefile >config.status:1139: creating openbsd-compat/regress/Makefile >config.status:1139: creating survey.sh >config.status:1139: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=powerpc-ibm-aix5.3.0.0 >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=no >ac_cv_c_inline=__inline__ >ac_cv_cc_implements___FUNCTION__=yes >ac_cv_cc_implements___func__=yes >ac_cv_env_CC_set='' >ac_cv_env_CC_value='' >ac_cv_env_CFLAGS_set='' >ac_cv_env_CFLAGS_value='' >ac_cv_env_CPPFLAGS_set='' >ac_cv_env_CPPFLAGS_value='' >ac_cv_env_CPP_set='' >ac_cv_env_CPP_value='' >ac_cv_env_LDFLAGS_set='' >ac_cv_env_LDFLAGS_value='' >ac_cv_env_LIBS_set='' >ac_cv_env_LIBS_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_file__dev_ptc=yes >ac_cv_file__dev_ptmx=no >ac_cv_file__etc_default_login=no >ac_cv_func_BN_is_prime_ex=yes >ac_cv_func_Blowfish_expand0state=no >ac_cv_func_Blowfish_expandstate=no >ac_cv_func_Blowfish_initstate=no >ac_cv_func_Blowfish_stream2word=no >ac_cv_func_DES_crypt=yes >ac_cv_func_DSA_generate_parameters_ex=yes >ac_cv_func_EVP_DigestFinal_ex=yes >ac_cv_func_EVP_DigestInit_ex=yes >ac_cv_func_EVP_MD_CTX_cleanup=yes >ac_cv_func_EVP_MD_CTX_copy_ex=yes >ac_cv_func_EVP_MD_CTX_init=yes >ac_cv_func_EVP_ripemd160=yes >ac_cv_func_EVP_sha256=yes >ac_cv_func_HMAC_CTX_init=yes >ac_cv_func_RSA_generate_key_ex=yes >ac_cv_func_RSA_get_default_method=yes >ac_cv_func_SHA256_Update=yes >ac_cv_func___b64_ntop=no >ac_cv_func___b64_pton=no >ac_cv_func__getlong=yes >ac_cv_func__getpty=no >ac_cv_func__getshort=yes >ac_cv_func_arc4random=no >ac_cv_func_arc4random_buf=no >ac_cv_func_arc4random_stir=no >ac_cv_func_arc4random_uniform=no >ac_cv_func_asprintf=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_bcrypt_pbkdf=no >ac_cv_func_bindresvport_sa=no >ac_cv_func_blf_enc=no >ac_cv_func_cap_rights_limit=no >ac_cv_func_clock=yes >ac_cv_func_closefrom=no >ac_cv_func_crypt=yes >ac_cv_func_daemon=no >ac_cv_func_dirfd=no >ac_cv_func_dirname=yes >ac_cv_func_endgrent=yes >ac_cv_func_endutent=yes >ac_cv_func_endutxent=yes >ac_cv_func_explicit_bzero=no >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_fmt_scaled=no >ac_cv_func_freeaddrinfo=yes >ac_cv_func_fstatfs=yes >ac_cv_func_fstatvfs=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_getgrset=yes >ac_cv_func_getlastlogxbyname=no >ac_cv_func_getnameinfo=yes >ac_cv_func_getopt=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpeereid=yes >ac_cv_func_getpeerucred=no >ac_cv_func_getpgid=yes >ac_cv_func_getpgrp=yes >ac_cv_func_getpgrp_void=yes >ac_cv_func_getrlimit=yes >ac_cv_func_getrusage=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_getutxuser=no >ac_cv_func_glob=yes >ac_cv_func_group_from_gid=no >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=no >ac_cv_func_login_getcapbool=no >ac_cv_func_logout=no >ac_cv_func_logwtmp=no >ac_cv_func_mblen=yes >ac_cv_func_md5_crypt=no >ac_cv_func_memmove=yes >ac_cv_func_memset_s=no >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_poll=yes >ac_cv_func_prctl=no >ac_cv_func_pstat=no >ac_cv_func_pututline=yes >ac_cv_func_pututxline=yes >ac_cv_func_readpassphrase=no >ac_cv_func_realpath=yes >ac_cv_func_recvmsg=yes >ac_cv_func_rresvport_af=yes >ac_cv_func_scan_scaled=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_setgroupent=no >ac_cv_func_setgroups=yes >ac_cv_func_setlinebuf=yes >ac_cv_func_setlogin=no >ac_cv_func_setpassent=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_setutxdb=no >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_statfs=yes >ac_cv_func_statvfs=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=no >ac_cv_func_strlcpy=no >ac_cv_func_strmode=no >ac_cv_func_strnlen=yes >ac_cv_func_strnvis=no >ac_cv_func_strptime=yes >ac_cv_func_strsep=yes >ac_cv_func_strtoll=yes >ac_cv_func_strtonum=no >ac_cv_func_strtoul=yes >ac_cv_func_strtoull=yes >ac_cv_func_swap32=no >ac_cv_func_sysconf=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_time=yes >ac_cv_func_timingsafe_bcmp=no >ac_cv_func_truncate=yes >ac_cv_func_unsetenv=yes >ac_cv_func_updwtmp=yes >ac_cv_func_updwtmpx=no >ac_cv_func_user_from_uid=no >ac_cv_func_usleep=yes >ac_cv_func_utimes=yes >ac_cv_func_utmpname=yes >ac_cv_func_utmpxname=no >ac_cv_func_vasprintf=no >ac_cv_func_vsnprintf=yes >ac_cv_func_waitpid=yes >ac_cv_func_yp_match=yes >ac_cv_have___ss_family_in_struct_ss=no >ac_cv_have___va_copy=no >ac_cv_have_accrights_in_msghdr=no >ac_cv_have_clock_t=yes >ac_cv_have_control_in_msghdr=yes >ac_cv_have_decl_BROKEN_GETADDRINFO=no >ac_cv_have_decl_F_CLOSEM=yes >ac_cv_have_decl_GLOB_NOMATCH=yes >ac_cv_have_decl_LLONG_MAX=yes >ac_cv_have_decl_MAXSYMLINKS=yes >ac_cv_have_decl_NFDBITS=yes >ac_cv_have_decl_O_NONBLOCK=yes >ac_cv_have_decl_PR_SET_NO_NEW_PRIVS=no >ac_cv_have_decl_RLIMIT_NPROC=no >ac_cv_have_decl_SHUT_RD=yes >ac_cv_have_decl_SYSTR_POLICY_KILL=no >ac_cv_have_decl__getlong=yes >ac_cv_have_decl__getshort=yes >ac_cv_have_decl_authenticate=yes >ac_cv_have_decl_getrusage=yes >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_howmany=yes >ac_cv_have_decl_loginfailed=yes >ac_cv_have_decl_loginrestrictions=yes >ac_cv_have_decl_loginsuccess=yes >ac_cv_have_decl_offsetof=yes >ac_cv_have_decl_passwdexpired=yes >ac_cv_have_decl_setauthdb=yes >ac_cv_have_decl_strsep=yes >ac_cv_have_decl_tcsendbreak=yes >ac_cv_have_decl_writev=yes >ac_cv_have_getopt_optreset=no >ac_cv_have_int64_t=yes >ac_cv_have_intxx_t=yes >ac_cv_have_mode_t=yes >ac_cv_have_pid_t=yes >ac_cv_have_sa_family_t=yes >ac_cv_have_size_t=yes >ac_cv_have_ss_family_in_struct_ss=yes >ac_cv_have_ssize_t=yes >ac_cv_have_struct_addrinfo=yes >ac_cv_have_struct_in6_addr=yes >ac_cv_have_struct_sockaddr_in6=yes >ac_cv_have_struct_sockaddr_storage=yes >ac_cv_have_struct_timeval=yes >ac_cv_have_u_char=yes >ac_cv_have_u_int64_t=yes >ac_cv_have_u_int=yes >ac_cv_have_u_intxx_t=yes >ac_cv_have_va_copy=no >ac_cv_header_blf_h=no >ac_cv_header_bsd_libutil_h=no >ac_cv_header_bstring_h=no >ac_cv_header_crypt_h=yes >ac_cv_header_crypto_sha2_h=no >ac_cv_header_dirent_h=yes >ac_cv_header_elf_h=no >ac_cv_header_endian_h=no >ac_cv_header_fcntl_h=yes >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_iaf_h=no >ac_cv_header_inttypes_h=yes >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_locale_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=yes >ac_cv_header_ndir_h=no >ac_cv_header_net_if_tun_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netgroup_h=no >ac_cv_header_pam_pam_appl_h=no >ac_cv_header_paths_h=yes >ac_cv_header_poll_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_sha2_h=no >ac_cv_header_shadow_h=no >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_audit_h=yes >ac_cv_header_sys_bitypes_h=no >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_capability_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_mount_h=no >ac_cv_header_sys_ndir_h=no >ac_cv_header_sys_poll_h=yes >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=yes >ac_cv_header_sys_statvfs_h=yes >ac_cv_header_sys_stream_h=yes >ac_cv_header_sys_stropts_h=yes >ac_cv_header_sys_strtio_h=no >ac_cv_header_sys_sysmacros_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_timers_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tmpdir_h=no >ac_cv_header_ttyent_h=yes >ac_cv_header_ucred_h=no >ac_cv_header_unistd_h=yes >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.3.0.0 >ac_cv_lib_bsd_daemon=no >ac_cv_lib_gen_getspnam=no >ac_cv_lib_iaf_ia_openinfo=no >ac_cv_lib_z_deflate=yes >ac_cv_libc_defines___progname=no >ac_cv_libc_defines_sys_errlist=yes >ac_cv_libc_defines_sys_nerr=yes >ac_cv_member_HEADER_ad=no >ac_cv_member_struct___res_state_retrans=yes >ac_cv_member_struct_lastlog_ll_line=no >ac_cv_member_struct_passwd_pw_change=no >ac_cv_member_struct_passwd_pw_class=no >ac_cv_member_struct_passwd_pw_expire=no >ac_cv_member_struct_passwd_pw_gecos=yes >ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes >ac_cv_member_struct_stat_st_blksize=yes >ac_cv_member_struct_utmp_ut_line=yes >ac_cv_objext=o >ac_cv_path_AR=/usr/bin/ar >ac_cv_path_CAT=/usr/bin/cat >ac_cv_path_EGREP='/usr/bin/grep -E' >ac_cv_path_GREP=/usr/bin/grep >ac_cv_path_KILL=/usr/bin/kill >ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login >ac_cv_path_NROFF=/usr/bin/nroff >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_SED=/usr/bin/sed >ac_cv_path_SH=/usr/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/usr/bin/ksh >ac_cv_path_xauth_path=/usr/bin/X11/xauth >ac_cv_prog_AWK=nawk >ac_cv_prog_CC=cc >ac_cv_prog_CPP='cc -qlanglvl=extc89 -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_cc_c89=-qlanglvl=extc89 >ac_cv_prog_cc_g=yes >ac_cv_search_EVP_CIPHER_CTX_ctrl='none required' >ac_cv_search_basename='none required' >ac_cv_search_clock_gettime='none required' >ac_cv_search_dlopen='none required' >ac_cv_search_dn_expand='none required' >ac_cv_search_fmt_scaled=no >ac_cv_search_getrrsetbyname=no >ac_cv_search_inet_ntop='none required' >ac_cv_search_login=no >ac_cv_search_logout=no >ac_cv_search_logwtmp=no >ac_cv_search_nanosleep='none required' >ac_cv_search_openpty=no >ac_cv_search_res_query='none required' >ac_cv_search_scan_scaled=no >ac_cv_search_updwtmp='none required' >ac_cv_sizeof_int=4 >ac_cv_sizeof_long_int=8 >ac_cv_sizeof_long_long_int=8 >ac_cv_sizeof_short_int=2 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_type_fd_mask=yes >ac_cv_type_fsblkcnt_t=yes >ac_cv_type_fsfilcnt_t=yes >ac_cv_type_in_addr_t=yes >ac_cv_type_in_port_t=yes >ac_cv_type_intmax_t=yes >ac_cv_type_long_double=yes >ac_cv_type_long_long=yes >ac_cv_type_sig_atomic_t=yes >ac_cv_type_socklen_t=yes >ac_cv_type_struct_timespec=yes >ac_cv_type_uintmax_t=yes >ac_cv_type_unsigned_long_long=yes >ossh_cv_utmp_h_has_ut_addr=no >ossh_cv_utmp_h_has_ut_addr_v6=no >ossh_cv_utmp_h_has_ut_exit=yes >ossh_cv_utmp_h_has_ut_host=yes >ossh_cv_utmp_h_has_ut_id=yes >ossh_cv_utmp_h_has_ut_pid=yes >ossh_cv_utmp_h_has_ut_time=yes >ossh_cv_utmp_h_has_ut_tv=no >ossh_cv_utmp_h_has_ut_type=yes >ossh_cv_utmpx_h_has_syslen=no >ossh_cv_utmpx_h_has_ut_addr=no >ossh_cv_utmpx_h_has_ut_addr_v6=no >ossh_cv_utmpx_h_has_ut_host=yes >ossh_cv_utmpx_h_has_ut_id=yes >ossh_cv_utmpx_h_has_ut_time=no >ossh_cv_utmpx_h_has_ut_tv=yes >ossh_cv_utmpx_h_has_ut_type=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/bin/ar' >AWK='nawk' >CAT='/usr/bin/cat' >CC='cc -qlanglvl=extc89' >CFLAGS='-g ' >COMMENT_OUT_ECC='' >CPP='cc -qlanglvl=extc89 -E' >CPPFLAGS='' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='\c' >ECHO_N='' >ECHO_T='' >EGREP='/usr/bin/grep -E' >ENT='' >EXEEXT='' >GREP='/usr/bin/grep' >GROFF='' >GSSLIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >K5LIBS='' >KILL='/usr/bin/kill' >KRB5CONF='' >LD='cc -qlanglvl=extc89' >LDFLAGS=' -blibpath:/usr/lib:/lib' >LIBEDIT='' >LIBOBJS='' >LIBS='-lcrypto -lz ' >LOGIN_PROGRAM_FALLBACK='/usr/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='no' >MANDOC='' >MANFMT='/usr/bin/nroff -mandoc' >MANTYPE='man' >NROFF='/usr/bin/nroff' >OBJEXT='o' >PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org' >PACKAGE_NAME='OpenSSH' >PACKAGE_STRING='OpenSSH Portable' >PACKAGE_TARNAME='openssh' >PACKAGE_URL='' >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' >PKGCONFIG='' >PRIVSEP_PATH='/var/empty' >RANLIB='ranlib' >SED='/usr/bin/sed' >SH='/usr/bin/sh' >SHELL='/bin/sh' >SSHDLIBS='' >SSHLIBS='' >SSH_PRIVSEP_USER='sshd' >STARTUP_SCRIPT_SHELL='/bin/sh' >STRIP_OPT='-s' >TEST_MALLOC_OPTIONS='' >TEST_MINUS_S_SH='/usr/bin/ksh' >TEST_SHELL='sh' >TEST_SSH_ECC='yes' >TEST_SSH_IPV6='yes' >UNSUPPORTED_ALGORITHMS='' >XAUTH_PATH='/usr/bin/X11/xauth' >ac_ct_CC='' >bindir='${exec_prefix}/bin' >build='powerpc-ibm-aix5.3.0.0' >build_alias='' >build_cpu='powerpc' >build_os='aix5.3.0.0' >build_vendor='ibm' >datadir='${datarootdir}' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='powerpc-ibm-aix5.3.0.0' >host_alias='' >host_cpu='powerpc' >host_os='aix5.3.0.0' >host_vendor='ibm' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='${datarootdir}/info' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='${datarootdir}/man' >mansubdir='man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >piddir='/etc/ssh' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc/ssh' >target_alias='' >user_path='/usr/bin:/bin:/usr/sbin:/sbin' >xauth_path='/usr/bin/X11/xauth' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "OpenSSH" >#define PACKAGE_TARNAME "openssh" >#define PACKAGE_VERSION "Portable" >#define PACKAGE_STRING "OpenSSH Portable" >#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >#define PACKAGE_URL "" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define WORDS_BIGENDIAN 1 >#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >#define _PATH_PASSWD_PROG "/usr/bin/passwd" >#ifndef __cplusplus >#define inline __inline__ >#endif >#define HAVE_ATTRIBUTE__NONNULL__ 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_GLOB_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_LOGIN_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_PATHS_H 1 >#define HAVE_POLL_H 1 >#define HAVE_RPC_TYPES_H 1 >#define HAVE_SECURITY_PAM_APPL_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_SYS_AUDIT_H 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_SYS_DIR_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_POLL_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STREAM_H 1 >#define HAVE_SYS_STROPTS_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_SYS_SYSMACROS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TIMERS_H 1 >#define HAVE_TIME_H 1 >#define HAVE_TTYENT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_USERSEC_H 1 >#define HAVE_UTIME_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_UTMPX_H 1 >#define HAVE_SYS_UN_H 1 >#define WITH_AIXAUTHENTICATE 1 >#define HAVE_DECL_AUTHENTICATE 1 >#define HAVE_DECL_LOGINRESTRICTIONS 1 >#define HAVE_DECL_LOGINSUCCESS 1 >#define HAVE_DECL_PASSWDEXPIRED 1 >#define HAVE_DECL_SETAUTHDB 1 >#define HAVE_DECL_LOGINFAILED 1 >#define AIX_LOGINFAILED_4ARG 1 >#define HAVE_GETGRSET 1 >#define HAVE_SETAUTHDB 1 >#define HAVE_FCNTL_CLOSEM 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 SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >#define PTY_ZEROREAD 1 >#define PLATFORM_SYS_DIR_UID 2 >#define HAVE_DIRNAME 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_BASENAME 1 >#define HAVE_LIBZ 1 >#define HAVE_UTIMES 1 >#define HAVE_UPDWTMP 1 >#define HAVE_STRFTIME 1 >#define HAVE_DECL_GLOB_NOMATCH 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_ENDGRENT 1 >#define HAVE_FCHMOD 1 >#define HAVE_FCHOWN 1 >#define HAVE_FREEADDRINFO 1 >#define HAVE_FSTATFS 1 >#define HAVE_FSTATVFS 1 >#define HAVE_GETADDRINFO 1 >#define HAVE_GETCWD 1 >#define HAVE_GETNAMEINFO 1 >#define HAVE_GETOPT 1 >#define HAVE_GETPEEREID 1 >#define HAVE_GETPGID 1 >#define HAVE_GETPGRP 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_MBLEN 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MMAP 1 >#define HAVE_NSLEEP 1 >#define HAVE_OPENLOG_R 1 >#define HAVE_POLL 1 >#define HAVE_REALPATH 1 >#define HAVE_RECVMSG 1 >#define HAVE_RRESVPORT_AF 1 >#define HAVE_SENDMSG 1 >#define HAVE_SETEGID 1 >#define HAVE_SETENV 1 >#define HAVE_SETEUID 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETLINEBUF 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_STATFS 1 >#define HAVE_STATVFS 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRNLEN 1 >#define HAVE_STRPTIME 1 >#define HAVE_STRTOLL 1 >#define HAVE_STRTOUL 1 >#define HAVE_STRTOULL 1 >#define HAVE_SYSCONF 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TRUNCATE 1 >#define HAVE_UNSETENV 1 >#define HAVE_USLEEP 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define HAVE_ISBLANK 1 >#define ENABLE_PKCS11 /**/ >#define HAVE_GAI_STRERROR 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_CLOCK_GETTIME 1 >#define HAVE_GETRUSAGE 1 >#define HAVE_STRSEP 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_DECL_H_ERRNO 1 >#define HAVE_DECL_SHUT_RD 1 >#define HAVE_DECL_O_NONBLOCK 1 >#define HAVE_DECL_WRITEV 1 >#define HAVE_DECL_MAXSYMLINKS 1 >#define HAVE_DECL_OFFSETOF 1 >#define HAVE_DECL_HOWMANY 1 >#define HAVE_DECL_NFDBITS 1 >#define HAVE_FD_MASK 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_TIME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_GETUTENT 1 >#define HAVE_GETUTID 1 >#define HAVE_GETUTLINE 1 >#define HAVE_PUTUTLINE 1 >#define HAVE_SETUTENT 1 >#define HAVE_UTMPNAME 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_GETUTXENT 1 >#define HAVE_GETUTXID 1 >#define HAVE_GETUTXLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_SETUTXENT 1 >#define HAVE_GETPAGESIZE 1 >#define SNPRINTF_CONST const >#define AIX_GETNAMEINFO_HACK 1 >#define GETPGRP_VOID 1 >#define HAVE_OPENSSL 1 >#define WITH_OPENSSL 1 >#define WITH_SSH1 1 >#define HAVE_BN_IS_PRIME_EX 1 >#define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >#define HAVE_EVP_DIGESTINIT_EX 1 >#define HAVE_EVP_DIGESTFINAL_EX 1 >#define HAVE_EVP_MD_CTX_INIT 1 >#define HAVE_EVP_MD_CTX_CLEANUP 1 >#define HAVE_EVP_MD_CTX_COPY_EX 1 >#define HAVE_HMAC_CTX_INIT 1 >#define HAVE_RSA_GENERATE_KEY_EX 1 >#define HAVE_RSA_GET_DEFAULT_METHOD 1 >#define OPENSSL_HAVE_EVPCTR 1 >#define OPENSSL_HAVE_EVPGCM 1 >#define HAVE_EVP_CIPHER_CTX_CTRL 1 >#define HAVE_CRYPT 1 >#define HAVE_DES_CRYPT 1 >#define HAVE_SHA256_UPDATE 1 >#define HAVE_EVP_SHA256 1 >#define HAVE_EVP_RIPEMD160 1 >#define OPENSSL_HAS_ECC 1 >#define OPENSSL_HAS_NISTP256 1 >#define OPENSSL_HAS_NISTP384 1 >#define OPENSSL_HAS_NISTP521 1 >#define OPENSSL_PRNG_ONLY 1 >#define SSH_PRIVSEP_USER "sshd" >#define SANDBOX_RLIMIT 1 >#define HAVE_LONG_LONG 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define HAVE_LONG_DOUBLE 1 >#define SIZEOF_SHORT_INT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_INT 8 >#define SIZEOF_LONG_LONG_INT 8 >#define HAVE_U_INT 1 >#define HAVE_INTXX_T 1 >#define HAVE_INT64_T 1 >#define HAVE_U_INTXX_T 1 >#define HAVE_U_INT64_T 1 >#define HAVE_UINTXX_T 1 >#define HAVE_UINTXX_T 1 >#define HAVE_U_CHAR 1 >#define HAVE_INTMAX_T 1 >#define HAVE_UINTMAX_T 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_FSBLKCNT_T 1 >#define HAVE_FSFILCNT_T 1 >#define HAVE_IN_ADDR_T 1 >#define HAVE_IN_PORT_T 1 >#define HAVE_SIZE_T 1 >#define HAVE_SSIZE_T 1 >#define HAVE_CLOCK_T 1 >#define HAVE_SA_FAMILY_T 1 >#define HAVE_PID_T 1 >#define HAVE_MODE_T 1 >#define HAVE_STRUCT_SOCKADDR_STORAGE 1 >#define HAVE_STRUCT_SOCKADDR_IN6 1 >#define HAVE_STRUCT_IN6_ADDR 1 >#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 >#define HAVE_STRUCT_ADDRINFO 1 >#define HAVE_STRUCT_TIMEVAL 1 >#define HAVE_STRUCT_TIMESPEC 1 >#define HAVE_HOST_IN_UTMP 1 >#define HAVE_HOST_IN_UTMPX 1 >#define HAVE_PID_IN_UTMP 1 >#define HAVE_TYPE_IN_UTMP 1 >#define HAVE_TYPE_IN_UTMPX 1 >#define HAVE_ID_IN_UTMP 1 >#define HAVE_ID_IN_UTMPX 1 >#define HAVE_EXIT_IN_UTMP 1 >#define HAVE_TIME_IN_UTMP 1 >#define HAVE_TV_IN_UTMPX 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define HAVE_STRUCT_PASSWD_PW_GECOS 1 >#define HAVE_SS_FAMILY_IN_SS 1 >#define FSID_HAS_VAL 1 >#define HAVE_CONTROL_IN_MSGHDR 1 >#define HAVE___FUNCTION__ 1 >#define HAVE___func__ 1 >#define HAVE_SYS_ERRLIST 1 >#define HAVE_SYS_NERR 1 >#define HAVE__GETSHORT 1 >#define HAVE__GETLONG 1 >#define HAVE_DECL__GETSHORT 1 >#define HAVE_DECL__GETLONG 1 >#define HAVE__RES_EXTERN 1 >#define XAUTH_PATH "/usr/bin/X11/xauth" >#define HAVE_DEV_PTS_AND_PTC 1 >#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin" >#define _PATH_SSH_PIDDIR "/etc/ssh" >#define CONF_LASTLOG_FILE "/etc/security/lastlog" >#define DISABLE_WTMPX 1 >#define DISABLE_LASTLOG 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2589
:
2830
| 2831 |
2833
|
2835
|
2842