Bugzilla – Attachment 1153 Details for
Bug 1207
sshd does not clear unsuccessful login count on non-interactive logins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Config.log from openssh 4.3p1, openssl 0.9.8
config.log (text/plain), 644.87 KB, created by
John T Mills
on 2006-07-06 01:02:51 AEST
(
hide
)
Description:
Config.log from openssh 4.3p1, openssl 0.9.8
Filename:
MIME Type:
Creator:
John T Mills
Created:
2006-07-06 01:02:51 AEST
Size:
644.87 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by OpenSSH configure Portable, which was >generated by GNU Autoconf 2.59. Invocation command line was > > $ ./configure --prefix=/opt/ssh --with-prngd-socket=/opt/ssh/prngd/prngd-random --with-zlib-dir=/opt/ssh --with-ssl-dir=/opt/ssh --with-rand-helper > >## --------- ## >## Platform. ## >## --------- ## > >hostname = beowulf >uname -m = 00012CDF4C00 >uname -r = 2 >uname -s = AIX >uname -v = 5 > >/usr/bin/uname -p = powerpc >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = 5.2.0.0 >/bin/universe = unknown > >PATH: /usr/vac/bin >PATH: /usr/bin >PATH: /etc >PATH: /usr/sbin >PATH: /usr/ucb >PATH: /usr/bin/X11 >PATH: /sbin >PATH: /usr/java131/jre/bin >PATH: /usr/java131/bin >PATH: /etc >PATH: /bin >PATH: /sbin >PATH: /usr/bin >PATH: /usr/sbin >PATH: /usr/dt/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1410: checking for gcc >configure:1439: result: no >configure:1490: checking for cc >configure:1506: found /usr/vac/bin/cc >configure:1516: result: cc >configure:1680: checking for C compiler version >configure:1683: cc --version </dev/null >&5 >cc: 1501-216 command option -version is not recognized - passed to ld > C for AIX Compiler, Version 6 > > Usage: > xlc [ option | inputfile ]... > cc [ option | inputfile ]... > c89 [ option | inputfile ]... > xlc128 [ option | inputfile ]... > cc128 [ option | inputfile ]... > xlc_r [ option | inputfile ]... > cc_r [ option | inputfile ]... > xlc_r4 [ option | inputfile ]... > cc_r4 [ option | inputfile ]... > xlc_r7 [ option | inputfile ]... > cc_r7 [ option | inputfile ]... > > Description: > The xlC and related commands compile C and C++ source files. > They also processes assembler source files and object files. Unless the > -c option is specified, xlC calls the linkage editor to produce a > single object file. Input files may be any of the following: > 1. file name with .c suffix: C source file > 2. file name with .i suffix: preprocessed C or C++ source file > 3. file name with .o suffix: object file for ld command > 4. file name with .s suffix: assembler source file > 5. file name with .so suffix: shared object file > > Options: > Options can be flag options or keyword options: > > 1. Flag options: > > -# Display language processing commands but do > not invoke them; output goes to stdout. > -bdynamic, -bstatic > Determines which types of library files are searched by > the linkage editor. > -brtl Tells the linkage editor to accept both .so and .a > library file types. > -B<prefix> > Construct alternate compiler/assembler/linkage editor > program names. <prefix> is added to the beginning of > the standard program names. > -c Do not send object files to the linkage editor. > -C Write comments to output when doing preprocessing, > used with -E and -P. > -D<name>[=<def>] > Define <name> as in #define directive. If <def> is > not specified, 1 is assumed. > -E Preprocess but do not compile; output goes to stdout > -f<filename> > Passes to the linkage editor the filename of a file > containing a list of input files to be processed. > -F<x>[:<stanza>] > Use alternate configuration file <x> with optional > <stanza>. If <stanza> is not specified, the assumed stanza > is the name of the command used to invoke the compiler. > -g Produce information for the debugger. > -G Tells the linkage editor to create a dynamic library. > -I<dir> Search in directory <dir> for include files that > do not start with an absolute path. > -l<key> Search the specified library file, > where <key> selects the file lib<key>.a. > -L<dir> Search in directory <dir> for files specified by -l<key>. > -ma Generate inline calls to the "alloca" function as if > "#pragma alloca" directives were in the source file. > -M Generate information to be included in a "make" > description file; output goes to .u file. > -o<name> Name the executable file <name> instead of a.out. > When used with the -c option and one source file, > name the object file <name> instead of filename.o. > If <name> is the name of a directory, files generated by > the compiler will be placed into that directory. > -O Optimize generated code. > -O2 Same as -O. > -O3 Perform some memory and compile time intensive > optimizations in addition to those executed with -O2. > The -O3 specific optimizations have the potential to > alter the semantics of a user's program. > The compiler guards against these optimizations at -O2 > and the option -qstrict is provided at -O3 to turn off > these aggressive optimizations. > -O4 Equivalent to -O3 -qipa with automatic generation of > architecture and tuning option ideal for that platform. > -O5 Equivalent to -O3 -qipa=level=2 with automatic > generation of architecture and tuning option ideal for > that platform. > -p Generate profiling support code. Same as -qprofile=p. > -pg Generate profiling support code including BSD > profiling support. Same as -qprofile=pg. > -P Preprocess but do not compile; output goes to .i file. > -Q<x>, -qinline<x> > Inline all appropriate functions where x can be > one of the following: > ! Not inline any function (equivalent to -qnoinline) > =<lc> Inline if number of source statement in > function is less than the number specified > in <lc>. > -<nm> Not inline function listed by names in <nm> > +<nm> Attempt to inline function listed by names > in <nm>. > -r Produce the output file without linking any library. > -S Produce a .s file for any source file processed by the > compiler. > -t<x> Apply prefix from the -B option to the specified program <x>, > where x can be one or more of the following: > a = assembler > b = compiler backend > c = compiler frontend > i = compiler inliner > I = inter-procedural analysis - compile phase > l = linkage editor > L = inter-procedural analysis - link phase. > p = preprocessor > -U<name> Undefine name as in #undef directive. > -v Displays language processing commands as they > are invoked by xlc; output goes to stdout. > -V Displays commands as they are invoked by xlC; > output goes to stdout. > -w Suppress informational, language-level, and > warning messages. > -W<x,y> Give the options <y> to the compiler program <x> > where x can be one or more of the following: > <a,b,c,f,I,l,L,p> > -y<x> Specify compile-time rounding of constant floating-point > expressions, where <x> can be one of the following: > m = round toward minus infinity > n = round to nearest > p = round toward positive infinity > z = round toward zero. > > 2. Keyword options: > > Keyword options are specified in one of the following ways: > > -q<option> > -q<option>=<parameter> > -q<option>=<parameter>:<parameter> > > where <option> is an option name and <parameter> is a > parameter value. > Keyword options with no parameters represent switches > that may be either on or off. The keyword by itself turns > the switch on, and the keyword preceded by the letters NO > turns the switch off. For example, -qLIST tells the > compiler to produce a listing and -qNOLIST tells the > compiler not to produce a listing. If an option that > represents a switch is set more than once, the compiler > uses the last setting. > > Keyword option and parameter names may appear in either > UPPER CASE or lower case letters in the xlc command. > > > Options without parameters: > > 32 Selects 32-bit compiler mode. > 64 Selects 64-bit compiler mode. > ansialias Use type-based aliasing during optimization. > compact Reduce code size where possible, at the expense > of execution speed. Code size is reduced by > inhibiting optimizations that replicate or expand > code inline. > cpluscmt Permit "//" to introduce a comment that lasts > until the end of the current source line, as in C++. > dbcs String literals and comments can contain DBCS > characters (same as mbcs option). > dbxextra Generate symbol table information for unreferenced > variables. By default such information is not generated > thus reducing the size of the executable compiled with > the "-g" option. Same as -qsymtab=unref. > digraph Allow special digraph > dollar Allow '$' as an identifier character > dpcl Generates symbols for tools based on the Dynamic > Probe Class Library (DPCL) > extchk Perform external name type-checking and function > call checking. > fdpr Collect information about programs for use with > the AIX fdpr (Feedback Directed Program Restructuring) > performance-tuning utility. > flttrap Generate instructions to trap floating-point > exceptions. > fold Specifies that constant floating-point expressions > are to be evaluated at compile time. > fullpath Specifies the path information stored for files when > you use "-g" and the symbolic debugger. > funcsect Place instructions for each function in a separate csect. > heapdebug Enables debug versions of memory management functions. > hot Determines whether or not to perform high-order > transformations on loops during optimization. > idirfirst Specify the search order for files included with > the #include "file_name" directive. Use -qidirfirst > with the -Idirectory option. If -qidirfirst option > is specified, the directories specified by the > -Idirectory option are searched before the directory > where the current file resides. > ignerrno Tell the optimizer that the program will never > refer to or set errno. This allows additional > optimizations. > inlglue Generate fast external linkage by inlining the > code (pointer glue code) necessary at calls > via a function pointer and calls to external > procedures. > largepage Take advantage of 16M pages, which will allow for > reduced TLB entries and allow hardware prefetching > to be done more efficiently. > ldbl128 Increase long double size from 64 to 128 bits. > libansi Assumes that all functions with the name of an > ANSI C library functions are in fact the system functions. > linedebug Generates abbreviated line number and source file name > information for the debugger. > list Produce an object listing; output goes to .lst file. > listopt Display the settings of all options; output goes > to .lst file. > longdouble Increase long double size from 64 to 128 bits. > longlit Changes implicit type selection for integer constants in > 64-bit mode. > longlong Allow long long integers. > macpstr Allow '\p' as the first character of a string constant > which will be replaced by the length in bytes. > makedep Creates an output file that contains targets suitable for > inclusion in a description file for the AIX make command. > mbcs String literals and comments can contain DBCS > characters (same as dbcs option). > mkshrobj Create a shared object from generated object files. > noprint Direct listing to /dev/null. > nostdinc Specify which files are included with the #include > "file_name" and #include <file_name> directives. > If -qnostdinc is specified, the /usr/include directory > is not searched. > optimize Same as O and O2. Perform optimization that is the > mix between speed and size. (If -qnooptimize is > specified, it is equivalent to -qoptimize=0.) > pascal Accept and ignore the keyword 'pascal' as a > type modifier. > pdf1, pdf2 Perform aggressive optimizations with profile > directed feedback. > phsinfo Produce compiler phase information; output goes to > stdout. > proto Assert that procedure call points agree > with their declarations even if the procedure has > not been prototyped. This allows the caller to > pass floating point arguments in floating point > registers instead of general purpose registers. > report Adds information to the listing file on the loop > transformations that have been carried out. > This option requires either -qhot or -qsmp > in order to have effect. > ro Put string literals in read only area. > roconst Put constant values in read only area. > showinc Include the source of all included files in the > source listing, if the SOURCE option is in effect. > smallstack Reduce the size of the stack frame, allowing better use > of a limited stack size. > source Produce a source listing; output goes to .lst file. > srcmsg Reconstruct source lines in error along with the > diagnostic messages in the stderr file. > statsym Adds user-defined, nonexternal names that have a > persistent storage class, such as initialized and > uninitialized static variables, to the name list > (the symbol table of xcoff objects). Same as > -qsymtab=static. > strict Turns off aggressive optimizations which have the > potential to alter the semantics of a user's program. > This option also sets -qfloat=nofltint:norsqrt. > strict_induction > Turns off induction variable optimizations > that have the potential to alter the semantics of a > user's program. The default is "nostrict_induction" at > -O2 or higher and "strict_induction" otherwise. > "nostrict_induction" is recomended if your program does > not have overflows or wrap arounds of loop induction > variables. > syntaxonly Causes the compiler to perform syntax checking without > generating an object file. > threaded Indicates to the compiler that the program will execute > in multi-threaded environment. > tocmerge Read from the file specified in -bImportfile linker > option and merge the address information to access > ranges of external addresses using a single Table Of > Content entry. > upconv Preserves the unsigned specification when performing > integral promotions. > warn64 Enables checking for possible long-to-integer or > pointer-to-integer truncation. > unwind Enables stack unwinding. The optimization prologue > tailoring reduces the number of saves and restores > of non-volatile registers, but is enabled only when > stack unwinding is disabled. > xcall Generate code to static routines within a compilation > unit as if they were external routines. > xref Produce a cross-reference listing containing > only referenced names. > > > > Options with parameters: > aggrcopy=[no]overlap > Asserts whether source and destination of aggregate > assignments overlap. > alias=<option> > Specifies the aliasing assertion to be applied to > your compilation unit. > The available options are: > addr Variables are disjoint from pointers > unless their address is taken. > allp Pointers are never aliased. > ansi Pointers can only point to an object of the > same type. Require -O option. > typ Pointers to different types are never aliased. > align=<algnopt> > bit_packed > Similar to packed, except bit-fields are > packed as tightly as possible. > full The compiler uses the RISC System/6000 > alignment rules. This is the same as power. > mac68k The compiler uses the Macintosh** > alignment rules. > natural The compiler maps structure members to > their natural boundaries. > packed The compiler uses the packed alignment rules. > power The compiler uses the RISC System/6000 > alignment rules. > twobyte The compiler uses the Macintosh alignment rules. > The mac68k option is the same as twobyte. > arch=<option> > Specifies the architecture on which the executable > program will be run. > The available options are: > com Produce an object that contains instructions > that will run on all the POWER and PowerPC > hardware platforms. > pwr Produce an object that contains instructions > that will run on the POWER hardware > platform. > pwr2 Produce an object that contains instructions > that will run on the POWER2 hardware > platform. > pwrx Same as pwr2. > ppc Produce an object that contains instructions > that will run on any of the 32-bit PowerPC > hardware platforms. > ppcgr Produce an object that contains optional > graphics instructions for PowerPC processors. > pwr2s Produce an object that contains instructions > that will run on a pwr2s chip. > p2sc Produce an object that contains instructions > that will run on a p2sc chip. > 601 Produce an object that contains instructions > that will run on a 601 chip. > 602 Produce an object that contains instructions > that will run on a 602 chip. > 603 Produce an object that contains instructions > that will run on a 603 chip. > 604 Produce an object that contains instructions > that will run on a 604 chip. > 403 Produce an object that contains instructions > that will run on a 403 chip. > rs64a Produce an object that contains instructions > that will run on a rs64a chip. > rs64b Produce an object that contains instructions > that will run on a rs64b chip. > rs64c Produce an object that contains instructions > that will run on a rs64c chip. > pwr3 Produce an object that contains instructions > that will run on a POWER3 chip. > pwr4 Produce an object that contains instructions > that will run on a POWER4 chip. > The default is -qarch=com. If the -qarch option is > specified without the -qtune=<option>, the compiler > uses the default -qtune value for the specified > architecture. Refer to online documentation to find > actual default setting of -qtune for a given -qarch. > assert=<option> > Specifies the aliasing assertion to be applied to > your compilation unit. > The available options are: > typ Pointers to different types are never aliased. > allp Pointers are never aliased. > addr Variables are disjoint from pointers > unless their address is taken. > attr Produce an attribute listing containing only > referenced names; output goes to .lst file. > attr=full Produce an attribute listing containing all names, > whether referenced or not; output goes to .lst file. > bitfields=signed > bitfields=unsigned > Specify whether bitfields will be signed or unsigned. > cache=<suboption>:<suboption>... > Describe the cache configuration for a specific target > execution machine. See online documentation for details. > chars=signed > chars=unsigned > Specify whether the data type char will be signed > or unsigned. > check=<option> > Generate code to check for run-time checks. > bounds Runtime checking of addresses when > subscripting within an object of known size. > divzero Runtime checking of integer division. > A trap will occur if an attempt is made to > divide by zero. > nullptr Runtime checking of addresses > contained in pointer variables used to > reference storage. > all Switches on all the above suboptions. > dataimported=<name1>:<name2>: ... > Specify which data items are imported. If no names are > specified, all data items are assumed to be imported. > This is the default. > datalocal=<name1>:<name2>: ... > Specify which data items are local. If no names are > specified, all data items are assumed to be local. > enum=<enumopt> > Specify whether minimum-sized enumerated types will be > produced or not. <enumopt> can be either small, int, > 1, 2, 4 or 8. > small denotes that either one, two, four or eight (valid > in 64-bit mode only) bytes of storage will be allocated > for enum variables based on the range of the enum > constants. > int is the default, and causes enum variables to be > treated as though they were of type signed int > depending on the range of the enum constants. > 1 will cause enum variables to be packed into 1 byte. > 2 will cause enum variables to be packed into 2 bytes. > 4 will cause enum variables to be packed into 4 bytes. > 8 will cause enum variables to be packed into 8 bytes. > (enum=8 is valid in 64-bit mode only) > flag=<sev1> > Specify severity level of diagnostics to be reported > in source listing and stderr; the severity level > is one of <i,w,e,s,u>. > flag=<sev1>:<sev2> > Specify severity level of diagnostics to be reported > in source listing (<sev1>), and stderr (<sev2>); > the severity levels are one of <i,w,e,s,u>. > float=<opt1>:<opt2>:...:<optN> > The available options are: > emulate Function calls are emitted in place of > PowerPC floating-point instructions. > Use this option only in a single-threaded > stand-alone environment, targeting the > PowerPC 403 processor. > Do not use this suboption with any of the > following: > o -qarch=pwr, -qarch=pwr2, -qarch=pwrx > o -qlongdouble, -qldbl128 > o 128-bit long double invocation commands > fltint Specify whether range checking of floating > point to integer conversions is done. > Default at -O2: -qfloat=nofltint. > Default at -O3: -qfloat=fltint. > hsflt Never round single-precision expressions, > and don't perform range checking for > floating-point to integer conversions. > hssngl Round single-precision expressions only > when the results are stored into float memory > locations. > nans Detect conversion of single-precision NaNS to > double precision call checking. > nomaf Suppress generation of multiply-add > instructions. > nofold Suppress compile-time evaluation of constant > floating-point expressions. > rndsngl Ensure strict adherence to IEEE standard. > all operations on single-precision values > produce results that remain in single > precision. > rrm Specify run-time rounding mode. Compile with > this option if the run-time rounding mode > is round toward minus infinity, round toward > positive infinity, or not known. > rsqrt Specify whether a division by the result of a > square root can be replaced with a multiply > by the reciprocal of the square root. > Default at -O2: -qfloat=norsqrt. > Default at -O3: -qfloat=rsqrt. > spnans Generate extra instructions to detect signaling > NaN on conversion from single precision to > double precision. Obsolete; use the equivalent > -qfloat=nans option. > flttrap=<opt1>:<opt2>:...:<optN> > Generate instructions to detect and trap floating-point. > The available options are: overflow, underflow, > zerodivide, invalid, inexact, enable, imprecise. > halt=<sev> Stop compiler after first phase if severity of errors > detected equals or exceeds <sev>; the severity > level is one of i, w, e, s, u. > genproto=<parmnames> > Produces ANSI prototypes from K&R function definitions. > hot=<suboption> > Determines whether or not to perform high-order > transformations on loops and array language during > optimization, and whether or not to pad array dimensions > and data objects to avoid cache misses. Suboptions > include: > arraypad - The compiler will pad any arrays where it > infers there may be a benefit. Make sure > that you have not used equivalence > association for any arrays in files > compiled with this option as the compiler > does not perform any checking before > padding arrays. > arraypad=n - The compiler will pad every array in the > code. The pad amount must be a positive > integer value. > novector - The compiler will avoid replacing code by > calls to vector library routines. > vector - Allows the compiler to optimize by > replacing code with calls to vector > library routines. > ignprag=<option> > The available options are: > disjoint > Ignore pragma disjoint. > isolated > Ignore pragma isolated_call. > omp Ignore OpenMP parallel processing pragmas. > ibm Ignore IBM parallel processing pragmas. > all Ignore all the above pragmas. > info > info=all > Produce additional lint-like messages. For C, it turns > on all diagnostic messages for all groups. For C++, it > turns on all diagnostic messages for all groups, except > ppt. > info=<group> > Produce additional lint-like messages based on <group>. > c99 Code that might behave differently between > C89 and C99 language levels > cls Possible problems with generation of classes > cmp Possible redundancies in unsigned comparisons > cnd Possible redundancies or problems in conditional > expressions > cns Operations involving constants. > cnv Conversions > dcl Consistency of declarations > eff Statements with no effect > enu Consistency of enum variables > ext Unused external definitions > gen General diagnostic messages > gnr Generation of temporary variables > got Use of goto statements > ini Possible problems with initialization > inl Functions not inlined > lan Language level effects > obs Obsolete features > ord Unspecified order of evaluation > par Unused parameters > por Nonportable language constructs > ppc Possible problems with using the preprocessor > ppt Trace of preprocessor actions > private Lists shared variables made private to a > parallel loop. > pro Missing function prototypes > rea Code that cannot be reached > reduction > Lists all variables that are recognized as > reduction variables inside a parallel loop. > ret Consistency of return statements > trd Possible truncation or loss of data or precision > tru Variable names truncated by the compiler > trx Hexadecimal floating-point constants that cannot > be represented exactly in its evaluation format > uni Unitialized variables > use Unused auto and static variables > initauto=<hh> > Initialialize automatic storage to <hh>. <hh> is a > hexadecimal value. This generates extra code and > should only be used for error determination. > inline[=<x>] > This is functionally equivalent to the -Q option. > ipa=<subopt1>[=<val1>][:<subopt2>[=<val2>][:...:<suboptN>[=<valN>]]] > Enhances -O optimization by doing detailed analysis > across procedures. One of -O, -O2, or -O3 is required > when using -qipa. Regular expressions are supported > when specifying <procedure_names> on the -qipa=exits, > -qipa=inline, -qipa=lowfreq, -qipa=noinline, -qipa=pure, > -qipa=safe and -qipa=unknown suboptions. > Suboptions include: > exits=<procedure_names> > - Specifies a selected set of procedures > which always end the program. > inline=<inline-options> > The "ipa=inline=" command can take a colon-separated > list of inline options, which are as follows: > inline={auto|noauto} > - Specifies whether or not to > automatically inline expansion. > inline=<procedure_names> > - Specifies a comma-separated list of > procedures to try to inline. > inline=limit=<num> > - Changes the size limits that deter- > mine how much inline expansion to do. > <num> is the optimizer's approximation > of the number of bytes of code which > will be generated. > inline=threshold=<num> > - Specifies the upper size limit on > procedures to inline. <num> is > defined as for inline=limit. > isolated=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that do not directly refer to any global > variable. > level=<level> > - Determines the amount of IPA analysis > and optimization performed: > 0 = Does only minimal interprocedural > analysis and optimization. > 1 = Turns on inlining, limited alias > analysis, and limited call-site > tailoring. > 2 = Full interprocedural data flow and > alias analysis. > list=[filename|short|long] > - Specifies an output listing file name > during the link phase, in the event that > an object listing has been requested > using the -qlist option. The default > name is "a.lst". The suboptions short and > long determine which listing sections will > be included. > lowfreq=<procedure_names> > - Specifies a comma-separated list of > procedures that are likely to be > called infrequently during the course > of a typical program run. > missing={unknown|safe|isolated|pure} > - Specifies the default assumption for > procedures not compiled with -qipa. > noinline=<procedure_names> > - Specifies a comma-separated list of > procedures which are not to be inlined. > noobject - Speeds up compilation, but the object > files cannot be used in non-IPA > compilations. This option is ignored if > -S has been specified. > partition={small|medium|large} > - Specifies the size of program sections > that are analyzed together. Larger > partitions may produce better analysis but > require more storage. > pure=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that are "isolated", "safe", and do not > modify any data objects that are visible > to the caller. > safe=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that do not call any other part of the > program. > stdexits - Specifies that compiler-defined exit > routines can be optimized as with the > "exits" suboption. The procedures are > abort, exit, _exit, and _assert. > nothreads Single threaded invocation of the compiler > backend. > threads Compiler decides the number of threads > used to invoke the compiler backend. > threads=<n> Up to 'n' threads can be used to invoke > the compiler backend. > unknown=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that may update global variables and > dummy arguments and call other parts of > the program compiled with -qipa. > The following options are intended for use by the > link-time phase of -qipa: > -qlibansi - Assumes that all functions with the name > of an ANSI C defined library function are, > in fact, the library functions. > -qnolibansi is the default. > -qlibessl - Assumes that all functions with the name > of an ESSL defined library functions are, > in fact, the library functions. > -qnolibessl is the default. > -qlibposix - Assumes that all functions with the name > of a POSIX 1003.1 defined library function > are, in fact, the system functions. > -qnolibposix is the default. > isolated_call=<name1>:<name2>: ... > Specify that the calls to the functions listed have no > side effects. <name1> and <name2> are function names. > The user may specify as many function names as > necessary. > keyword=<keywords> > Enables the use of specific keywords. > langlvl={<langlvl>|<feature>}[:<langlvl>|<feature>]... > Specify language level and/or features to be enabled > during compilation. > <langlvl> > can be extc89, stdc89, extc99, stdc99, > ansi, saal2, saa, extended, or classic. > <feature> > can be: > [no]ucs enables or disables support for > universal character names. > maxerr=<num>[:<sev>] > Instructs the compiler to halt compilation when <num> > errors of <sev> or greater severity is reached. The > default for <sev> is current value of the -qhalt option. > maxmem=<num> > Limit the amount of memory used by space intensive > optimizations to <num>. <num> specified in kilobytes. > optimize=<level> > Enables different levels of optimization. > 2 Same as -O and -qoptimize. > 3 Same as -O3. Aggressive optimization. > 4 Same as -O4. Internally generates -O3 -qipa > with automatic architecture and tuning option > generation. > 5 Same as -O5. Internally generates -O3 > -qipa=level=2 with automatic architecture and > tuning option generation. > procimported=<name1>:<name2>: ... > Specify which functions are imported. If no filenames > are specified, all invoked functions are assumed to be > defined outside the current file. The last explicit > specification for a function takes precedence. > proclocal=<name1>:<name2>: ... > Specify which functions are local. > If no filenames are specified, all invoked functions > are assumed to be defined within the current file. > The last explicit specification for a function takes > precedence. > procunknown=<name1>:<name2>: ... > Specify which functions are unknown to be local or > imported. If no filenames are specified, all functions > called are assumed to be unknown. This is the default > when no user options are specified. The last explicit > specification for a function takes precedence. > profile=<option> > Sets up the object files produced by the compiler for > profiling. > The available options are: > ibm Generate profiling support code for use with the > Performance Analysis tool in VisualAge C++. > p Generate profiling support code. Same as -p. > pg Generate profiling support code including BSD > profiling support. Same as -pq. > smp[=suboption[:suboption] [ ... ]] > Controls acceptance of OpenMP directives and > automatic parallelization. The auto and omp suboptions > are opposites. i.e. -qsmp=omp means strict adherance > to the OpenMP standard with no automatic parallelization. > [no]auto > Enables or disables automatic parallelization. > [no]explicit > Enables or disables explicit parallelization. > [no]opt > Turns off the implied optimization to allow > simpler debugging. > schedule=<sched_type>[=n] > Specifies what kind of scheduling algorithms > and chunking are used for loops to which no > other scheduling algorithm has been explicitly > assigned in the source code. > Valid options for <sched_type> are: > * dynamic[=n] > * guided[=n] > * static[=n] > * affinity[=n] > * runtime > For more information, see online documentation. > [no]nested_par > Enables or disables parallelization of nested > parallel constructs. > [no]rec_locks > Specifies whether recursive or regular locks > should be used to implement critical sections. > [no]omp Enables or disables strict OpenMP mode. > spill=<size> > Specify the size of the register allocation spill area. > suppress=<msg_num>:<msg_num>... > Suppress compiler messages. > nosuppress > Don't suppress compiler messages. > symtab=<options> > Controls symbol table. > The available options are: > unref Specifies that all typedef declarations, struct, > union, and enum type definitions are included > for processing by the debugger. Same as > -qdbxextra. > static Adds user-defined, nonexternal names that have a > persistent storage class, such as initialized > and uninitialized static variables, to the name > list (the symbol table of xcoff objects). Same > as -qstatsym. > tabsize=<size> > Changes the length of tabs in your source file. > tbtable=<option> > Generate a traceback table for each function and > place it in the text segment at the end of the > function code. > The available options are: > none No traceback table is generated. > full A full traceback table is generated. > This is the default with -g specified. > small A traceback table is generated with no name or > parameter information. > This is the default when -g is NOT specified. > tune=<option> > Specifies the architecture system for which the > executable program is optimized. > The available options are: > 403 Produce an object optimized for all the > PowerPC 403 processors. > Use -qfloat=emulate to emulate the floating-point > instructions omitted by the 403 processor. > 601 Produce an object optimized for all the > PowerPC 601 processors. > 602 Produce an object optimized for all the > PowerPC 602 processors. > 603 Produce an object optimized for all the > PowerPC 603 processors. > 604 Produce an object optimized for all the > PowerPC 604 processors. > p2sc Produce an object optimized for all the > p2sc processors. > pwr Produce an object optimized for the POWER > hardware platform. > pwr2 Produce an object optimized for the > POWER2 hardware platform. > pwr2s Produce an object optimized for the > POWER2 hardware platform, avoiding certain > quadruple-precision instructions that would > slow program performance. > pwrx Same as pwr2. > rs64a Produce an object optimized for the rs64a > processor. > rs64b Produce an object optimized for the rs64b > processor. > rs64c Produce an object optimized for the rs64c > processor. > pwr3 Produce an object optimized for the POWER3 > processor. > pwr4 Produce an object optimized for the POWER4 > processor. > unroll={yes|no|auto} > yes Hint for the compiler to try to unroll loops. > no Force the compiler not to unroll any loops. > auto Let the compiler decide whether to unroll loops. > unroll same as unroll=yes > nounroll same as unroll=no > xref=full Produce a cross-reference listing containing all names, > whether referenced or not; output goes to .lst file. > > Environment Variables > 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by > configuration file or command-line options > > Setting > > not set 32-bit compiler mode. > 32 32-bit compiler mode. > 64 64-bit compiler mode. > 32_64 Fatal error and stop, unless an explicit configuration > file or command-line compiler-mode setting exists. > any other Fatal error and stop, unless an explicit configuration > file or command-line compiler-mode setting exists. > > For a detailed description of each option, please refer to the online > documentation. >configure:1686: $? = 249 >configure:1688: cc -v </dev/null >&5 >exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL) > C for AIX Compiler, Version 6 > > Usage: > xlc [ option | inputfile ]... > cc [ option | inputfile ]... > c89 [ option | inputfile ]... > xlc128 [ option | inputfile ]... > cc128 [ option | inputfile ]... > xlc_r [ option | inputfile ]... > cc_r [ option | inputfile ]... > xlc_r4 [ option | inputfile ]... > cc_r4 [ option | inputfile ]... > xlc_r7 [ option | inputfile ]... > cc_r7 [ option | inputfile ]... > > Description: > The xlC and related commands compile C and C++ source files. > They also processes assembler source files and object files. Unless the > -c option is specified, xlC calls the linkage editor to produce a > single object file. Input files may be any of the following: > 1. file name with .c suffix: C source file > 2. file name with .i suffix: preprocessed C or C++ source file > 3. file name with .o suffix: object file for ld command > 4. file name with .s suffix: assembler source file > 5. file name with .so suffix: shared object file > > Options: > Options can be flag options or keyword options: > > 1. Flag options: > > -# Display language processing commands but do > not invoke them; output goes to stdout. > -bdynamic, -bstatic > Determines which types of library files are searched by > the linkage editor. > -brtl Tells the linkage editor to accept both .so and .a > library file types. > -B<prefix> > Construct alternate compiler/assembler/linkage editor > program names. <prefix> is added to the beginning of > the standard program names. > -c Do not send object files to the linkage editor. > -C Write comments to output when doing preprocessing, > used with -E and -P. > -D<name>[=<def>] > Define <name> as in #define directive. If <def> is > not specified, 1 is assumed. > -E Preprocess but do not compile; output goes to stdout > -f<filename> > Passes to the linkage editor the filename of a file > containing a list of input files to be processed. > -F<x>[:<stanza>] > Use alternate configuration file <x> with optional > <stanza>. If <stanza> is not specified, the assumed stanza > is the name of the command used to invoke the compiler. > -g Produce information for the debugger. > -G Tells the linkage editor to create a dynamic library. > -I<dir> Search in directory <dir> for include files that > do not start with an absolute path. > -l<key> Search the specified library file, > where <key> selects the file lib<key>.a. > -L<dir> Search in directory <dir> for files specified by -l<key>. > -ma Generate inline calls to the "alloca" function as if > "#pragma alloca" directives were in the source file. > -M Generate information to be included in a "make" > description file; output goes to .u file. > -o<name> Name the executable file <name> instead of a.out. > When used with the -c option and one source file, > name the object file <name> instead of filename.o. > If <name> is the name of a directory, files generated by > the compiler will be placed into that directory. > -O Optimize generated code. > -O2 Same as -O. > -O3 Perform some memory and compile time intensive > optimizations in addition to those executed with -O2. > The -O3 specific optimizations have the potential to > alter the semantics of a user's program. > The compiler guards against these optimizations at -O2 > and the option -qstrict is provided at -O3 to turn off > these aggressive optimizations. > -O4 Equivalent to -O3 -qipa with automatic generation of > architecture and tuning option ideal for that platform. > -O5 Equivalent to -O3 -qipa=level=2 with automatic > generation of architecture and tuning option ideal for > that platform. > -p Generate profiling support code. Same as -qprofile=p. > -pg Generate profiling support code including BSD > profiling support. Same as -qprofile=pg. > -P Preprocess but do not compile; output goes to .i file. > -Q<x>, -qinline<x> > Inline all appropriate functions where x can be > one of the following: > ! Not inline any function (equivalent to -qnoinline) > =<lc> Inline if number of source statement in > function is less than the number specified > in <lc>. > -<nm> Not inline function listed by names in <nm> > +<nm> Attempt to inline function listed by names > in <nm>. > -r Produce the output file without linking any library. > -S Produce a .s file for any source file processed by the > compiler. > -t<x> Apply prefix from the -B option to the specified program <x>, > where x can be one or more of the following: > a = assembler > b = compiler backend > c = compiler frontend > i = compiler inliner > I = inter-procedural analysis - compile phase > l = linkage editor > L = inter-procedural analysis - link phase. > p = preprocessor > -U<name> Undefine name as in #undef directive. > -v Displays language processing commands as they > are invoked by xlc; output goes to stdout. > -V Displays commands as they are invoked by xlC; > output goes to stdout. > -w Suppress informational, language-level, and > warning messages. > -W<x,y> Give the options <y> to the compiler program <x> > where x can be one or more of the following: > <a,b,c,f,I,l,L,p> > -y<x> Specify compile-time rounding of constant floating-point > expressions, where <x> can be one of the following: > m = round toward minus infinity > n = round to nearest > p = round toward positive infinity > z = round toward zero. > > 2. Keyword options: > > Keyword options are specified in one of the following ways: > > -q<option> > -q<option>=<parameter> > -q<option>=<parameter>:<parameter> > > where <option> is an option name and <parameter> is a > parameter value. > Keyword options with no parameters represent switches > that may be either on or off. The keyword by itself turns > the switch on, and the keyword preceded by the letters NO > turns the switch off. For example, -qLIST tells the > compiler to produce a listing and -qNOLIST tells the > compiler not to produce a listing. If an option that > represents a switch is set more than once, the compiler > uses the last setting. > > Keyword option and parameter names may appear in either > UPPER CASE or lower case letters in the xlc command. > > > Options without parameters: > > 32 Selects 32-bit compiler mode. > 64 Selects 64-bit compiler mode. > ansialias Use type-based aliasing during optimization. > compact Reduce code size where possible, at the expense > of execution speed. Code size is reduced by > inhibiting optimizations that replicate or expand > code inline. > cpluscmt Permit "//" to introduce a comment that lasts > until the end of the current source line, as in C++. > dbcs String literals and comments can contain DBCS > characters (same as mbcs option). > dbxextra Generate symbol table information for unreferenced > variables. By default such information is not generated > thus reducing the size of the executable compiled with > the "-g" option. Same as -qsymtab=unref. > digraph Allow special digraph > dollar Allow '$' as an identifier character > dpcl Generates symbols for tools based on the Dynamic > Probe Class Library (DPCL) > extchk Perform external name type-checking and function > call checking. > fdpr Collect information about programs for use with > the AIX fdpr (Feedback Directed Program Restructuring) > performance-tuning utility. > flttrap Generate instructions to trap floating-point > exceptions. > fold Specifies that constant floating-point expressions > are to be evaluated at compile time. > fullpath Specifies the path information stored for files when > you use "-g" and the symbolic debugger. > funcsect Place instructions for each function in a separate csect. > heapdebug Enables debug versions of memory management functions. > hot Determines whether or not to perform high-order > transformations on loops during optimization. > idirfirst Specify the search order for files included with > the #include "file_name" directive. Use -qidirfirst > with the -Idirectory option. If -qidirfirst option > is specified, the directories specified by the > -Idirectory option are searched before the directory > where the current file resides. > ignerrno Tell the optimizer that the program will never > refer to or set errno. This allows additional > optimizations. > inlglue Generate fast external linkage by inlining the > code (pointer glue code) necessary at calls > via a function pointer and calls to external > procedures. > largepage Take advantage of 16M pages, which will allow for > reduced TLB entries and allow hardware prefetching > to be done more efficiently. > ldbl128 Increase long double size from 64 to 128 bits. > libansi Assumes that all functions with the name of an > ANSI C library functions are in fact the system functions. > linedebug Generates abbreviated line number and source file name > information for the debugger. > list Produce an object listing; output goes to .lst file. > listopt Display the settings of all options; output goes > to .lst file. > longdouble Increase long double size from 64 to 128 bits. > longlit Changes implicit type selection for integer constants in > 64-bit mode. > longlong Allow long long integers. > macpstr Allow '\p' as the first character of a string constant > which will be replaced by the length in bytes. > makedep Creates an output file that contains targets suitable for > inclusion in a description file for the AIX make command. > mbcs String literals and comments can contain DBCS > characters (same as dbcs option). > mkshrobj Create a shared object from generated object files. > noprint Direct listing to /dev/null. > nostdinc Specify which files are included with the #include > "file_name" and #include <file_name> directives. > If -qnostdinc is specified, the /usr/include directory > is not searched. > optimize Same as O and O2. Perform optimization that is the > mix between speed and size. (If -qnooptimize is > specified, it is equivalent to -qoptimize=0.) > pascal Accept and ignore the keyword 'pascal' as a > type modifier. > pdf1, pdf2 Perform aggressive optimizations with profile > directed feedback. > phsinfo Produce compiler phase information; output goes to > stdout. > proto Assert that procedure call points agree > with their declarations even if the procedure has > not been prototyped. This allows the caller to > pass floating point arguments in floating point > registers instead of general purpose registers. > report Adds information to the listing file on the loop > transformations that have been carried out. > This option requires either -qhot or -qsmp > in order to have effect. > ro Put string literals in read only area. > roconst Put constant values in read only area. > showinc Include the source of all included files in the > source listing, if the SOURCE option is in effect. > smallstack Reduce the size of the stack frame, allowing better use > of a limited stack size. > source Produce a source listing; output goes to .lst file. > srcmsg Reconstruct source lines in error along with the > diagnostic messages in the stderr file. > statsym Adds user-defined, nonexternal names that have a > persistent storage class, such as initialized and > uninitialized static variables, to the name list > (the symbol table of xcoff objects). Same as > -qsymtab=static. > strict Turns off aggressive optimizations which have the > potential to alter the semantics of a user's program. > This option also sets -qfloat=nofltint:norsqrt. > strict_induction > Turns off induction variable optimizations > that have the potential to alter the semantics of a > user's program. The default is "nostrict_induction" at > -O2 or higher and "strict_induction" otherwise. > "nostrict_induction" is recomended if your program does > not have overflows or wrap arounds of loop induction > variables. > syntaxonly Causes the compiler to perform syntax checking without > generating an object file. > threaded Indicates to the compiler that the program will execute > in multi-threaded environment. > tocmerge Read from the file specified in -bImportfile linker > option and merge the address information to access > ranges of external addresses using a single Table Of > Content entry. > upconv Preserves the unsigned specification when performing > integral promotions. > warn64 Enables checking for possible long-to-integer or > pointer-to-integer truncation. > unwind Enables stack unwinding. The optimization prologue > tailoring reduces the number of saves and restores > of non-volatile registers, but is enabled only when > stack unwinding is disabled. > xcall Generate code to static routines within a compilation > unit as if they were external routines. > xref Produce a cross-reference listing containing > only referenced names. > > > > Options with parameters: > aggrcopy=[no]overlap > Asserts whether source and destination of aggregate > assignments overlap. > alias=<option> > Specifies the aliasing assertion to be applied to > your compilation unit. > The available options are: > addr Variables are disjoint from pointers > unless their address is taken. > allp Pointers are never aliased. > ansi Pointers can only point to an object of the > same type. Require -O option. > typ Pointers to different types are never aliased. > align=<algnopt> > bit_packed > Similar to packed, except bit-fields are > packed as tightly as possible. > full The compiler uses the RISC System/6000 > alignment rules. This is the same as power. > mac68k The compiler uses the Macintosh** > alignment rules. > natural The compiler maps structure members to > their natural boundaries. > packed The compiler uses the packed alignment rules. > power The compiler uses the RISC System/6000 > alignment rules. > twobyte The compiler uses the Macintosh alignment rules. > The mac68k option is the same as twobyte. > arch=<option> > Specifies the architecture on which the executable > program will be run. > The available options are: > com Produce an object that contains instructions > that will run on all the POWER and PowerPC > hardware platforms. > pwr Produce an object that contains instructions > that will run on the POWER hardware > platform. > pwr2 Produce an object that contains instructions > that will run on the POWER2 hardware > platform. > pwrx Same as pwr2. > ppc Produce an object that contains instructions > that will run on any of the 32-bit PowerPC > hardware platforms. > ppcgr Produce an object that contains optional > graphics instructions for PowerPC processors. > pwr2s Produce an object that contains instructions > that will run on a pwr2s chip. > p2sc Produce an object that contains instructions > that will run on a p2sc chip. > 601 Produce an object that contains instructions > that will run on a 601 chip. > 602 Produce an object that contains instructions > that will run on a 602 chip. > 603 Produce an object that contains instructions > that will run on a 603 chip. > 604 Produce an object that contains instructions > that will run on a 604 chip. > 403 Produce an object that contains instructions > that will run on a 403 chip. > rs64a Produce an object that contains instructions > that will run on a rs64a chip. > rs64b Produce an object that contains instructions > that will run on a rs64b chip. > rs64c Produce an object that contains instructions > that will run on a rs64c chip. > pwr3 Produce an object that contains instructions > that will run on a POWER3 chip. > pwr4 Produce an object that contains instructions > that will run on a POWER4 chip. > The default is -qarch=com. If the -qarch option is > specified without the -qtune=<option>, the compiler > uses the default -qtune value for the specified > architecture. Refer to online documentation to find > actual default setting of -qtune for a given -qarch. > assert=<option> > Specifies the aliasing assertion to be applied to > your compilation unit. > The available options are: > typ Pointers to different types are never aliased. > allp Pointers are never aliased. > addr Variables are disjoint from pointers > unless their address is taken. > attr Produce an attribute listing containing only > referenced names; output goes to .lst file. > attr=full Produce an attribute listing containing all names, > whether referenced or not; output goes to .lst file. > bitfields=signed > bitfields=unsigned > Specify whether bitfields will be signed or unsigned. > cache=<suboption>:<suboption>... > Describe the cache configuration for a specific target > execution machine. See online documentation for details. > chars=signed > chars=unsigned > Specify whether the data type char will be signed > or unsigned. > check=<option> > Generate code to check for run-time checks. > bounds Runtime checking of addresses when > subscripting within an object of known size. > divzero Runtime checking of integer division. > A trap will occur if an attempt is made to > divide by zero. > nullptr Runtime checking of addresses > contained in pointer variables used to > reference storage. > all Switches on all the above suboptions. > dataimported=<name1>:<name2>: ... > Specify which data items are imported. If no names are > specified, all data items are assumed to be imported. > This is the default. > datalocal=<name1>:<name2>: ... > Specify which data items are local. If no names are > specified, all data items are assumed to be local. > enum=<enumopt> > Specify whether minimum-sized enumerated types will be > produced or not. <enumopt> can be either small, int, > 1, 2, 4 or 8. > small denotes that either one, two, four or eight (valid > in 64-bit mode only) bytes of storage will be allocated > for enum variables based on the range of the enum > constants. > int is the default, and causes enum variables to be > treated as though they were of type signed int > depending on the range of the enum constants. > 1 will cause enum variables to be packed into 1 byte. > 2 will cause enum variables to be packed into 2 bytes. > 4 will cause enum variables to be packed into 4 bytes. > 8 will cause enum variables to be packed into 8 bytes. > (enum=8 is valid in 64-bit mode only) > flag=<sev1> > Specify severity level of diagnostics to be reported > in source listing and stderr; the severity level > is one of <i,w,e,s,u>. > flag=<sev1>:<sev2> > Specify severity level of diagnostics to be reported > in source listing (<sev1>), and stderr (<sev2>); > the severity levels are one of <i,w,e,s,u>. > float=<opt1>:<opt2>:...:<optN> > The available options are: > emulate Function calls are emitted in place of > PowerPC floating-point instructions. > Use this option only in a single-threaded > stand-alone environment, targeting the > PowerPC 403 processor. > Do not use this suboption with any of the > following: > o -qarch=pwr, -qarch=pwr2, -qarch=pwrx > o -qlongdouble, -qldbl128 > o 128-bit long double invocation commands > fltint Specify whether range checking of floating > point to integer conversions is done. > Default at -O2: -qfloat=nofltint. > Default at -O3: -qfloat=fltint. > hsflt Never round single-precision expressions, > and don't perform range checking for > floating-point to integer conversions. > hssngl Round single-precision expressions only > when the results are stored into float memory > locations. > nans Detect conversion of single-precision NaNS to > double precision call checking. > nomaf Suppress generation of multiply-add > instructions. > nofold Suppress compile-time evaluation of constant > floating-point expressions. > rndsngl Ensure strict adherence to IEEE standard. > all operations on single-precision values > produce results that remain in single > precision. > rrm Specify run-time rounding mode. Compile with > this option if the run-time rounding mode > is round toward minus infinity, round toward > positive infinity, or not known. > rsqrt Specify whether a division by the result of a > square root can be replaced with a multiply > by the reciprocal of the square root. > Default at -O2: -qfloat=norsqrt. > Default at -O3: -qfloat=rsqrt. > spnans Generate extra instructions to detect signaling > NaN on conversion from single precision to > double precision. Obsolete; use the equivalent > -qfloat=nans option. > flttrap=<opt1>:<opt2>:...:<optN> > Generate instructions to detect and trap floating-point. > The available options are: overflow, underflow, > zerodivide, invalid, inexact, enable, imprecise. > halt=<sev> Stop compiler after first phase if severity of errors > detected equals or exceeds <sev>; the severity > level is one of i, w, e, s, u. > genproto=<parmnames> > Produces ANSI prototypes from K&R function definitions. > hot=<suboption> > Determines whether or not to perform high-order > transformations on loops and array language during > optimization, and whether or not to pad array dimensions > and data objects to avoid cache misses. Suboptions > include: > arraypad - The compiler will pad any arrays where it > infers there may be a benefit. Make sure > that you have not used equivalence > association for any arrays in files > compiled with this option as the compiler > does not perform any checking before > padding arrays. > arraypad=n - The compiler will pad every array in the > code. The pad amount must be a positive > integer value. > novector - The compiler will avoid replacing code by > calls to vector library routines. > vector - Allows the compiler to optimize by > replacing code with calls to vector > library routines. > ignprag=<option> > The available options are: > disjoint > Ignore pragma disjoint. > isolated > Ignore pragma isolated_call. > omp Ignore OpenMP parallel processing pragmas. > ibm Ignore IBM parallel processing pragmas. > all Ignore all the above pragmas. > info > info=all > Produce additional lint-like messages. For C, it turns > on all diagnostic messages for all groups. For C++, it > turns on all diagnostic messages for all groups, except > ppt. > info=<group> > Produce additional lint-like messages based on <group>. > c99 Code that might behave differently between > C89 and C99 language levels > cls Possible problems with generation of classes > cmp Possible redundancies in unsigned comparisons > cnd Possible redundancies or problems in conditional > expressions > cns Operations involving constants. > cnv Conversions > dcl Consistency of declarations > eff Statements with no effect > enu Consistency of enum variables > ext Unused external definitions > gen General diagnostic messages > gnr Generation of temporary variables > got Use of goto statements > ini Possible problems with initialization > inl Functions not inlined > lan Language level effects > obs Obsolete features > ord Unspecified order of evaluation > par Unused parameters > por Nonportable language constructs > ppc Possible problems with using the preprocessor > ppt Trace of preprocessor actions > private Lists shared variables made private to a > parallel loop. > pro Missing function prototypes > rea Code that cannot be reached > reduction > Lists all variables that are recognized as > reduction variables inside a parallel loop. > ret Consistency of return statements > trd Possible truncation or loss of data or precision > tru Variable names truncated by the compiler > trx Hexadecimal floating-point constants that cannot > be represented exactly in its evaluation format > uni Unitialized variables > use Unused auto and static variables > initauto=<hh> > Initialialize automatic storage to <hh>. <hh> is a > hexadecimal value. This generates extra code and > should only be used for error determination. > inline[=<x>] > This is functionally equivalent to the -Q option. > ipa=<subopt1>[=<val1>][:<subopt2>[=<val2>][:...:<suboptN>[=<valN>]]] > Enhances -O optimization by doing detailed analysis > across procedures. One of -O, -O2, or -O3 is required > when using -qipa. Regular expressions are supported > when specifying <procedure_names> on the -qipa=exits, > -qipa=inline, -qipa=lowfreq, -qipa=noinline, -qipa=pure, > -qipa=safe and -qipa=unknown suboptions. > Suboptions include: > exits=<procedure_names> > - Specifies a selected set of procedures > which always end the program. > inline=<inline-options> > The "ipa=inline=" command can take a colon-separated > list of inline options, which are as follows: > inline={auto|noauto} > - Specifies whether or not to > automatically inline expansion. > inline=<procedure_names> > - Specifies a comma-separated list of > procedures to try to inline. > inline=limit=<num> > - Changes the size limits that deter- > mine how much inline expansion to do. > <num> is the optimizer's approximation > of the number of bytes of code which > will be generated. > inline=threshold=<num> > - Specifies the upper size limit on > procedures to inline. <num> is > defined as for inline=limit. > isolated=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that do not directly refer to any global > variable. > level=<level> > - Determines the amount of IPA analysis > and optimization performed: > 0 = Does only minimal interprocedural > analysis and optimization. > 1 = Turns on inlining, limited alias > analysis, and limited call-site > tailoring. > 2 = Full interprocedural data flow and > alias analysis. > list=[filename|short|long] > - Specifies an output listing file name > during the link phase, in the event that > an object listing has been requested > using the -qlist option. The default > name is "a.lst". The suboptions short and > long determine which listing sections will > be included. > lowfreq=<procedure_names> > - Specifies a comma-separated list of > procedures that are likely to be > called infrequently during the course > of a typical program run. > missing={unknown|safe|isolated|pure} > - Specifies the default assumption for > procedures not compiled with -qipa. > noinline=<procedure_names> > - Specifies a comma-separated list of > procedures which are not to be inlined. > noobject - Speeds up compilation, but the object > files cannot be used in non-IPA > compilations. This option is ignored if > -S has been specified. > partition={small|medium|large} > - Specifies the size of program sections > that are analyzed together. Larger > partitions may produce better analysis but > require more storage. > pure=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that are "isolated", "safe", and do not > modify any data objects that are visible > to the caller. > safe=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that do not call any other part of the > program. > stdexits - Specifies that compiler-defined exit > routines can be optimized as with the > "exits" suboption. The procedures are > abort, exit, _exit, and _assert. > nothreads Single threaded invocation of the compiler > backend. > threads Compiler decides the number of threads > used to invoke the compiler backend. > threads=<n> Up to 'n' threads can be used to invoke > the compiler backend. > unknown=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that may update global variables and > dummy arguments and call other parts of > the program compiled with -qipa. > The following options are intended for use by the > link-time phase of -qipa: > -qlibansi - Assumes that all functions with the name > of an ANSI C defined library function are, > in fact, the library functions. > -qnolibansi is the default. > -qlibessl - Assumes that all functions with the name > of an ESSL defined library functions are, > in fact, the library functions. > -qnolibessl is the default. > -qlibposix - Assumes that all functions with the name > of a POSIX 1003.1 defined library function > are, in fact, the system functions. > -qnolibposix is the default. > isolated_call=<name1>:<name2>: ... > Specify that the calls to the functions listed have no > side effects. <name1> and <name2> are function names. > The user may specify as many function names as > necessary. > keyword=<keywords> > Enables the use of specific keywords. > langlvl={<langlvl>|<feature>}[:<langlvl>|<feature>]... > Specify language level and/or features to be enabled > during compilation. > <langlvl> > can be extc89, stdc89, extc99, stdc99, > ansi, saal2, saa, extended, or classic. > <feature> > can be: > [no]ucs enables or disables support for > universal character names. > maxerr=<num>[:<sev>] > Instructs the compiler to halt compilation when <num> > errors of <sev> or greater severity is reached. The > default for <sev> is current value of the -qhalt option. > maxmem=<num> > Limit the amount of memory used by space intensive > optimizations to <num>. <num> specified in kilobytes. > optimize=<level> > Enables different levels of optimization. > 2 Same as -O and -qoptimize. > 3 Same as -O3. Aggressive optimization. > 4 Same as -O4. Internally generates -O3 -qipa > with automatic architecture and tuning option > generation. > 5 Same as -O5. Internally generates -O3 > -qipa=level=2 with automatic architecture and > tuning option generation. > procimported=<name1>:<name2>: ... > Specify which functions are imported. If no filenames > are specified, all invoked functions are assumed to be > defined outside the current file. The last explicit > specification for a function takes precedence. > proclocal=<name1>:<name2>: ... > Specify which functions are local. > If no filenames are specified, all invoked functions > are assumed to be defined within the current file. > The last explicit specification for a function takes > precedence. > procunknown=<name1>:<name2>: ... > Specify which functions are unknown to be local or > imported. If no filenames are specified, all functions > called are assumed to be unknown. This is the default > when no user options are specified. The last explicit > specification for a function takes precedence. > profile=<option> > Sets up the object files produced by the compiler for > profiling. > The available options are: > ibm Generate profiling support code for use with the > Performance Analysis tool in VisualAge C++. > p Generate profiling support code. Same as -p. > pg Generate profiling support code including BSD > profiling support. Same as -pq. > smp[=suboption[:suboption] [ ... ]] > Controls acceptance of OpenMP directives and > automatic parallelization. The auto and omp suboptions > are opposites. i.e. -qsmp=omp means strict adherance > to the OpenMP standard with no automatic parallelization. > [no]auto > Enables or disables automatic parallelization. > [no]explicit > Enables or disables explicit parallelization. > [no]opt > Turns off the implied optimization to allow > simpler debugging. > schedule=<sched_type>[=n] > Specifies what kind of scheduling algorithms > and chunking are used for loops to which no > other scheduling algorithm has been explicitly > assigned in the source code. > Valid options for <sched_type> are: > * dynamic[=n] > * guided[=n] > * static[=n] > * affinity[=n] > * runtime > For more information, see online documentation. > [no]nested_par > Enables or disables parallelization of nested > parallel constructs. > [no]rec_locks > Specifies whether recursive or regular locks > should be used to implement critical sections. > [no]omp Enables or disables strict OpenMP mode. > spill=<size> > Specify the size of the register allocation spill area. > suppress=<msg_num>:<msg_num>... > Suppress compiler messages. > nosuppress > Don't suppress compiler messages. > symtab=<options> > Controls symbol table. > The available options are: > unref Specifies that all typedef declarations, struct, > union, and enum type definitions are included > for processing by the debugger. Same as > -qdbxextra. > static Adds user-defined, nonexternal names that have a > persistent storage class, such as initialized > and uninitialized static variables, to the name > list (the symbol table of xcoff objects). Same > as -qstatsym. > tabsize=<size> > Changes the length of tabs in your source file. > tbtable=<option> > Generate a traceback table for each function and > place it in the text segment at the end of the > function code. > The available options are: > none No traceback table is generated. > full A full traceback table is generated. > This is the default with -g specified. > small A traceback table is generated with no name or > parameter information. > This is the default when -g is NOT specified. > tune=<option> > Specifies the architecture system for which the > executable program is optimized. > The available options are: > 403 Produce an object optimized for all the > PowerPC 403 processors. > Use -qfloat=emulate to emulate the floating-point > instructions omitted by the 403 processor. > 601 Produce an object optimized for all the > PowerPC 601 processors. > 602 Produce an object optimized for all the > PowerPC 602 processors. > 603 Produce an object optimized for all the > PowerPC 603 processors. > 604 Produce an object optimized for all the > PowerPC 604 processors. > p2sc Produce an object optimized for all the > p2sc processors. > pwr Produce an object optimized for the POWER > hardware platform. > pwr2 Produce an object optimized for the > POWER2 hardware platform. > pwr2s Produce an object optimized for the > POWER2 hardware platform, avoiding certain > quadruple-precision instructions that would > slow program performance. > pwrx Same as pwr2. > rs64a Produce an object optimized for the rs64a > processor. > rs64b Produce an object optimized for the rs64b > processor. > rs64c Produce an object optimized for the rs64c > processor. > pwr3 Produce an object optimized for the POWER3 > processor. > pwr4 Produce an object optimized for the POWER4 > processor. > unroll={yes|no|auto} > yes Hint for the compiler to try to unroll loops. > no Force the compiler not to unroll any loops. > auto Let the compiler decide whether to unroll loops. > unroll same as unroll=yes > nounroll same as unroll=no > xref=full Produce a cross-reference listing containing all names, > whether referenced or not; output goes to .lst file. > > Environment Variables > 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by > configuration file or command-line options > > Setting > > not set 32-bit compiler mode. > 32 32-bit compiler mode. > 64 64-bit compiler mode. > 32_64 Fatal error and stop, unless an explicit configuration > file or command-line compiler-mode setting exists. > any other Fatal error and stop, unless an explicit configuration > file or command-line compiler-mode setting exists. > > For a detailed description of each option, please refer to the online > documentation. >unlink: /tmp/xlcW0JTUlqa >unlink: /tmp/xlcW1JTUlqb >unlink: /tmp/xlcW2JTUlqc >configure:1691: $? = 249 >configure:1693: cc -V </dev/null >&5 >/usr/bin/pg /usr/vac/exe/default_msg/vac.help > C for AIX Compiler, Version 6 > > Usage: > xlc [ option | inputfile ]... > cc [ option | inputfile ]... > c89 [ option | inputfile ]... > xlc128 [ option | inputfile ]... > cc128 [ option | inputfile ]... > xlc_r [ option | inputfile ]... > cc_r [ option | inputfile ]... > xlc_r4 [ option | inputfile ]... > cc_r4 [ option | inputfile ]... > xlc_r7 [ option | inputfile ]... > cc_r7 [ option | inputfile ]... > > Description: > The xlC and related commands compile C and C++ source files. > They also processes assembler source files and object files. Unless the > -c option is specified, xlC calls the linkage editor to produce a > single object file. Input files may be any of the following: > 1. file name with .c suffix: C source file > 2. file name with .i suffix: preprocessed C or C++ source file > 3. file name with .o suffix: object file for ld command > 4. file name with .s suffix: assembler source file > 5. file name with .so suffix: shared object file > > Options: > Options can be flag options or keyword options: > > 1. Flag options: > > -# Display language processing commands but do > not invoke them; output goes to stdout. > -bdynamic, -bstatic > Determines which types of library files are searched by > the linkage editor. > -brtl Tells the linkage editor to accept both .so and .a > library file types. > -B<prefix> > Construct alternate compiler/assembler/linkage editor > program names. <prefix> is added to the beginning of > the standard program names. > -c Do not send object files to the linkage editor. > -C Write comments to output when doing preprocessing, > used with -E and -P. > -D<name>[=<def>] > Define <name> as in #define directive. If <def> is > not specified, 1 is assumed. > -E Preprocess but do not compile; output goes to stdout > -f<filename> > Passes to the linkage editor the filename of a file > containing a list of input files to be processed. > -F<x>[:<stanza>] > Use alternate configuration file <x> with optional > <stanza>. If <stanza> is not specified, the assumed stanza > is the name of the command used to invoke the compiler. > -g Produce information for the debugger. > -G Tells the linkage editor to create a dynamic library. > -I<dir> Search in directory <dir> for include files that > do not start with an absolute path. > -l<key> Search the specified library file, > where <key> selects the file lib<key>.a. > -L<dir> Search in directory <dir> for files specified by -l<key>. > -ma Generate inline calls to the "alloca" function as if > "#pragma alloca" directives were in the source file. > -M Generate information to be included in a "make" > description file; output goes to .u file. > -o<name> Name the executable file <name> instead of a.out. > When used with the -c option and one source file, > name the object file <name> instead of filename.o. > If <name> is the name of a directory, files generated by > the compiler will be placed into that directory. > -O Optimize generated code. > -O2 Same as -O. > -O3 Perform some memory and compile time intensive > optimizations in addition to those executed with -O2. > The -O3 specific optimizations have the potential to > alter the semantics of a user's program. > The compiler guards against these optimizations at -O2 > and the option -qstrict is provided at -O3 to turn off > these aggressive optimizations. > -O4 Equivalent to -O3 -qipa with automatic generation of > architecture and tuning option ideal for that platform. > -O5 Equivalent to -O3 -qipa=level=2 with automatic > generation of architecture and tuning option ideal for > that platform. > -p Generate profiling support code. Same as -qprofile=p. > -pg Generate profiling support code including BSD > profiling support. Same as -qprofile=pg. > -P Preprocess but do not compile; output goes to .i file. > -Q<x>, -qinline<x> > Inline all appropriate functions where x can be > one of the following: > ! Not inline any function (equivalent to -qnoinline) > =<lc> Inline if number of source statement in > function is less than the number specified > in <lc>. > -<nm> Not inline function listed by names in <nm> > +<nm> Attempt to inline function listed by names > in <nm>. > -r Produce the output file without linking any library. > -S Produce a .s file for any source file processed by the > compiler. > -t<x> Apply prefix from the -B option to the specified program <x>, > where x can be one or more of the following: > a = assembler > b = compiler backend > c = compiler frontend > i = compiler inliner > I = inter-procedural analysis - compile phase > l = linkage editor > L = inter-procedural analysis - link phase. > p = preprocessor > -U<name> Undefine name as in #undef directive. > -v Displays language processing commands as they > are invoked by xlc; output goes to stdout. > -V Displays commands as they are invoked by xlC; > output goes to stdout. > -w Suppress informational, language-level, and > warning messages. > -W<x,y> Give the options <y> to the compiler program <x> > where x can be one or more of the following: > <a,b,c,f,I,l,L,p> > -y<x> Specify compile-time rounding of constant floating-point > expressions, where <x> can be one of the following: > m = round toward minus infinity > n = round to nearest > p = round toward positive infinity > z = round toward zero. > > 2. Keyword options: > > Keyword options are specified in one of the following ways: > > -q<option> > -q<option>=<parameter> > -q<option>=<parameter>:<parameter> > > where <option> is an option name and <parameter> is a > parameter value. > Keyword options with no parameters represent switches > that may be either on or off. The keyword by itself turns > the switch on, and the keyword preceded by the letters NO > turns the switch off. For example, -qLIST tells the > compiler to produce a listing and -qNOLIST tells the > compiler not to produce a listing. If an option that > represents a switch is set more than once, the compiler > uses the last setting. > > Keyword option and parameter names may appear in either > UPPER CASE or lower case letters in the xlc command. > > > Options without parameters: > > 32 Selects 32-bit compiler mode. > 64 Selects 64-bit compiler mode. > ansialias Use type-based aliasing during optimization. > compact Reduce code size where possible, at the expense > of execution speed. Code size is reduced by > inhibiting optimizations that replicate or expand > code inline. > cpluscmt Permit "//" to introduce a comment that lasts > until the end of the current source line, as in C++. > dbcs String literals and comments can contain DBCS > characters (same as mbcs option). > dbxextra Generate symbol table information for unreferenced > variables. By default such information is not generated > thus reducing the size of the executable compiled with > the "-g" option. Same as -qsymtab=unref. > digraph Allow special digraph > dollar Allow '$' as an identifier character > dpcl Generates symbols for tools based on the Dynamic > Probe Class Library (DPCL) > extchk Perform external name type-checking and function > call checking. > fdpr Collect information about programs for use with > the AIX fdpr (Feedback Directed Program Restructuring) > performance-tuning utility. > flttrap Generate instructions to trap floating-point > exceptions. > fold Specifies that constant floating-point expressions > are to be evaluated at compile time. > fullpath Specifies the path information stored for files when > you use "-g" and the symbolic debugger. > funcsect Place instructions for each function in a separate csect. > heapdebug Enables debug versions of memory management functions. > hot Determines whether or not to perform high-order > transformations on loops during optimization. > idirfirst Specify the search order for files included with > the #include "file_name" directive. Use -qidirfirst > with the -Idirectory option. If -qidirfirst option > is specified, the directories specified by the > -Idirectory option are searched before the directory > where the current file resides. > ignerrno Tell the optimizer that the program will never > refer to or set errno. This allows additional > optimizations. > inlglue Generate fast external linkage by inlining the > code (pointer glue code) necessary at calls > via a function pointer and calls to external > procedures. > largepage Take advantage of 16M pages, which will allow for > reduced TLB entries and allow hardware prefetching > to be done more efficiently. > ldbl128 Increase long double size from 64 to 128 bits. > libansi Assumes that all functions with the name of an > ANSI C library functions are in fact the system functions. > linedebug Generates abbreviated line number and source file name > information for the debugger. > list Produce an object listing; output goes to .lst file. > listopt Display the settings of all options; output goes > to .lst file. > longdouble Increase long double size from 64 to 128 bits. > longlit Changes implicit type selection for integer constants in > 64-bit mode. > longlong Allow long long integers. > macpstr Allow '\p' as the first character of a string constant > which will be replaced by the length in bytes. > makedep Creates an output file that contains targets suitable for > inclusion in a description file for the AIX make command. > mbcs String literals and comments can contain DBCS > characters (same as dbcs option). > mkshrobj Create a shared object from generated object files. > noprint Direct listing to /dev/null. > nostdinc Specify which files are included with the #include > "file_name" and #include <file_name> directives. > If -qnostdinc is specified, the /usr/include directory > is not searched. > optimize Same as O and O2. Perform optimization that is the > mix between speed and size. (If -qnooptimize is > specified, it is equivalent to -qoptimize=0.) > pascal Accept and ignore the keyword 'pascal' as a > type modifier. > pdf1, pdf2 Perform aggressive optimizations with profile > directed feedback. > phsinfo Produce compiler phase information; output goes to > stdout. > proto Assert that procedure call points agree > with their declarations even if the procedure has > not been prototyped. This allows the caller to > pass floating point arguments in floating point > registers instead of general purpose registers. > report Adds information to the listing file on the loop > transformations that have been carried out. > This option requires either -qhot or -qsmp > in order to have effect. > ro Put string literals in read only area. > roconst Put constant values in read only area. > showinc Include the source of all included files in the > source listing, if the SOURCE option is in effect. > smallstack Reduce the size of the stack frame, allowing better use > of a limited stack size. > source Produce a source listing; output goes to .lst file. > srcmsg Reconstruct source lines in error along with the > diagnostic messages in the stderr file. > statsym Adds user-defined, nonexternal names that have a > persistent storage class, such as initialized and > uninitialized static variables, to the name list > (the symbol table of xcoff objects). Same as > -qsymtab=static. > strict Turns off aggressive optimizations which have the > potential to alter the semantics of a user's program. > This option also sets -qfloat=nofltint:norsqrt. > strict_induction > Turns off induction variable optimizations > that have the potential to alter the semantics of a > user's program. The default is "nostrict_induction" at > -O2 or higher and "strict_induction" otherwise. > "nostrict_induction" is recomended if your program does > not have overflows or wrap arounds of loop induction > variables. > syntaxonly Causes the compiler to perform syntax checking without > generating an object file. > threaded Indicates to the compiler that the program will execute > in multi-threaded environment. > tocmerge Read from the file specified in -bImportfile linker > option and merge the address information to access > ranges of external addresses using a single Table Of > Content entry. > upconv Preserves the unsigned specification when performing > integral promotions. > warn64 Enables checking for possible long-to-integer or > pointer-to-integer truncation. > unwind Enables stack unwinding. The optimization prologue > tailoring reduces the number of saves and restores > of non-volatile registers, but is enabled only when > stack unwinding is disabled. > xcall Generate code to static routines within a compilation > unit as if they were external routines. > xref Produce a cross-reference listing containing > only referenced names. > > > > Options with parameters: > aggrcopy=[no]overlap > Asserts whether source and destination of aggregate > assignments overlap. > alias=<option> > Specifies the aliasing assertion to be applied to > your compilation unit. > The available options are: > addr Variables are disjoint from pointers > unless their address is taken. > allp Pointers are never aliased. > ansi Pointers can only point to an object of the > same type. Require -O option. > typ Pointers to different types are never aliased. > align=<algnopt> > bit_packed > Similar to packed, except bit-fields are > packed as tightly as possible. > full The compiler uses the RISC System/6000 > alignment rules. This is the same as power. > mac68k The compiler uses the Macintosh** > alignment rules. > natural The compiler maps structure members to > their natural boundaries. > packed The compiler uses the packed alignment rules. > power The compiler uses the RISC System/6000 > alignment rules. > twobyte The compiler uses the Macintosh alignment rules. > The mac68k option is the same as twobyte. > arch=<option> > Specifies the architecture on which the executable > program will be run. > The available options are: > com Produce an object that contains instructions > that will run on all the POWER and PowerPC > hardware platforms. > pwr Produce an object that contains instructions > that will run on the POWER hardware > platform. > pwr2 Produce an object that contains instructions > that will run on the POWER2 hardware > platform. > pwrx Same as pwr2. > ppc Produce an object that contains instructions > that will run on any of the 32-bit PowerPC > hardware platforms. > ppcgr Produce an object that contains optional > graphics instructions for PowerPC processors. > pwr2s Produce an object that contains instructions > that will run on a pwr2s chip. > p2sc Produce an object that contains instructions > that will run on a p2sc chip. > 601 Produce an object that contains instructions > that will run on a 601 chip. > 602 Produce an object that contains instructions > that will run on a 602 chip. > 603 Produce an object that contains instructions > that will run on a 603 chip. > 604 Produce an object that contains instructions > that will run on a 604 chip. > 403 Produce an object that contains instructions > that will run on a 403 chip. > rs64a Produce an object that contains instructions > that will run on a rs64a chip. > rs64b Produce an object that contains instructions > that will run on a rs64b chip. > rs64c Produce an object that contains instructions > that will run on a rs64c chip. > pwr3 Produce an object that contains instructions > that will run on a POWER3 chip. > pwr4 Produce an object that contains instructions > that will run on a POWER4 chip. > The default is -qarch=com. If the -qarch option is > specified without the -qtune=<option>, the compiler > uses the default -qtune value for the specified > architecture. Refer to online documentation to find > actual default setting of -qtune for a given -qarch. > assert=<option> > Specifies the aliasing assertion to be applied to > your compilation unit. > The available options are: > typ Pointers to different types are never aliased. > allp Pointers are never aliased. > addr Variables are disjoint from pointers > unless their address is taken. > attr Produce an attribute listing containing only > referenced names; output goes to .lst file. > attr=full Produce an attribute listing containing all names, > whether referenced or not; output goes to .lst file. > bitfields=signed > bitfields=unsigned > Specify whether bitfields will be signed or unsigned. > cache=<suboption>:<suboption>... > Describe the cache configuration for a specific target > execution machine. See online documentation for details. > chars=signed > chars=unsigned > Specify whether the data type char will be signed > or unsigned. > check=<option> > Generate code to check for run-time checks. > bounds Runtime checking of addresses when > subscripting within an object of known size. > divzero Runtime checking of integer division. > A trap will occur if an attempt is made to > divide by zero. > nullptr Runtime checking of addresses > contained in pointer variables used to > reference storage. > all Switches on all the above suboptions. > dataimported=<name1>:<name2>: ... > Specify which data items are imported. If no names are > specified, all data items are assumed to be imported. > This is the default. > datalocal=<name1>:<name2>: ... > Specify which data items are local. If no names are > specified, all data items are assumed to be local. > enum=<enumopt> > Specify whether minimum-sized enumerated types will be > produced or not. <enumopt> can be either small, int, > 1, 2, 4 or 8. > small denotes that either one, two, four or eight (valid > in 64-bit mode only) bytes of storage will be allocated > for enum variables based on the range of the enum > constants. > int is the default, and causes enum variables to be > treated as though they were of type signed int > depending on the range of the enum constants. > 1 will cause enum variables to be packed into 1 byte. > 2 will cause enum variables to be packed into 2 bytes. > 4 will cause enum variables to be packed into 4 bytes. > 8 will cause enum variables to be packed into 8 bytes. > (enum=8 is valid in 64-bit mode only) > flag=<sev1> > Specify severity level of diagnostics to be reported > in source listing and stderr; the severity level > is one of <i,w,e,s,u>. > flag=<sev1>:<sev2> > Specify severity level of diagnostics to be reported > in source listing (<sev1>), and stderr (<sev2>); > the severity levels are one of <i,w,e,s,u>. > float=<opt1>:<opt2>:...:<optN> > The available options are: > emulate Function calls are emitted in place of > PowerPC floating-point instructions. > Use this option only in a single-threaded > stand-alone environment, targeting the > PowerPC 403 processor. > Do not use this suboption with any of the > following: > o -qarch=pwr, -qarch=pwr2, -qarch=pwrx > o -qlongdouble, -qldbl128 > o 128-bit long double invocation commands > fltint Specify whether range checking of floating > point to integer conversions is done. > Default at -O2: -qfloat=nofltint. > Default at -O3: -qfloat=fltint. > hsflt Never round single-precision expressions, > and don't perform range checking for > floating-point to integer conversions. > hssngl Round single-precision expressions only > when the results are stored into float memory > locations. > nans Detect conversion of single-precision NaNS to > double precision call checking. > nomaf Suppress generation of multiply-add > instructions. > nofold Suppress compile-time evaluation of constant > floating-point expressions. > rndsngl Ensure strict adherence to IEEE standard. > all operations on single-precision values > produce results that remain in single > precision. > rrm Specify run-time rounding mode. Compile with > this option if the run-time rounding mode > is round toward minus infinity, round toward > positive infinity, or not known. > rsqrt Specify whether a division by the result of a > square root can be replaced with a multiply > by the reciprocal of the square root. > Default at -O2: -qfloat=norsqrt. > Default at -O3: -qfloat=rsqrt. > spnans Generate extra instructions to detect signaling > NaN on conversion from single precision to > double precision. Obsolete; use the equivalent > -qfloat=nans option. > flttrap=<opt1>:<opt2>:...:<optN> > Generate instructions to detect and trap floating-point. > The available options are: overflow, underflow, > zerodivide, invalid, inexact, enable, imprecise. > halt=<sev> Stop compiler after first phase if severity of errors > detected equals or exceeds <sev>; the severity > level is one of i, w, e, s, u. > genproto=<parmnames> > Produces ANSI prototypes from K&R function definitions. > hot=<suboption> > Determines whether or not to perform high-order > transformations on loops and array language during > optimization, and whether or not to pad array dimensions > and data objects to avoid cache misses. Suboptions > include: > arraypad - The compiler will pad any arrays where it > infers there may be a benefit. Make sure > that you have not used equivalence > association for any arrays in files > compiled with this option as the compiler > does not perform any checking before > padding arrays. > arraypad=n - The compiler will pad every array in the > code. The pad amount must be a positive > integer value. > novector - The compiler will avoid replacing code by > calls to vector library routines. > vector - Allows the compiler to optimize by > replacing code with calls to vector > library routines. > ignprag=<option> > The available options are: > disjoint > Ignore pragma disjoint. > isolated > Ignore pragma isolated_call. > omp Ignore OpenMP parallel processing pragmas. > ibm Ignore IBM parallel processing pragmas. > all Ignore all the above pragmas. > info > info=all > Produce additional lint-like messages. For C, it turns > on all diagnostic messages for all groups. For C++, it > turns on all diagnostic messages for all groups, except > ppt. > info=<group> > Produce additional lint-like messages based on <group>. > c99 Code that might behave differently between > C89 and C99 language levels > cls Possible problems with generation of classes > cmp Possible redundancies in unsigned comparisons > cnd Possible redundancies or problems in conditional > expressions > cns Operations involving constants. > cnv Conversions > dcl Consistency of declarations > eff Statements with no effect > enu Consistency of enum variables > ext Unused external definitions > gen General diagnostic messages > gnr Generation of temporary variables > got Use of goto statements > ini Possible problems with initialization > inl Functions not inlined > lan Language level effects > obs Obsolete features > ord Unspecified order of evaluation > par Unused parameters > por Nonportable language constructs > ppc Possible problems with using the preprocessor > ppt Trace of preprocessor actions > private Lists shared variables made private to a > parallel loop. > pro Missing function prototypes > rea Code that cannot be reached > reduction > Lists all variables that are recognized as > reduction variables inside a parallel loop. > ret Consistency of return statements > trd Possible truncation or loss of data or precision > tru Variable names truncated by the compiler > trx Hexadecimal floating-point constants that cannot > be represented exactly in its evaluation format > uni Unitialized variables > use Unused auto and static variables > initauto=<hh> > Initialialize automatic storage to <hh>. <hh> is a > hexadecimal value. This generates extra code and > should only be used for error determination. > inline[=<x>] > This is functionally equivalent to the -Q option. > ipa=<subopt1>[=<val1>][:<subopt2>[=<val2>][:...:<suboptN>[=<valN>]]] > Enhances -O optimization by doing detailed analysis > across procedures. One of -O, -O2, or -O3 is required > when using -qipa. Regular expressions are supported > when specifying <procedure_names> on the -qipa=exits, > -qipa=inline, -qipa=lowfreq, -qipa=noinline, -qipa=pure, > -qipa=safe and -qipa=unknown suboptions. > Suboptions include: > exits=<procedure_names> > - Specifies a selected set of procedures > which always end the program. > inline=<inline-options> > The "ipa=inline=" command can take a colon-separated > list of inline options, which are as follows: > inline={auto|noauto} > - Specifies whether or not to > automatically inline expansion. > inline=<procedure_names> > - Specifies a comma-separated list of > procedures to try to inline. > inline=limit=<num> > - Changes the size limits that deter- > mine how much inline expansion to do. > <num> is the optimizer's approximation > of the number of bytes of code which > will be generated. > inline=threshold=<num> > - Specifies the upper size limit on > procedures to inline. <num> is > defined as for inline=limit. > isolated=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that do not directly refer to any global > variable. > level=<level> > - Determines the amount of IPA analysis > and optimization performed: > 0 = Does only minimal interprocedural > analysis and optimization. > 1 = Turns on inlining, limited alias > analysis, and limited call-site > tailoring. > 2 = Full interprocedural data flow and > alias analysis. > list=[filename|short|long] > - Specifies an output listing file name > during the link phase, in the event that > an object listing has been requested > using the -qlist option. The default > name is "a.lst". The suboptions short and > long determine which listing sections will > be included. > lowfreq=<procedure_names> > - Specifies a comma-separated list of > procedures that are likely to be > called infrequently during the course > of a typical program run. > missing={unknown|safe|isolated|pure} > - Specifies the default assumption for > procedures not compiled with -qipa. > noinline=<procedure_names> > - Specifies a comma-separated list of > procedures which are not to be inlined. > noobject - Speeds up compilation, but the object > files cannot be used in non-IPA > compilations. This option is ignored if > -S has been specified. > partition={small|medium|large} > - Specifies the size of program sections > that are analyzed together. Larger > partitions may produce better analysis but > require more storage. > pure=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that are "isolated", "safe", and do not > modify any data objects that are visible > to the caller. > safe=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that do not call any other part of the > program. > stdexits - Specifies that compiler-defined exit > routines can be optimized as with the > "exits" suboption. The procedures are > abort, exit, _exit, and _assert. > nothreads Single threaded invocation of the compiler > backend. > threads Compiler decides the number of threads > used to invoke the compiler backend. > threads=<n> Up to 'n' threads can be used to invoke > the compiler backend. > unknown=<procedure_names> > - Specifies a comma-separated list of > procedures not compiled with -qipa and > that may update global variables and > dummy arguments and call other parts of > the program compiled with -qipa. > The following options are intended for use by the > link-time phase of -qipa: > -qlibansi - Assumes that all functions with the name > of an ANSI C defined library function are, > in fact, the library functions. > -qnolibansi is the default. > -qlibessl - Assumes that all functions with the name > of an ESSL defined library functions are, > in fact, the library functions. > -qnolibessl is the default. > -qlibposix - Assumes that all functions with the name > of a POSIX 1003.1 defined library function > are, in fact, the system functions. > -qnolibposix is the default. > isolated_call=<name1>:<name2>: ... > Specify that the calls to the functions listed have no > side effects. <name1> and <name2> are function names. > The user may specify as many function names as > necessary. > keyword=<keywords> > Enables the use of specific keywords. > langlvl={<langlvl>|<feature>}[:<langlvl>|<feature>]... > Specify language level and/or features to be enabled > during compilation. > <langlvl> > can be extc89, stdc89, extc99, stdc99, > ansi, saal2, saa, extended, or classic. > <feature> > can be: > [no]ucs enables or disables support for > universal character names. > maxerr=<num>[:<sev>] > Instructs the compiler to halt compilation when <num> > errors of <sev> or greater severity is reached. The > default for <sev> is current value of the -qhalt option. > maxmem=<num> > Limit the amount of memory used by space intensive > optimizations to <num>. <num> specified in kilobytes. > optimize=<level> > Enables different levels of optimization. > 2 Same as -O and -qoptimize. > 3 Same as -O3. Aggressive optimization. > 4 Same as -O4. Internally generates -O3 -qipa > with automatic architecture and tuning option > generation. > 5 Same as -O5. Internally generates -O3 > -qipa=level=2 with automatic architecture and > tuning option generation. > procimported=<name1>:<name2>: ... > Specify which functions are imported. If no filenames > are specified, all invoked functions are assumed to be > defined outside the current file. The last explicit > specification for a function takes precedence. > proclocal=<name1>:<name2>: ... > Specify which functions are local. > If no filenames are specified, all invoked functions > are assumed to be defined within the current file. > The last explicit specification for a function takes > precedence. > procunknown=<name1>:<name2>: ... > Specify which functions are unknown to be local or > imported. If no filenames are specified, all functions > called are assumed to be unknown. This is the default > when no user options are specified. The last explicit > specification for a function takes precedence. > profile=<option> > Sets up the object files produced by the compiler for > profiling. > The available options are: > ibm Generate profiling support code for use with the > Performance Analysis tool in VisualAge C++. > p Generate profiling support code. Same as -p. > pg Generate profiling support code including BSD > profiling support. Same as -pq. > smp[=suboption[:suboption] [ ... ]] > Controls acceptance of OpenMP directives and > automatic parallelization. The auto and omp suboptions > are opposites. i.e. -qsmp=omp means strict adherance > to the OpenMP standard with no automatic parallelization. > [no]auto > Enables or disables automatic parallelization. > [no]explicit > Enables or disables explicit parallelization. > [no]opt > Turns off the implied optimization to allow > simpler debugging. > schedule=<sched_type>[=n] > Specifies what kind of scheduling algorithms > and chunking are used for loops to which no > other scheduling algorithm has been explicitly > assigned in the source code. > Valid options for <sched_type> are: > * dynamic[=n] > * guided[=n] > * static[=n] > * affinity[=n] > * runtime > For more information, see online documentation. > [no]nested_par > Enables or disables parallelization of nested > parallel constructs. > [no]rec_locks > Specifies whether recursive or regular locks > should be used to implement critical sections. > [no]omp Enables or disables strict OpenMP mode. > spill=<size> > Specify the size of the register allocation spill area. > suppress=<msg_num>:<msg_num>... > Suppress compiler messages. > nosuppress > Don't suppress compiler messages. > symtab=<options> > Controls symbol table. > The available options are: > unref Specifies that all typedef declarations, struct, > union, and enum type definitions are included > for processing by the debugger. Same as > -qdbxextra. > static Adds user-defined, nonexternal names that have a > persistent storage class, such as initialized > and uninitialized static variables, to the name > list (the symbol table of xcoff objects). Same > as -qstatsym. > tabsize=<size> > Changes the length of tabs in your source file. > tbtable=<option> > Generate a traceback table for each function and > place it in the text segment at the end of the > function code. > The available options are: > none No traceback table is generated. > full A full traceback table is generated. > This is the default with -g specified. > small A traceback table is generated with no name or > parameter information. > This is the default when -g is NOT specified. > tune=<option> > Specifies the architecture system for which the > executable program is optimized. > The available options are: > 403 Produce an object optimized for all the > PowerPC 403 processors. > Use -qfloat=emulate to emulate the floating-point > instructions omitted by the 403 processor. > 601 Produce an object optimized for all the > PowerPC 601 processors. > 602 Produce an object optimized for all the > PowerPC 602 processors. > 603 Produce an object optimized for all the > PowerPC 603 processors. > 604 Produce an object optimized for all the > PowerPC 604 processors. > p2sc Produce an object optimized for all the > p2sc processors. > pwr Produce an object optimized for the POWER > hardware platform. > pwr2 Produce an object optimized for the > POWER2 hardware platform. > pwr2s Produce an object optimized for the > POWER2 hardware platform, avoiding certain > quadruple-precision instructions that would > slow program performance. > pwrx Same as pwr2. > rs64a Produce an object optimized for the rs64a > processor. > rs64b Produce an object optimized for the rs64b > processor. > rs64c Produce an object optimized for the rs64c > processor. > pwr3 Produce an object optimized for the POWER3 > processor. > pwr4 Produce an object optimized for the POWER4 > processor. > unroll={yes|no|auto} > yes Hint for the compiler to try to unroll loops. > no Force the compiler not to unroll any loops. > auto Let the compiler decide whether to unroll loops. > unroll same as unroll=yes > nounroll same as unroll=no > xref=full Produce a cross-reference listing containing all names, > whether referenced or not; output goes to .lst file. > > Environment Variables > 1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by > configuration file or command-line options > > Setting > > not set 32-bit compiler mode. > 32 32-bit compiler mode. > 64 64-bit compiler mode. > 32_64 Fatal error and stop, unless an explicit configuration > file or command-line compiler-mode setting exists. > any other Fatal error and stop, unless an explicit configuration > file or command-line compiler-mode setting exists. > > For a detailed description of each option, please refer to the online > documentation. >rm /tmp/xlcW0JXUlya >rm /tmp/xlcW1JXUlyb >rm /tmp/xlcW2JXUlyc >configure:1696: $? = 249 >configure:1719: checking for C compiler default output file name >configure:1722: cc conftest.c >&5 >configure:1725: $? = 0 >configure:1771: result: a.out >configure:1776: checking whether the C compiler works >configure:1782: ./a.out >configure:1785: $? = 0 >configure:1802: result: yes >configure:1809: checking whether we are cross compiling >configure:1811: result: no >configure:1814: checking for suffix of executables >configure:1816: cc -o conftest conftest.c >&5 >configure:1819: $? = 0 >configure:1844: result: >configure:1850: checking for suffix of object files >configure:1871: cc -c conftest.c >&5 >configure:1874: $? = 0 >configure:1896: result: o >configure:1900: checking whether we are using the GNU C compiler >configure:1924: 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:1930: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| /* end confdefs.h. */ >| >| int >| main () >| { >| #ifndef __GNUC__ >| choke me >| #endif >| >| ; >| return 0; >| } >configure:1956: result: no >configure:1962: checking whether cc accepts -g >configure:1983: cc -c -g conftest.c >&5 >configure:1989: $? = 0 >configure:1993: test -z > || test ! -s conftest.err >configure:1996: $? = 0 >configure:1999: test -s conftest.o >configure:2002: $? = 0 >configure:2013: result: yes >configure:2030: checking for cc option to accept ANSI C >configure:2100: cc -c -g conftest.c >&5 >configure:2106: $? = 0 >configure:2110: test -z > || test ! -s conftest.err >configure:2113: $? = 0 >configure:2116: test -s conftest.o >configure:2119: $? = 0 >configure:2137: result: none needed >configure:2155: cc -c -g conftest.c >&5 >"conftest.c", line 2.3: 1506-166 (S) Definition of function choke requires parentheses. >"conftest.c", line 2.9: 1506-046 (S) Syntax error. >configure:2161: $? = 1 >configure: failed program was: >| #ifndef __cplusplus >| choke me >| #endif >configure:2325: checking build system type >configure:2343: result: powerpc-ibm-aix5.2.0.0 >configure:2351: checking host system type >configure:2365: result: powerpc-ibm-aix5.2.0.0 >configure:2374: checking whether byte ordering is bigendian >configure:2401: cc -c -g conftest.c >&5 >configure:2407: $? = 0 >configure:2411: test -z > || test ! -s conftest.err >configure:2414: $? = 0 >configure:2417: test -s conftest.o >configure:2420: $? = 0 >configure:2444: cc -c -g conftest.c >&5 >configure:2450: $? = 0 >configure:2454: test -z > || test ! -s conftest.err >configure:2457: $? = 0 >configure:2460: test -s conftest.o >configure:2463: $? = 0 >configure:2585: result: yes >configure:2610: checking for gawk >configure:2639: result: no >configure:2610: checking for mawk >configure:2639: result: no >configure:2610: checking for nawk >configure:2626: found /usr/bin/nawk >configure:2636: result: nawk >configure:2651: checking how to run the C preprocessor >configure:2686: cc -E conftest.c >configure:2692: $? = 0 >configure:2724: cc -E conftest.c >"conftest.c", line 10.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. >configure:2730: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2769: result: cc -E >configure:2793: cc -E conftest.c >configure:2799: $? = 0 >configure:2831: cc -E conftest.c >"conftest.c", line 10.10: 1506-296 (S) #include file <ac_nonexistent.h> not found. >configure:2837: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2921: checking for ranlib >configure:2937: found /usr/bin/ranlib >configure:2948: result: ranlib >configure:2973: checking for a BSD-compatible install >configure:3028: result: ./install-sh -c >configure:3041: checking for ar >configure:3059: found /usr/bin/ar >configure:3071: result: /usr/bin/ar >configure:3080: checking for cat >configure:3098: found /usr/bin/cat >configure:3110: result: /usr/bin/cat >configure:3119: checking for kill >configure:3137: found /usr/bin/kill >configure:3149: result: /usr/bin/kill >configure:3160: checking for perl5 >configure:3193: result: no >configure:3160: checking for perl >configure:3178: found /usr/bin/perl >configure:3190: result: /usr/bin/perl >configure:3202: checking for sed >configure:3220: found /usr/bin/sed >configure:3232: result: /usr/bin/sed >configure:3242: checking for ent >configure:3275: result: no >configure:3282: checking for bash >configure:3315: result: no >configure:3321: checking for ksh >configure:3339: found /usr/bin/ksh >configure:3351: result: /usr/bin/ksh >configure:3360: checking for sh >configure:3390: result: /usr/bin/ksh >configure:3399: checking for sh >configure:3417: found /usr/bin/sh >configure:3429: result: /usr/bin/sh >configure:3441: checking for groupadd >configure:3472: result: groupadd >configure:3481: checking for useradd >configure:3499: found /usr/sbin/useradd >configure:3512: result: /usr/sbin/useradd >configure:3521: checking for pkgmk >configure:3548: result: no >configure:3571: checking for special C compiler options needed for large files >configure:3606: cc -c -g conftest.c >&5 >"conftest.c", line 16.22: 1506-195 (S) Integral constant expression with a value greater than zero is required. >configure:3612: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3636: cc -n32 -c -g conftest.c >&5 >cc: 1501-216 command option 32 is not recognized - passed to ld >"conftest.c", line 16.22: 1506-195 (S) Integral constant expression with a value greater than zero is required. >configure:3642: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3670: result: no >configure:3676: checking for _FILE_OFFSET_BITS value needed for large files >configure:3707: cc -c -g conftest.c >&5 >"conftest.c", line 16.22: 1506-195 (S) Integral constant expression with a value greater than zero is required. >configure:3713: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3760: cc -c -g conftest.c >&5 >"conftest.c", line 17.22: 1506-195 (S) Integral constant expression with a value greater than zero is required. >configure:3766: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #define _FILE_OFFSET_BITS 64 >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3791: result: no >configure:3801: checking for _LARGE_FILES value needed for large files >configure:3832: cc -c -g conftest.c >&5 >"conftest.c", line 16.22: 1506-195 (S) Integral constant expression with a value greater than zero is required. >configure:3838: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3885: cc -c -g conftest.c >&5 >configure:3891: $? = 0 >configure:3895: test -z > || test ! -s conftest.err >configure:3898: $? = 0 >configure:3901: test -s conftest.o >configure:3904: $? = 0 >configure:3916: result: 1 >configure:3946: checking for login >configure:3964: found /usr/bin/login >configure:3976: result: /usr/bin/login >configure:3993: checking for passwd >configure:4011: found /usr/bin/passwd >configure:4023: result: /usr/bin/passwd >configure:4043: checking for inline >configure:4064: cc -c -g conftest.c >&5 >configure:4070: $? = 0 >configure:4074: test -z > || test ! -s conftest.err >configure:4077: $? = 0 >configure:4080: test -s conftest.o >configure:4083: $? = 0 >configure:4095: result: inline >configure:4115: checking whether LLONG_MAX is declared >configure:4140: cc -c -g conftest.c >&5 >configure:4146: $? = 0 >configure:4150: test -z > || test ! -s conftest.err >configure:4153: $? = 0 >configure:4156: test -s conftest.o >configure:4159: $? = 0 >configure:4170: result: yes >configure:4279: checking how to specify blibpath for linker (cc) >configure:4304: cc -o conftest -g -blibpath:/usr/lib:/lib conftest.c >&5 >configure:4310: $? = 0 >configure:4314: test -z > || test ! -s conftest.err >configure:4317: $? = 0 >configure:4320: test -s conftest >configure:4323: $? = 0 >configure:4342: result: -blibpath: >configure:4346: checking for authenticate >configure:4403: cc -o conftest -g conftest.c >&5 >configure:4409: $? = 0 >configure:4413: test -z > || test ! -s conftest.err >configure:4416: $? = 0 >configure:4419: test -s conftest >configure:4422: $? = 0 >configure:4434: result: yes >configure:4519: checking whether authenticate is declared >configure:4544: cc -c -g conftest.c >&5 >configure:4550: $? = 0 >configure:4554: test -z > || test ! -s conftest.err >configure:4557: $? = 0 >configure:4560: test -s conftest.o >configure:4563: $? = 0 >configure:4574: result: yes >configure:4590: checking whether loginrestrictions is declared >configure:4615: cc -c -g conftest.c >&5 >configure:4621: $? = 0 >configure:4625: test -z > || test ! -s conftest.err >configure:4628: $? = 0 >configure:4631: test -s conftest.o >configure:4634: $? = 0 >configure:4645: result: yes >configure:4661: checking whether loginsuccess is declared >configure:4686: cc -c -g conftest.c >&5 >configure:4692: $? = 0 >configure:4696: test -z > || test ! -s conftest.err >configure:4699: $? = 0 >configure:4702: test -s conftest.o >configure:4705: $? = 0 >configure:4716: result: yes >configure:4732: checking whether passwdexpired is declared >configure:4757: cc -c -g conftest.c >&5 >configure:4763: $? = 0 >configure:4767: test -z > || test ! -s conftest.err >configure:4770: $? = 0 >configure:4773: test -s conftest.o >configure:4776: $? = 0 >configure:4787: result: yes >configure:4803: checking whether setauthdb is declared >configure:4828: cc -c -g conftest.c >&5 >"conftest.c", line 24.22: 1506-045 (S) Undeclared identifier setauthdb. >configure:4834: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define WITH_AIXAUTHENTICATE 1 >| #define HAVE_DECL_AUTHENTICATE 1 >| #define HAVE_DECL_LOGINRESTRICTIONS 1 >| #define HAVE_DECL_LOGINSUCCESS 1 >| #define HAVE_DECL_PASSWDEXPIRED 1 >| /* end confdefs.h. */ >| #include <usersec.h> >| >| int >| main () >| { >| #ifndef setauthdb >| char *p = (char *) setauthdb; >| #endif >| >| ; >| return 0; >| } >configure:4858: result: no >configure:4876: checking whether loginfailed is declared >configure:4902: cc -c -g conftest.c >&5 >configure:4908: $? = 0 >configure:4912: test -z > || test ! -s conftest.err >configure:4915: $? = 0 >configure:4918: test -s conftest.o >configure:4921: $? = 0 >configure:4932: result: yes >configure:4940: checking if loginfailed takes 4 arguments >configure:4958: cc -c -g conftest.c >&5 >configure:4964: $? = 0 >configure:4968: test -z > || test ! -s conftest.err >configure:4971: $? = 0 >configure:4974: test -s conftest.o >configure:4977: $? = 0 >configure:4979: result: yes >configure:5008: checking for setauthdb >configure:5065: cc -o conftest -g conftest.c >&5 >configure:5071: $? = 0 >configure:5075: test -z > || test ! -s conftest.err >configure:5078: $? = 0 >configure:5081: test -s conftest >configure:5084: $? = 0 >configure:5096: result: yes >configure:7336: checking compiler and flags for sanity >configure:7355: cc -o conftest -g conftest.c >&5 >configure:7358: $? = 0 >configure:7360: ./conftest >configure:7363: $? = 0 >configure:7365: result: yes >configure:7516: checking bstring.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 64.10: 1506-296 (S) #include file <bstring.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:7557: result: no >configure:7561: checking bstring.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 30.10: 1506-296 (S) #include file <bstring.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| /* end confdefs.h. */ >| #include <bstring.h> >configure:7597: result: no >configure:7632: checking for bstring.h >configure:7639: result: no >configure:7516: checking crypt.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking crypt.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for crypt.h >configure:7639: result: yes >configure:7516: checking dirent.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking dirent.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for dirent.h >configure:7639: result: yes >configure:7516: checking endian.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 66.10: 1506-296 (S) #include file <endian.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <endian.h> >configure:7557: result: no >configure:7561: checking endian.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 32.10: 1506-296 (S) #include file <endian.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <endian.h> >configure:7597: result: no >configure:7632: checking for endian.h >configure:7639: result: no >configure:7516: checking features.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 66.10: 1506-296 (S) #include file <features.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <features.h> >configure:7557: result: no >configure:7561: checking features.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 32.10: 1506-296 (S) #include file <features.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <features.h> >configure:7597: result: no >configure:7632: checking for features.h >configure:7639: result: no >configure:7516: checking floatingpoint.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 66.10: 1506-296 (S) #include file <floatingpoint.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <floatingpoint.h> >configure:7557: result: no >configure:7561: checking floatingpoint.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 32.10: 1506-296 (S) #include file <floatingpoint.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <floatingpoint.h> >configure:7597: result: no >configure:7632: checking for floatingpoint.h >configure:7639: result: no >configure:7516: checking getopt.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 66.10: 1506-296 (S) #include file <getopt.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <getopt.h> >configure:7557: result: no >configure:7561: checking getopt.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 32.10: 1506-296 (S) #include file <getopt.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <getopt.h> >configure:7597: result: no >configure:7632: checking for getopt.h >configure:7639: result: no >configure:7516: checking glob.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking glob.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for glob.h >configure:7639: result: yes >configure:7516: checking ia.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <ia.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:7557: result: no >configure:7561: checking ia.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 33.10: 1506-296 (S) #include file <ia.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:7597: result: no >configure:7632: checking for ia.h >configure:7639: result: no >configure:7516: checking iaf.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <iaf.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <iaf.h> >configure:7557: result: no >configure:7561: checking iaf.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 33.10: 1506-296 (S) #include file <iaf.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <iaf.h> >configure:7597: result: no >configure:7632: checking for iaf.h >configure:7639: result: no >configure:7516: checking lastlog.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 67.10: 1506-296 (S) #include file <lastlog.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <lastlog.h> >configure:7557: result: no >configure:7561: checking lastlog.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 33.10: 1506-296 (S) #include file <lastlog.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <lastlog.h> >configure:7597: result: no >configure:7632: checking for lastlog.h >configure:7639: result: no >configure:7516: checking limits.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking limits.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for limits.h >configure:7639: result: yes >configure:7516: checking login.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking login.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for login.h >configure:7639: result: yes >configure:7516: checking login_cap.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 69.10: 1506-296 (S) #include file <login_cap.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login_cap.h> >configure:7557: result: no >configure:7561: checking login_cap.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 35.10: 1506-296 (S) #include file <login_cap.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <login_cap.h> >configure:7597: result: no >configure:7632: checking for login_cap.h >configure:7639: result: no >configure:7516: checking maillock.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 69.10: 1506-296 (S) #include file <maillock.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <maillock.h> >configure:7557: result: no >configure:7561: checking maillock.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 35.10: 1506-296 (S) #include file <maillock.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <maillock.h> >configure:7597: result: no >configure:7632: checking for maillock.h >configure:7639: result: no >configure:7516: checking ndir.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 69.10: 1506-296 (S) #include file <ndir.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ndir.h> >configure:7557: result: no >configure:7561: checking ndir.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 35.10: 1506-296 (S) #include file <ndir.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:7597: result: no >configure:7632: checking for ndir.h >configure:7639: result: no >configure:7516: checking net/if.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking net/if.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for net/if.h >configure:7639: result: yes >configure:7516: checking netdb.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking netdb.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for netdb.h >configure:7639: result: yes >configure:7516: checking netgroup.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 71.10: 1506-296 (S) #include file <netgroup.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:7557: result: no >configure:7561: checking netgroup.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 37.10: 1506-296 (S) #include file <netgroup.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:7597: result: no >configure:7632: checking for netgroup.h >configure:7639: result: no >configure:7516: checking netinet/in_systm.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking netinet/in_systm.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for netinet/in_systm.h >configure:7639: result: yes >configure:7516: checking pam/pam_appl.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 72.10: 1506-296 (S) #include file <pam/pam_appl.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pam/pam_appl.h> >configure:7557: result: no >configure:7561: checking pam/pam_appl.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 38.10: 1506-296 (S) #include file <pam/pam_appl.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:7597: result: no >configure:7632: checking for pam/pam_appl.h >configure:7639: result: no >configure:7516: checking paths.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking paths.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for paths.h >configure:7639: result: yes >configure:7516: checking pty.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 73.10: 1506-296 (S) #include file <pty.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pty.h> >configure:7557: result: no >configure:7561: checking pty.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 39.10: 1506-296 (S) #include file <pty.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| /* end confdefs.h. */ >| #include <pty.h> >configure:7597: result: no >configure:7632: checking for pty.h >configure:7639: result: no >configure:7516: checking readpassphrase.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 73.10: 1506-296 (S) #include file <readpassphrase.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <readpassphrase.h> >configure:7557: result: no >configure:7561: checking readpassphrase.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 39.10: 1506-296 (S) #include file <readpassphrase.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| /* end confdefs.h. */ >| #include <readpassphrase.h> >configure:7597: result: no >configure:7632: checking for readpassphrase.h >configure:7639: result: no >configure:7516: checking rpc/types.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking rpc/types.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for rpc/types.h >configure:7639: result: yes >configure:7516: checking security/pam_appl.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking security/pam_appl.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for security/pam_appl.h >configure:7639: result: yes >configure:7516: checking shadow.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 75.10: 1506-296 (S) #include file <shadow.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <shadow.h> >configure:7557: result: no >configure:7561: checking shadow.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 41.10: 1506-296 (S) #include file <shadow.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <shadow.h> >configure:7597: result: no >configure:7632: checking for shadow.h >configure:7639: result: no >configure:7516: checking stddef.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking stddef.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for stddef.h >configure:7639: result: yes >configure:7516: checking stdint.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking stdint.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for stdint.h >configure:7639: result: yes >configure:7516: checking string.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking string.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for string.h >configure:7639: result: yes >configure:7516: checking strings.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking strings.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for strings.h >configure:7639: result: yes >configure:7516: checking sys/audit.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/audit.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/audit.h >configure:7639: result: yes >configure:7516: checking sys/bitypes.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 80.10: 1506-296 (S) #include file <sys/bitypes.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bitypes.h> >configure:7557: result: no >configure:7561: checking sys/bitypes.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 46.10: 1506-296 (S) #include file <sys/bitypes.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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:7597: result: no >configure:7632: checking for sys/bitypes.h >configure:7639: result: no >configure:7516: checking sys/bsdtty.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 80.10: 1506-296 (S) #include file <sys/bsdtty.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:7557: result: no >configure:7561: checking sys/bsdtty.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 46.10: 1506-296 (S) #include file <sys/bsdtty.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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:7597: result: no >configure:7632: checking for sys/bsdtty.h >configure:7639: result: no >configure:7516: checking sys/cdefs.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/cdefs.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/cdefs.h >configure:7639: result: yes >configure:7516: checking sys/dir.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/dir.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/dir.h >configure:7639: result: yes >configure:7516: checking sys/mman.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/mman.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/mman.h >configure:7639: result: yes >configure:7516: checking sys/ndir.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 83.10: 1506-296 (S) #include file <sys/ndir.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:7557: result: no >configure:7561: checking sys/ndir.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 49.10: 1506-296 (S) #include file <sys/ndir.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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:7597: result: no >configure:7632: checking for sys/ndir.h >configure:7639: result: no >configure:7516: checking sys/prctl.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 83.10: 1506-296 (S) #include file <sys/prctl.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/prctl.h> >configure:7557: result: no >configure:7561: checking sys/prctl.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 49.10: 1506-296 (S) #include file <sys/prctl.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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/prctl.h> >configure:7597: result: no >configure:7632: checking for sys/prctl.h >configure:7639: result: no >configure:7516: checking sys/pstat.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 83.10: 1506-296 (S) #include file <sys/pstat.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:7557: result: no >configure:7561: checking sys/pstat.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 49.10: 1506-296 (S) #include file <sys/pstat.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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/pstat.h> >configure:7597: result: no >configure:7632: checking for sys/pstat.h >configure:7639: result: no >configure:7516: checking sys/select.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/select.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/select.h >configure:7639: result: yes >configure:7516: checking sys/stat.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/stat.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/stat.h >configure:7639: result: yes >configure:7516: checking sys/stream.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/stream.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/stream.h >configure:7639: result: yes >configure:7516: checking sys/stropts.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/stropts.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/stropts.h >configure:7639: result: yes >configure:7516: checking sys/strtio.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 87.10: 1506-296 (S) #include file <sys/strtio.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_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> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/strtio.h> >configure:7557: result: no >configure:7561: checking sys/strtio.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 53.10: 1506-296 (S) #include file <sys/strtio.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_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:7597: result: no >configure:7632: checking for sys/strtio.h >configure:7639: result: no >configure:7516: checking sys/sysmacros.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/sysmacros.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/sysmacros.h >configure:7639: result: yes >configure:7516: checking sys/time.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/time.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/time.h >configure:7639: result: yes >configure:7516: checking sys/timers.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/timers.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/timers.h >configure:7639: result: yes >configure:7516: checking sys/un.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking sys/un.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for sys/un.h >configure:7639: result: yes >configure:7516: checking time.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking time.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for time.h >configure:7639: result: yes >configure:7516: checking tmpdir.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 92.10: 1506-296 (S) #include file <tmpdir.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:7557: result: no >configure:7561: checking tmpdir.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 58.10: 1506-296 (S) #include file <tmpdir.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tmpdir.h> >configure:7597: result: no >configure:7632: checking for tmpdir.h >configure:7639: result: no >configure:7516: checking ttyent.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking ttyent.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for ttyent.h >configure:7639: result: yes >configure:7516: checking unistd.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking unistd.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for unistd.h >configure:7639: result: yes >configure:7516: checking usersec.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking usersec.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for usersec.h >configure:7639: result: yes >configure:7516: checking util.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 95.10: 1506-296 (S) #include file <util.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:7557: result: no >configure:7561: checking util.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 61.10: 1506-296 (S) #include file <util.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| /* end confdefs.h. */ >| #include <util.h> >configure:7597: result: no >configure:7632: checking for util.h >configure:7639: result: no >configure:7516: checking utime.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking utime.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for utime.h >configure:7639: result: yes >configure:7516: checking utmp.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking utmp.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for utmp.h >configure:7639: result: yes >configure:7516: checking utmpx.h usability >configure:7528: cc -c -g conftest.c >&5 >configure:7534: $? = 0 >configure:7538: test -z > || test ! -s conftest.err >configure:7541: $? = 0 >configure:7544: test -s conftest.o >configure:7547: $? = 0 >configure:7557: result: yes >configure:7561: checking utmpx.h presence >configure:7571: cc -E conftest.c >configure:7577: $? = 0 >configure:7597: result: yes >configure:7632: checking for utmpx.h >configure:7639: result: yes >configure:7516: checking vis.h usability >configure:7528: cc -c -g conftest.c >&5 >"conftest.c", line 98.10: 1506-296 (S) #include file <vis.h> not found. >configure:7534: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vis.h> >configure:7557: result: no >configure:7561: checking vis.h presence >configure:7571: cc -E conftest.c >"conftest.c", line 64.10: 1506-296 (S) #include file <vis.h> not found. >configure:7577: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_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:7597: result: no >configure:7632: checking for vis.h >configure:7639: result: no >configure:7658: checking for sys/ptms.h >configure:7678: cc -c -g conftest.c >&5 >"conftest.c", line 70.10: 1506-296 (S) #include file <sys/ptms.h> not found. >configure:7684: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_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:7708: result: no >configure:7721: checking for yp_match >configure:7778: cc -o conftest -g conftest.c >&5 >configure:7784: $? = 0 >configure:7788: test -z > || test ! -s conftest.err >configure:7791: $? = 0 >configure:7794: test -s conftest >configure:7797: $? = 0 >configure:7809: result: yes >configure:7890: checking for setsockopt >configure:7947: cc -o conftest -g conftest.c >&5 >configure:7953: $? = 0 >configure:7957: test -z > || test ! -s conftest.err >configure:7960: $? = 0 >configure:7963: test -s conftest >configure:7966: $? = 0 >configure:7978: result: yes >configure:8064: checking for dirname >configure:8121: cc -o conftest -g conftest.c >&5 >configure:8127: $? = 0 >configure:8131: test -z > || test ! -s conftest.err >configure:8134: $? = 0 >configure:8137: test -s conftest >configure:8140: $? = 0 >configure:8152: result: yes >configure:8172: checking libgen.h usability >configure:8184: cc -c -g conftest.c >&5 >configure:8190: $? = 0 >configure:8194: test -z > || test ! -s conftest.err >configure:8197: $? = 0 >configure:8200: test -s conftest.o >configure:8203: $? = 0 >configure:8213: result: yes >configure:8217: checking libgen.h presence >configure:8227: cc -E conftest.c >configure:8233: $? = 0 >configure:8253: result: yes >configure:8288: checking for libgen.h >configure:8295: result: yes >configure:8602: checking for getspnam >configure:8659: cc -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:8665: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| /* end confdefs.h. */ >| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getspnam innocuous_getspnam >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getspnam (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getspnam >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getspnam (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_getspnam) || defined (__stub___getspnam) >| choke me >| #else >| char (*f) () = getspnam; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getspnam; >| ; >| return 0; >| } >configure:8690: result: no >configure:8695: checking for getspnam in -lgen >configure:8725: cc -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:8731: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getspnam (); >| int >| main () >| { >| getspnam (); >| ; >| return 0; >| } >configure:8757: result: no >configure:8765: checking for library containing basename >configure:8795: cc -o conftest -g conftest.c >&5 >configure:8801: $? = 0 >configure:8805: test -z > || test ! -s conftest.err >configure:8808: $? = 0 >configure:8811: test -s conftest >configure:8814: $? = 0 >configure:8884: result: none required >configure:8928: checking for deflate in -lz >configure:8958: cc -o conftest -g conftest.c -lz >&5 >configure:8964: $? = 0 >configure:8968: test -z > || test ! -s conftest.err >configure:8971: $? = 0 >configure:8974: test -s conftest >configure:8977: $? = 0 >configure:8990: result: yes >configure:9086: checking zlib.h usability >configure:9098: cc -c -g conftest.c >&5 >configure:9104: $? = 0 >configure:9108: test -z > || test ! -s conftest.err >configure:9111: $? = 0 >configure:9114: test -s conftest.o >configure:9117: $? = 0 >configure:9127: result: yes >configure:9131: checking zlib.h presence >configure:9141: cc -E conftest.c >configure:9147: $? = 0 >configure:9167: result: yes >configure:9202: checking for zlib.h >configure:9209: result: yes >configure:9234: checking for possibly buggy zlib >configure:9272: cc -o conftest -g conftest.c -lz >&5 >configure:9275: $? = 0 >configure:9277: ./conftest >found zlib version 1.2.3 (1020300) >configure:9280: $? = 0 >configure:9282: result: no >configure:9317: checking for strcasecmp >configure:9374: cc -o conftest -g conftest.c -lz >&5 >configure:9380: $? = 0 >configure:9384: test -z > || test ! -s conftest.err >configure:9387: $? = 0 >configure:9390: test -s conftest >configure:9393: $? = 0 >configure:9405: result: yes >configure:9485: checking for utimes >configure:9542: cc -o conftest -g conftest.c -lz >&5 >configure:9548: $? = 0 >configure:9552: test -z > || test ! -s conftest.err >configure:9555: $? = 0 >configure:9558: test -s conftest >configure:9561: $? = 0 >configure:9573: result: yes >configure:9672: checking libutil.h usability >configure:9684: cc -c -g conftest.c >&5 >"conftest.c", line 103.10: 1506-296 (S) #include file <libutil.h> not found. >configure:9690: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:9713: result: no >configure:9717: checking libutil.h presence >configure:9727: cc -E conftest.c >"conftest.c", line 69.10: 1506-296 (S) #include file <libutil.h> not found. >configure:9733: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| #include <libutil.h> >configure:9753: result: no >configure:9788: checking for libutil.h >configure:9795: result: no >configure:9808: checking for library containing login >configure:9838: cc -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:9844: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:9893: cc -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:9899: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:9893: cc -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:9899: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:9927: result: no >configure:9944: checking for logout >configure:10001: cc -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:10007: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char logout (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_logout) || defined (__stub___logout) >| choke me >| #else >| char (*f) () = logout; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != logout; >| ; >| return 0; >| } >configure:10032: result: no >configure:9944: checking for updwtmp >configure:10001: cc -o conftest -g conftest.c -lz >&5 >configure:10007: $? = 0 >configure:10011: test -z > || test ! -s conftest.err >configure:10014: $? = 0 >configure:10017: test -s conftest >configure:10020: $? = 0 >configure:10032: result: yes >configure:9944: checking for logwtmp >configure:10001: cc -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:10007: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char logwtmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_logwtmp) || defined (__stub___logwtmp) >| choke me >| #else >| char (*f) () = logwtmp; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != logwtmp; >| ; >| return 0; >| } >configure:10032: result: no >configure:10047: checking for strftime >configure:10104: cc -o conftest -g conftest.c -lz >&5 >configure:10110: $? = 0 >configure:10114: test -z > || test ! -s conftest.err >configure:10117: $? = 0 >configure:10120: test -s conftest >configure:10123: $? = 0 >configure:10135: result: yes >configure:10221: checking for GLOB_ALTDIRFUNC support >configure:10249: result: no >cc: 1501-224 fatal error in /usr/vac/exe/xlCcpp: signal 13 received >configure:10258: checking for gl_matchc field in glob_t >configure:10284: result: no >configure:10292: checking whether struct dirent allocates space for d_name >configure:10318: cc -o conftest -g conftest.c -lz >&5 >configure:10321: $? = 0 >configure:10323: ./conftest >configure:10326: $? = 0 >configure:10328: result: yes >configure:10349: checking for /proc/pid/fd directory >configure:10357: result: yes >configure:11411: checking for arc4random >configure:11468: cc -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: arc4random >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| /* end confdefs.h. */ >| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random innocuous_arc4random >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef arc4random >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char arc4random (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_arc4random) || defined (__stub___arc4random) >| choke me >| #else >| char (*f) () = arc4random; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != arc4random; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for asprintf >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char 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 >| #else >| char (*f) () = asprintf; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != asprintf; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for b64_ntop >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for __b64_ntop >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char __b64_ntop (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub___b64_ntop) || defined (__stub_____b64_ntop) >| choke me >| #else >| char (*f) () = __b64_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != __b64_ntop; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for b64_pton >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for __b64_pton >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char __b64_pton (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub___b64_pton) || defined (__stub_____b64_pton) >| choke me >| #else >| char (*f) () = __b64_pton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != __b64_pton; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for bcopy >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for bindresvport_sa >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define bindresvport_sa to an innocuous variant, in case <limits.h> declares bindresvport_sa. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define bindresvport_sa innocuous_bindresvport_sa >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char bindresvport_sa (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef bindresvport_sa >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char bindresvport_sa (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_bindresvport_sa) || defined (__stub___bindresvport_sa) >| choke me >| #else >| char (*f) () = bindresvport_sa; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != bindresvport_sa; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for clock >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for closefrom >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| /* end confdefs.h. */ >| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define closefrom innocuous_closefrom >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char closefrom (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef closefrom >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char closefrom (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_closefrom) || defined (__stub___closefrom) >| choke me >| #else >| char (*f) () = closefrom; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != closefrom; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for dirfd >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| /* end confdefs.h. */ >| /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dirfd innocuous_dirfd >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dirfd (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef dirfd >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char dirfd (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_dirfd) || defined (__stub___dirfd) >| choke me >| #else >| char (*f) () = dirfd; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != dirfd; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for fchmod >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for fchown >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for freeaddrinfo >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for futimes >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| /* end confdefs.h. */ >| /* Define futimes to an innocuous variant, in case <limits.h> declares futimes. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define futimes innocuous_futimes >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char futimes (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef futimes >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char futimes (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_futimes) || defined (__stub___futimes) >| choke me >| #else >| char (*f) () = futimes; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != futimes; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for getaddrinfo >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for getcwd >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for getgrouplist >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| /* end confdefs.h. */ >| /* Define getgrouplist to an innocuous variant, in case <limits.h> declares getgrouplist. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getgrouplist innocuous_getgrouplist >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getgrouplist (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getgrouplist >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getgrouplist (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_getgrouplist) || defined (__stub___getgrouplist) >| choke me >| #else >| char (*f) () = getgrouplist; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getgrouplist; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for getnameinfo >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for getopt >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for getpeereid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for _getpty >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| /* end confdefs.h. */ >| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _getpty innocuous__getpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _getpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _getpty >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char _getpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub__getpty) || defined (__stub____getpty) >| choke me >| #else >| char (*f) () = _getpty; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != _getpty; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for getrlimit >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for getttyent >configure:11468: cc -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: .odm_free_list >ld: 0711-317 ERROR: Undefined symbol: .getattr >ld: 0711-317 ERROR: Undefined symbol: .odm_terminate >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| /* end confdefs.h. */ >| /* Define getttyent to an innocuous variant, in case <limits.h> declares getttyent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getttyent innocuous_getttyent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getttyent (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getttyent >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getttyent (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_getttyent) || defined (__stub___getttyent) >| choke me >| #else >| char (*f) () = getttyent; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getttyent; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for glob >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for inet_aton >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for inet_ntoa >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for inet_ntop >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for innetgr >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for login_getcapbool >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| /* end confdefs.h. */ >| /* Define login_getcapbool to an innocuous variant, in case <limits.h> declares login_getcapbool. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define login_getcapbool innocuous_login_getcapbool >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char login_getcapbool (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef login_getcapbool >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char login_getcapbool (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_login_getcapbool) || defined (__stub___login_getcapbool) >| choke me >| #else >| char (*f) () = login_getcapbool; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != login_getcapbool; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for md5_crypt >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| /* end confdefs.h. */ >| /* Define md5_crypt to an innocuous variant, in case <limits.h> declares md5_crypt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define md5_crypt innocuous_md5_crypt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char md5_crypt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef md5_crypt >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char md5_crypt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_md5_crypt) || defined (__stub___md5_crypt) >| choke me >| #else >| char (*f) () = md5_crypt; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != md5_crypt; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for memmove >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for mkdtemp >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| /* end confdefs.h. */ >| /* Define mkdtemp to an innocuous variant, in case <limits.h> declares mkdtemp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mkdtemp innocuous_mkdtemp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mkdtemp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef mkdtemp >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char mkdtemp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_mkdtemp) || defined (__stub___mkdtemp) >| choke me >| #else >| char (*f) () = mkdtemp; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != mkdtemp; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for mmap >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for ngetaddrinfo >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* Define ngetaddrinfo to an innocuous variant, in case <limits.h> declares ngetaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ngetaddrinfo innocuous_ngetaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ngetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef ngetaddrinfo >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char ngetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_ngetaddrinfo) || defined (__stub___ngetaddrinfo) >| choke me >| #else >| char (*f) () = ngetaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != ngetaddrinfo; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for nsleep >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for ogetaddrinfo >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| /* end confdefs.h. */ >| /* Define ogetaddrinfo to an innocuous variant, in case <limits.h> declares ogetaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ogetaddrinfo innocuous_ogetaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ogetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef ogetaddrinfo >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char ogetaddrinfo (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_ogetaddrinfo) || defined (__stub___ogetaddrinfo) >| choke me >| #else >| char (*f) () = ogetaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != ogetaddrinfo; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for openlog_r >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for openpty >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| /* end confdefs.h. */ >| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define openpty innocuous_openpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char openpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef openpty >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char openpty (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_openpty) || defined (__stub___openpty) >| choke me >| #else >| char (*f) () = openpty; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != openpty; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for prctl >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| /* end confdefs.h. */ >| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define prctl innocuous_prctl >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char prctl (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef prctl >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char prctl (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_prctl) || defined (__stub___prctl) >| choke me >| #else >| char (*f) () = prctl; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != prctl; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for pstat >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| /* end confdefs.h. */ >| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat innocuous_pstat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pstat >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char pstat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_pstat) || defined (__stub___pstat) >| choke me >| #else >| char (*f) () = pstat; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != pstat; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for readpassphrase >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| /* end confdefs.h. */ >| /* Define readpassphrase to an innocuous variant, in case <limits.h> declares readpassphrase. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define readpassphrase innocuous_readpassphrase >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char readpassphrase (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef readpassphrase >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char readpassphrase (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_readpassphrase) || defined (__stub___readpassphrase) >| choke me >| #else >| char (*f) () = readpassphrase; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != readpassphrase; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for realpath >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for recvmsg >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for rresvport_af >configure:11468: cc -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: rresvport_af >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| /* end confdefs.h. */ >| /* Define rresvport_af to an innocuous variant, in case <limits.h> declares rresvport_af. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define rresvport_af innocuous_rresvport_af >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char rresvport_af (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef rresvport_af >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char rresvport_af (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_rresvport_af) || defined (__stub___rresvport_af) >| choke me >| #else >| char (*f) () = rresvport_af; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != rresvport_af; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for sendmsg >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setdtablesize >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| /* end confdefs.h. */ >| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setdtablesize innocuous_setdtablesize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setdtablesize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setdtablesize >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setdtablesize (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setdtablesize) || defined (__stub___setdtablesize) >| choke me >| #else >| char (*f) () = setdtablesize; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setdtablesize; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for setegid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setenv >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for seteuid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setgroups >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setlogin >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| /* end confdefs.h. */ >| /* Define setlogin to an innocuous variant, in case <limits.h> declares setlogin. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setlogin innocuous_setlogin >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setlogin (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setlogin >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setlogin (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setlogin) || defined (__stub___setlogin) >| choke me >| #else >| char (*f) () = setlogin; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setlogin; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for setpcred >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setproctitle >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| /* end confdefs.h. */ >| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setproctitle innocuous_setproctitle >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setproctitle (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setproctitle >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setproctitle (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setproctitle) || defined (__stub___setproctitle) >| choke me >| #else >| char (*f) () = setproctitle; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setproctitle; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for setregid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setreuid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setrlimit >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setsid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for setvbuf >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for sigaction >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for sigvec >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for snprintf >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for socketpair >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for strdup >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for strerror >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for strlcat >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strlcat (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strlcat) || defined (__stub___strlcat) >| choke me >| #else >| char (*f) () = strlcat; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strlcat; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for strlcpy >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strlcpy (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strlcpy) || defined (__stub___strlcpy) >| choke me >| #else >| char (*f) () = strlcpy; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strlcpy; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for strmode >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strmode (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strmode) || defined (__stub___strmode) >| choke me >| #else >| char (*f) () = strmode; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strmode; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for strnvis >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strnvis to an innocuous variant, in case <limits.h> declares strnvis. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnvis innocuous_strnvis >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnvis (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strnvis >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char strnvis (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_strnvis) || defined (__stub___strnvis) >| choke me >| #else >| char (*f) () = strnvis; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strnvis; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for strtonum >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* Define strtonum to an innocuous variant, in case <limits.h> declares strtonum. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strtonum innocuous_strtonum >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strtonum (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strtonum >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char 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 >| #else >| char (*f) () = strtonum; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strtonum; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for strtoll >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for strtoul >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for sysconf >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for tcgetpgrp >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for truncate >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for unsetenv >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for updwtmpx >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| /* Define updwtmpx to an innocuous variant, in case <limits.h> declares updwtmpx. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define updwtmpx innocuous_updwtmpx >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char updwtmpx (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef updwtmpx >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char updwtmpx (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_updwtmpx) || defined (__stub___updwtmpx) >| choke me >| #else >| char (*f) () = updwtmpx; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != updwtmpx; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for vasprintf >configure:11468: cc -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:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| /* 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 gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char 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 >| #else >| char (*f) () = vasprintf; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != vasprintf; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for vhangup >configure:11468: cc -o conftest -g conftest.c -lz >&5 >ld: 0711-317 ERROR: Undefined symbol: vhangup >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >configure:11474: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| /* Define vhangup to an innocuous variant, in case <limits.h> declares vhangup. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vhangup innocuous_vhangup >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vhangup (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef vhangup >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char vhangup (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_vhangup) || defined (__stub___vhangup) >| choke me >| #else >| char (*f) () = vhangup; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != vhangup; >| ; >| return 0; >| } >configure:11499: result: no >configure:11411: checking for vsnprintf >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11411: checking for waitpid >configure:11468: cc -o conftest -g conftest.c -lz >&5 >configure:11474: $? = 0 >configure:11478: test -z > || test ! -s conftest.err >configure:11481: $? = 0 >configure:11484: test -s conftest >configure:11487: $? = 0 >configure:11499: result: yes >configure:11515: checking for gai_strerror >configure:11572: cc -o conftest -g conftest.c -lz >&5 >configure:11578: $? = 0 >configure:11582: test -z > || test ! -s conftest.err >configure:11585: $? = 0 >configure:11588: test -s conftest >configure:11591: $? = 0 >configure:11603: result: yes >configure:11638: cc -c -g conftest.c >&5 >"conftest.c", line 128.12: 1506-343 (S) Redeclaration of gai_strerror differs from previous declaration on line 392 of "/usr/include/netdb.h". >"conftest.c", line 128.12: 1506-050 (I) Return type "const unsigned char*" in redeclaration is not compatible with the previous return type "unsigned char*". >configure:11644: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <netdb.h> >| >| const char *gai_strerror(int); >| int >| main () >| { >| >| char *str; >| >| str = gai_strerror(0); >| ; >| return 0; >| } >configure:11675: checking for library containing nanosleep >configure:11705: cc -o conftest -g conftest.c -lz >&5 >configure:11711: $? = 0 >configure:11715: test -z > || test ! -s conftest.err >configure:11718: $? = 0 >configure:11721: test -s conftest >configure:11724: $? = 0 >configure:11794: result: none required >configure:11806: checking whether getrusage is declared >configure:11830: cc -c -g conftest.c >&5 >"conftest.c", line 162.22: 1506-045 (S) Undeclared identifier getrusage. >configure:11836: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef getrusage >| char *p = (char *) getrusage; >| #endif >| >| ; >| return 0; >| } >configure:11860: result: no >configure:11967: checking whether strsep is declared >configure:11996: cc -c -g conftest.c >&5 >configure:12002: $? = 0 >configure:12006: test -z > || test ! -s conftest.err >configure:12009: $? = 0 >configure:12012: test -s conftest.o >configure:12015: $? = 0 >configure:12026: result: yes >configure:12033: checking for strsep >configure:12090: cc -o conftest -g conftest.c -lz >&5 >configure:12096: $? = 0 >configure:12100: test -z > || test ! -s conftest.err >configure:12103: $? = 0 >configure:12106: test -s conftest >configure:12109: $? = 0 >configure:12121: result: yes >configure:12134: checking whether tcsendbreak is declared >configure:12160: cc -c -g conftest.c >&5 >configure:12166: $? = 0 >configure:12170: test -z > || test ! -s conftest.err >configure:12173: $? = 0 >configure:12176: test -s conftest.o >configure:12179: $? = 0 >configure:12190: result: yes >configure:12303: checking whether h_errno is declared >configure:12328: cc -c -g conftest.c >&5 >configure:12334: $? = 0 >configure:12338: test -z > || test ! -s conftest.err >configure:12341: $? = 0 >configure:12344: test -s conftest.o >configure:12347: $? = 0 >configure:12358: result: yes >configure:12381: checking for setresuid >configure:12438: cc -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:12444: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| /* end confdefs.h. */ >| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresuid innocuous_setresuid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresuid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresuid >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setresuid (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setresuid) || defined (__stub___setresuid) >| choke me >| #else >| char (*f) () = setresuid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setresuid; >| ; >| return 0; >| } >configure:12469: result: no >configure:12533: checking for setresgid >configure:12590: cc -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:12596: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| /* end confdefs.h. */ >| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresgid innocuous_setresgid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresgid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresgid >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char setresgid (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_setresgid) || defined (__stub___setresgid) >| choke me >| #else >| char (*f) () = setresgid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setresgid; >| ; >| return 0; >| } >configure:12621: result: no >configure:12686: checking for gettimeofday >configure:12743: cc -o conftest -g conftest.c -lz >&5 >configure:12749: $? = 0 >configure:12753: test -z > || test ! -s conftest.err >configure:12756: $? = 0 >configure:12759: test -s conftest >configure:12762: $? = 0 >configure:12774: result: yes >configure:12686: checking for time >configure:12743: cc -o conftest -g conftest.c -lz >&5 >configure:12749: $? = 0 >configure:12753: test -z > || test ! -s conftest.err >configure:12756: $? = 0 >configure:12759: test -s conftest >configure:12762: $? = 0 >configure:12774: result: yes >configure:12793: checking for endutent >configure:12850: cc -o conftest -g conftest.c -lz >&5 >configure:12856: $? = 0 >configure:12860: test -z > || test ! -s conftest.err >configure:12863: $? = 0 >configure:12866: test -s conftest >configure:12869: $? = 0 >configure:12881: result: yes >configure:12793: checking for getutent >configure:12850: cc -o conftest -g conftest.c -lz >&5 >configure:12856: $? = 0 >configure:12860: test -z > || test ! -s conftest.err >configure:12863: $? = 0 >configure:12866: test -s conftest >configure:12869: $? = 0 >configure:12881: result: yes >configure:12793: checking for getutid >configure:12850: cc -o conftest -g conftest.c -lz >&5 >configure:12856: $? = 0 >configure:12860: test -z > || test ! -s conftest.err >configure:12863: $? = 0 >configure:12866: test -s conftest >configure:12869: $? = 0 >configure:12881: result: yes >configure:12793: checking for getutline >configure:12850: cc -o conftest -g conftest.c -lz >&5 >configure:12856: $? = 0 >configure:12860: test -z > || test ! -s conftest.err >configure:12863: $? = 0 >configure:12866: test -s conftest >configure:12869: $? = 0 >configure:12881: result: yes >configure:12793: checking for pututline >configure:12850: cc -o conftest -g conftest.c -lz >&5 >configure:12856: $? = 0 >configure:12860: test -z > || test ! -s conftest.err >configure:12863: $? = 0 >configure:12866: test -s conftest >configure:12869: $? = 0 >configure:12881: result: yes >configure:12793: checking for setutent >configure:12850: cc -o conftest -g conftest.c -lz >&5 >configure:12856: $? = 0 >configure:12860: test -z > || test ! -s conftest.err >configure:12863: $? = 0 >configure:12866: test -s conftest >configure:12869: $? = 0 >configure:12881: result: yes >configure:12895: checking for utmpname >configure:12952: cc -o conftest -g conftest.c -lz >&5 >configure:12958: $? = 0 >configure:12962: test -z > || test ! -s conftest.err >configure:12965: $? = 0 >configure:12968: test -s conftest >configure:12971: $? = 0 >configure:12983: result: yes >configure:13001: checking for endutxent >configure:13058: cc -o conftest -g conftest.c -lz >&5 >configure:13064: $? = 0 >configure:13068: test -z > || test ! -s conftest.err >configure:13071: $? = 0 >configure:13074: test -s conftest >configure:13077: $? = 0 >configure:13089: result: yes >configure:13001: checking for getutxent >configure:13058: cc -o conftest -g conftest.c -lz >&5 >configure:13064: $? = 0 >configure:13068: test -z > || test ! -s conftest.err >configure:13071: $? = 0 >configure:13074: test -s conftest >configure:13077: $? = 0 >configure:13089: result: yes >configure:13001: checking for getutxid >configure:13058: cc -o conftest -g conftest.c -lz >&5 >configure:13064: $? = 0 >configure:13068: test -z > || test ! -s conftest.err >configure:13071: $? = 0 >configure:13074: test -s conftest >configure:13077: $? = 0 >configure:13089: result: yes >configure:13001: checking for getutxline >configure:13058: cc -o conftest -g conftest.c -lz >&5 >configure:13064: $? = 0 >configure:13068: test -z > || test ! -s conftest.err >configure:13071: $? = 0 >configure:13074: test -s conftest >configure:13077: $? = 0 >configure:13089: result: yes >configure:13001: checking for pututxline >configure:13058: cc -o conftest -g conftest.c -lz >&5 >configure:13064: $? = 0 >configure:13068: test -z > || test ! -s conftest.err >configure:13071: $? = 0 >configure:13074: test -s conftest >configure:13077: $? = 0 >configure:13089: result: yes >configure:13104: checking for setutxent >configure:13161: cc -o conftest -g conftest.c -lz >&5 >configure:13167: $? = 0 >configure:13171: test -z > || test ! -s conftest.err >configure:13174: $? = 0 >configure:13177: test -s conftest >configure:13180: $? = 0 >configure:13192: result: yes >configure:13104: checking for utmpxname >configure:13161: cc -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:13167: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* end confdefs.h. */ >| /* Define utmpxname to an innocuous variant, in case <limits.h> declares utmpxname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define utmpxname innocuous_utmpxname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char utmpxname (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef utmpxname >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char utmpxname (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_utmpxname) || defined (__stub___utmpxname) >| choke me >| #else >| char (*f) () = utmpxname; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != utmpxname; >| ; >| return 0; >| } >configure:13192: result: no >configure:13203: checking for daemon >configure:13260: cc -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:13266: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* end confdefs.h. */ >| /* Define daemon to an innocuous variant, in case <limits.h> declares daemon. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define daemon innocuous_daemon >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char daemon (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef daemon >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| { >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char daemon (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined (__stub_daemon) || defined (__stub___daemon) >| choke me >| #else >| char (*f) () = daemon; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != daemon; >| ; >| return 0; >| } >configure:13291: result: no >configure:13300: checking for daemon in -lbsd >configure:13330: cc -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:13336: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char daemon (); >| int >| main () >| { >| daemon (); >| ; >| return 0; >| } >configure:13362: result: no >configure:13375: checking for getpagesize >configure:13432: cc -o conftest -g conftest.c -lz >&5 >configure:13438: $? = 0 >configure:13442: test -z > || test ! -s conftest.err >configure:13445: $? = 0 >configure:13448: test -s conftest >configure:13451: $? = 0 >configure:13463: result: yes >configure:13549: checking whether snprintf correctly terminates long strings >configure:13568: cc -o conftest -g conftest.c -lz >&5 >configure:13571: $? = 0 >configure:13573: ./conftest >configure:13576: $? = 0 >configure:13578: result: yes >configure:13607: checking whether vsnprintf returns correct values on overflow >configure:13638: cc -o conftest -g conftest.c -lz >&5 >configure:13641: $? = 0 >configure:13643: ./conftest >configure:13646: $? = 0 >configure:13648: result: yes >configure:13675: checking whether snprintf can declare const char *fmt >configure:13689: cc -c -g conftest.c >&5 >configure:13695: $? = 0 >configure:13699: test -z > || test ! -s conftest.err >configure:13702: $? = 0 >configure:13705: test -s conftest.o >configure:13708: $? = 0 >configure:13710: result: yes >configure:14050: checking if getaddrinfo seems to work >configure:14109: cc -o conftest -g conftest.c -lz >&5 >configure:14112: $? = 0 >configure:14114: ./conftest >configure:14117: $? = 0 >configure:14120: result: yes >configure:14200: checking whether getpgrp requires zero arguments >configure:14222: cc -c -g conftest.c >&5 >"conftest.c", line 182.10: 1506-099 (S) Unexpected argument. >configure:14228: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:14253: result: yes >configure:14783: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:14789: $? = 0 >configure:14793: test -z > || test ! -s conftest.err >configure:14796: $? = 0 >configure:14799: test -s conftest >configure:14802: $? = 0 >configure:14888: checking OpenSSL header version >configure:14924: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:14927: $? = 0 >configure:14929: ./conftest >configure:14932: $? = 0 >configure:14936: result: 90800f (OpenSSL 0.9.8 05 Jul 2005) >configure:14957: checking OpenSSL library version >configure:14994: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:14997: $? = 0 >configure:14999: ./conftest >configure:15002: $? = 0 >configure:15006: result: 90800f (OpenSSL 0.9.8 05 Jul 2005) >configure:15027: checking whether OpenSSL's headers match the library >configure:15049: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:15052: $? = 0 >configure:15054: ./conftest >configure:15057: $? = 0 >configure:15060: result: yes >configure:15085: checking whether OpenSSL has crippled AES support >configure:15100: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 150.78: 1506-277 (S) Syntax error: possible missing ';' or ','? >configure:15106: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| /* end confdefs.h. */ >| >| #include <string.h> >| #include <openssl/evp.h> >| int main(void) { exit(EVP_aes_192_cbc() == NULL || EVP_aes_256_cbc() == NULL)} >| >configure:15130: result: yes >configure:15295: checking for ia_openinfo in -liaf >configure:15325: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib 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:15331: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char ia_openinfo (); >| int >| main () >| { >| ia_openinfo (); >| ; >| return 0; >| } >configure:15357: result: no >configure:15372: checking whether OpenSSL's PRNG is internally seeded >configure:15397: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:15400: $? = 0 >configure:15402: ./conftest >configure:15405: $? = 0 >configure:15409: result: yes >configure:15627: checking for ls >configure:15645: found /usr/bin/ls >configure:15657: result: /usr/bin/ls >configure:15672: checking for netstat >configure:15690: found /usr/bin/netstat >configure:15702: result: /usr/bin/netstat >configure:15717: checking for arp >configure:15735: found /usr/sbin/arp >configure:15747: result: /usr/sbin/arp >configure:15762: checking for ifconfig >configure:15780: found /usr/sbin/ifconfig >configure:15792: result: /usr/sbin/ifconfig >configure:15807: checking for jstat >configure:15840: result: no >configure:15852: checking for ps >configure:15870: found /usr/bin/ps >configure:15882: result: /usr/bin/ps >configure:15897: checking for sar >configure:15915: found /usr/sbin/sar >configure:15927: result: /usr/sbin/sar >configure:15942: checking for w >configure:15960: found /usr/bin/w >configure:15972: result: /usr/bin/w >configure:15987: checking for who >configure:16005: found /usr/bin/who >configure:16017: result: /usr/bin/who >configure:16032: checking for last >configure:16050: found /usr/bin/last >configure:16062: result: /usr/bin/last >configure:16077: checking for lastlog >configure:16110: result: no >configure:16122: checking for df >configure:16140: found /usr/bin/df >configure:16152: result: /usr/bin/df >configure:16167: checking for vmstat >configure:16185: found /usr/bin/vmstat >configure:16197: result: /usr/bin/vmstat >configure:16212: checking for uptime >configure:16230: found /usr/bin/uptime >configure:16242: result: /usr/bin/uptime >configure:16257: checking for ipcs >configure:16275: found /usr/bin/ipcs >configure:16287: result: /usr/bin/ipcs >configure:16302: checking for tail >configure:16320: found /usr/bin/tail >configure:16332: result: /usr/bin/tail >configure:16369: checking for long long >configure:16393: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:16399: $? = 0 >configure:16403: test -z > || test ! -s conftest.err >configure:16406: $? = 0 >configure:16409: test -s conftest.o >configure:16412: $? = 0 >configure:16423: result: yes >configure:16433: checking for unsigned long long >configure:16457: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:16463: $? = 0 >configure:16467: test -z > || test ! -s conftest.err >configure:16470: $? = 0 >configure:16473: test -s conftest.o >configure:16476: $? = 0 >configure:16487: result: yes >configure:16497: checking for long double >configure:16521: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:16527: $? = 0 >configure:16531: test -z > || test ! -s conftest.err >configure:16534: $? = 0 >configure:16537: test -s conftest.o >configure:16540: $? = 0 >configure:16551: result: yes >configure:16564: checking for char >configure:16588: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:16594: $? = 0 >configure:16598: test -z > || test ! -s conftest.err >configure:16601: $? = 0 >configure:16604: test -s conftest.o >configure:16607: $? = 0 >configure:16618: result: yes >configure:16621: checking size of char >configure:16940: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:16943: $? = 0 >configure:16945: ./conftest >configure:16948: $? = 0 >configure:16971: result: 1 >configure:16978: checking for short int >configure:17002: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:17008: $? = 0 >configure:17012: test -z > || test ! -s conftest.err >configure:17015: $? = 0 >configure:17018: test -s conftest.o >configure:17021: $? = 0 >configure:17032: result: yes >configure:17035: checking size of short int >configure:17354: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:17357: $? = 0 >configure:17359: ./conftest >configure:17362: $? = 0 >configure:17385: result: 2 >configure:17392: checking for int >configure:17416: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:17422: $? = 0 >configure:17426: test -z > || test ! -s conftest.err >configure:17429: $? = 0 >configure:17432: test -s conftest.o >configure:17435: $? = 0 >configure:17446: result: yes >configure:17449: checking size of int >configure:17768: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:17771: $? = 0 >configure:17773: ./conftest >configure:17776: $? = 0 >configure:17799: result: 4 >configure:17806: checking for long int >configure:17830: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:17836: $? = 0 >configure:17840: test -z > || test ! -s conftest.err >configure:17843: $? = 0 >configure:17846: test -s conftest.o >configure:17849: $? = 0 >configure:17860: result: yes >configure:17863: checking size of long int >configure:18182: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:18185: $? = 0 >configure:18187: ./conftest >configure:18190: $? = 0 >configure:18213: result: 4 >configure:18220: checking for long long int >configure:18244: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:18250: $? = 0 >configure:18254: test -z > || test ! -s conftest.err >configure:18257: $? = 0 >configure:18260: test -s conftest.o >configure:18263: $? = 0 >configure:18274: result: yes >configure:18277: checking size of long long int >configure:18596: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:18599: $? = 0 >configure:18601: ./conftest >configure:18604: $? = 0 >configure:18627: result: 8 >configure:18759: checking for u_int type >configure:18781: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:18787: $? = 0 >configure:18791: test -z > || test ! -s conftest.err >configure:18794: $? = 0 >configure:18797: test -s conftest.o >configure:18800: $? = 0 >configure:18813: result: yes >configure:18824: checking for intXX_t types >configure:18846: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:18852: $? = 0 >configure:18856: test -z > || test ! -s conftest.err >configure:18859: $? = 0 >configure:18862: test -s conftest.o >configure:18865: $? = 0 >configure:18878: result: yes >configure:18950: checking for int64_t type >configure:18981: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:18987: $? = 0 >configure:18991: test -z > || test ! -s conftest.err >configure:18994: $? = 0 >configure:18997: test -s conftest.o >configure:19000: $? = 0 >configure:19013: result: yes >configure:19023: checking for u_intXX_t types >configure:19045: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19051: $? = 0 >configure:19055: test -z > || test ! -s conftest.err >configure:19058: $? = 0 >configure:19061: test -s conftest.o >configure:19064: $? = 0 >configure:19077: result: yes >configure:19147: checking for u_int64_t types >configure:19169: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19175: $? = 0 >configure:19179: test -z > || test ! -s conftest.err >configure:19182: $? = 0 >configure:19185: test -s conftest.o >configure:19188: $? = 0 >configure:19201: result: yes >configure:19340: checking for uintXX_t types in stdint.h >configure:19358: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19364: $? = 0 >configure:19368: test -z > || test ! -s conftest.err >configure:19371: $? = 0 >configure:19374: test -s conftest.o >configure:19377: $? = 0 >configure:19384: result: yes >configure:19470: checking for u_char >configure:19494: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19500: $? = 0 >configure:19504: test -z > || test ! -s conftest.err >configure:19507: $? = 0 >configure:19510: test -s conftest.o >configure:19513: $? = 0 >configure:19526: result: yes >configure:19537: checking for socklen_t >configure:19563: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19569: $? = 0 >configure:19573: test -z > || test ! -s conftest.err >configure:19576: $? = 0 >configure:19579: test -s conftest.o >configure:19582: $? = 0 >configure:19593: result: yes >configure:19687: checking for sig_atomic_t >configure:19712: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19718: $? = 0 >configure:19722: test -z > || test ! -s conftest.err >configure:19725: $? = 0 >configure:19728: test -s conftest.o >configure:19731: $? = 0 >configure:19742: result: yes >configure:19754: checking for in_addr_t >configure:19780: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19786: $? = 0 >configure:19790: test -z > || test ! -s conftest.err >configure:19793: $? = 0 >configure:19796: test -s conftest.o >configure:19799: $? = 0 >configure:19810: result: yes >configure:19822: checking for size_t >configure:19846: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19852: $? = 0 >configure:19856: test -z > || test ! -s conftest.err >configure:19859: $? = 0 >configure:19862: test -s conftest.o >configure:19865: $? = 0 >configure:19878: result: yes >configure:19888: checking for ssize_t >configure:19912: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19918: $? = 0 >configure:19922: test -z > || test ! -s conftest.err >configure:19925: $? = 0 >configure:19928: test -s conftest.o >configure:19931: $? = 0 >configure:19944: result: yes >configure:19954: checking for clock_t >configure:19978: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:19984: $? = 0 >configure:19988: test -z > || test ! -s conftest.err >configure:19991: $? = 0 >configure:19994: test -s conftest.o >configure:19997: $? = 0 >configure:20010: result: yes >configure:20020: checking for sa_family_t >configure:20045: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20051: $? = 0 >configure:20055: test -z > || test ! -s conftest.err >configure:20058: $? = 0 >configure:20061: test -s conftest.o >configure:20064: $? = 0 >configure:20126: result: yes >configure:20136: checking for pid_t >configure:20160: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20166: $? = 0 >configure:20170: test -z > || test ! -s conftest.err >configure:20173: $? = 0 >configure:20176: test -s conftest.o >configure:20179: $? = 0 >configure:20192: result: yes >configure:20202: checking for mode_t >configure:20226: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20232: $? = 0 >configure:20236: test -z > || test ! -s conftest.err >configure:20239: $? = 0 >configure:20242: test -s conftest.o >configure:20245: $? = 0 >configure:20258: result: yes >configure:20269: checking for struct sockaddr_storage >configure:20294: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20300: $? = 0 >configure:20304: test -z > || test ! -s conftest.err >configure:20307: $? = 0 >configure:20310: test -s conftest.o >configure:20313: $? = 0 >configure:20326: result: yes >configure:20336: checking for struct sockaddr_in6 >configure:20361: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20367: $? = 0 >configure:20371: test -z > || test ! -s conftest.err >configure:20374: $? = 0 >configure:20377: test -s conftest.o >configure:20380: $? = 0 >configure:20393: result: yes >configure:20403: checking for struct in6_addr >configure:20428: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20434: $? = 0 >configure:20438: test -z > || test ! -s conftest.err >configure:20441: $? = 0 >configure:20444: test -s conftest.o >configure:20447: $? = 0 >configure:20460: result: yes >configure:20470: checking for struct addrinfo >configure:20496: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20502: $? = 0 >configure:20506: test -z > || test ! -s conftest.err >configure:20509: $? = 0 >configure:20512: test -s conftest.o >configure:20515: $? = 0 >configure:20528: result: yes >configure:20538: checking for struct timeval >configure:20560: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:20566: $? = 0 >configure:20570: test -z > || test ! -s conftest.err >configure:20573: $? = 0 >configure:20576: test -s conftest.o >configure:20579: $? = 0 >configure:20592: result: yes >configure:20603: checking for struct timespec >configure:20627: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 218.5: 1506-043 (S) The operand of the sizeof operator is not valid. >configure:20633: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if ((struct timespec *) 0) >| return 0; >| if (sizeof (struct timespec)) >| return 0; >| ; >| return 0; >| } >configure:20657: result: no >configure:20715: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:20718: $? = 0 >configure:20720: ./conftest >configure:20723: $? = 0 >configure:20745: checking for ut_host field in utmp.h >configure:20772: result: no >configure:20790: checking for ut_host field in utmpx.h >configure:20817: result: no >configure:20835: checking for syslen field in utmpx.h >configure:20862: result: no >configure:20880: checking for ut_pid field in utmp.h >configure:20907: result: no >configure:20925: checking for ut_type field in utmp.h >configure:20952: result: no >configure:20970: checking for ut_type field in utmpx.h >configure:20997: result: no >configure:21015: checking for ut_tv field in utmp.h >configure:21042: result: no >configure:21060: checking for ut_id field in utmp.h >configure:21087: result: no >configure:21105: checking for ut_id field in utmpx.h >configure:21132: result: no >configure:21150: checking for ut_addr field in utmp.h >configure:21177: result: no >configure:21195: checking for ut_addr field in utmpx.h >configure:21222: result: no >configure:21240: checking for ut_addr_v6 field in utmp.h >configure:21267: result: no >configure:21285: checking for ut_addr_v6 field in utmpx.h >configure:21312: result: no >configure:21330: checking for ut_exit field in utmp.h >configure:21357: result: no >configure:21375: checking for ut_time field in utmp.h >configure:21402: result: no >configure:21420: checking for ut_time field in utmpx.h >configure:21447: result: no >configure:21465: checking for ut_tv field in utmpx.h >configure:21492: result: no >configure:21507: checking for struct stat.st_blksize >configure:21530: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:21536: $? = 0 >configure:21540: test -z > || test ! -s conftest.err >configure:21543: $? = 0 >configure:21546: test -s conftest.o >configure:21549: $? = 0 >configure:21606: result: yes >configure:21617: checking for struct __res_state.retrans >configure:21649: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:21655: $? = 0 >configure:21659: test -z > || test ! -s conftest.err >configure:21662: $? = 0 >configure:21665: test -s conftest.o >configure:21668: $? = 0 >configure:21734: result: yes >configure:21747: checking for ss_family field in struct sockaddr_storage >configure:21772: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 187.31: 1506-022 (S) "ss_family" is not a member of "struct sockaddr_storage". >configure:21778: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 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:21803: result: no >configure:21813: checking for __ss_family field in struct sockaddr_storage >configure:21838: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:21844: $? = 0 >configure:21848: test -z > || test ! -s conftest.err >configure:21851: $? = 0 >configure:21854: test -s conftest.o >configure:21857: $? = 0 >configure:21870: result: yes >configure:21880: checking for pw_class field in struct passwd >configure:21904: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 187.21: 1506-022 (S) "pw_class" is not a member of "struct passwd". >configure:21910: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_class = 0; >| ; >| return 0; >| } >configure:21936: result: no >configure:21946: checking for pw_expire field in struct passwd >configure:21970: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 187.21: 1506-022 (S) "pw_expire" is not a member of "struct passwd". >configure:21976: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_expire = 0; >| ; >| return 0; >| } >configure:22002: result: no >configure:22012: checking for pw_change field in struct passwd >configure:22036: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 187.21: 1506-022 (S) "pw_change" is not a member of "struct passwd". >configure:22042: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_change = 0; >| ; >| return 0; >| } >configure:22068: result: no >configure:22078: checking for msg_accrights field in struct msghdr >configure:22101: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 11.3: 1506-022 (S) "msg_accrights" is not a member of "struct msghdr". >configure:22107: $? = 1 >configure: failed program was: >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <sys/uio.h> >| int main() { >| #ifdef msg_accrights >| #error "msg_accrights is a macro" >| exit(1); >| #endif >| struct msghdr m; >| m.msg_accrights = 0; >| exit(0); >| } >| >configure:22133: result: no >configure:22143: checking for msg_control field in struct msghdr >configure:22166: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:22172: $? = 0 >configure:22176: test -z > || test ! -s conftest.err >configure:22179: $? = 0 >configure:22182: test -s conftest.o >configure:22185: $? = 0 >configure:22198: result: yes >configure:22208: checking if libc defines __progname >configure:22230: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib 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:22236: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| extern char *__progname; printf("%s", __progname); >| ; >| return 0; >| } >configure:22263: result: no >configure:22273: checking whether cc implements __FUNCTION__ >configure:22297: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:22303: $? = 0 >configure:22307: test -z > || test ! -s conftest.err >configure:22310: $? = 0 >configure:22313: test -s conftest >configure:22316: $? = 0 >configure:22330: result: yes >configure:22340: checking whether cc implements __func__ >configure:22364: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:22370: $? = 0 >configure:22374: test -z > || test ! -s conftest.err >configure:22377: $? = 0 >configure:22380: test -s conftest >configure:22383: $? = 0 >configure:22397: result: yes >configure:22407: checking whether va_copy exists >configure:22430: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:22436: $? = 0 >configure:22440: test -z > || test ! -s conftest.err >configure:22443: $? = 0 >configure:22446: test -s conftest >configure:22449: $? = 0 >configure:22463: result: yes >configure:22473: checking whether __va_copy exists >configure:22496: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib 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:22502: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| /* end confdefs.h. */ >| #include <stdarg.h> >| va_list x,y; >| int >| main () >| { >| __va_copy(x,y); >| ; >| return 0; >| } >configure:22529: result: no >configure:22539: checking whether getopt has optreset support >configure:22563: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >"conftest.c", line 186.10: 1506-296 (S) #include file <getopt.h> not found. >configure:22569: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| /* end confdefs.h. */ >| >| #include <getopt.h> >| >| int >| main () >| { >| extern int optreset; optreset = 0; >| ; >| return 0; >| } >configure:22596: result: no >configure:22606: checking if libc defines sys_errlist >configure:22628: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:22634: $? = 0 >configure:22638: test -z > || test ! -s conftest.err >configure:22641: $? = 0 >configure:22644: test -s conftest >configure:22647: $? = 0 >configure:22661: result: yes >configure:22672: checking if libc defines sys_nerr >configure:22694: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:22700: $? = 0 >configure:22704: test -z > || test ! -s conftest.err >configure:22707: $? = 0 >configure:22710: test -s conftest >configure:22713: $? = 0 >configure:22727: result: yes >configure:23079: checking for library containing getrrsetbyname >configure:23109: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib 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:23115: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getrrsetbyname (); >| int >| main () >| { >| getrrsetbyname (); >| ; >| return 0; >| } >configure:23164: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib 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:23170: $? = 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 WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| /* Override any gcc2 internal prototype to avoid an error. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| /* We use char because int might match the return type of a gcc2 >| builtin and then its argument prototype would still apply. */ >| char getrrsetbyname (); >| int >| main () >| { >| getrrsetbyname (); >| ; >| return 0; >| } >configure:23198: result: no >configure:23210: checking for library containing res_query >configure:23240: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:23246: $? = 0 >configure:23250: test -z > || test ! -s conftest.err >configure:23253: $? = 0 >configure:23256: test -s conftest >configure:23259: $? = 0 >configure:23329: result: none required >configure:23336: checking for library containing dn_expand >configure:23366: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:23372: $? = 0 >configure:23376: test -z > || test ! -s conftest.err >configure:23379: $? = 0 >configure:23382: test -s conftest >configure:23385: $? = 0 >configure:23455: result: none required >configure:23462: checking if res_query will link >configure:23487: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:23493: $? = 0 >configure:23497: test -z > || test ! -s conftest.err >configure:23500: $? = 0 >configure:23503: test -s conftest >configure:23506: $? = 0 >configure:23508: result: yes >configure:23574: checking for _getshort >configure:23631: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:23637: $? = 0 >configure:23641: test -z > || test ! -s conftest.err >configure:23644: $? = 0 >configure:23647: test -s conftest >configure:23650: $? = 0 >configure:23662: result: yes >configure:23574: checking for _getlong >configure:23631: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:23637: $? = 0 >configure:23641: test -z > || test ! -s conftest.err >configure:23644: $? = 0 >configure:23647: test -s conftest >configure:23650: $? = 0 >configure:23662: result: yes >configure:23672: checking whether _getshort is declared >configure:23698: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:23704: $? = 0 >configure:23708: test -z > || test ! -s conftest.err >configure:23711: $? = 0 >configure:23714: test -s conftest.o >configure:23717: $? = 0 >configure:23728: result: yes >configure:23744: checking whether _getlong is declared >configure:23770: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:23776: $? = 0 >configure:23780: test -z > || test ! -s conftest.err >configure:23783: $? = 0 >configure:23786: test -s conftest.o >configure:23789: $? = 0 >configure:23800: result: yes >configure:23818: checking for HEADER.ad >configure:23842: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 197.13: 1506-022 (S) "ad" is not a member of "struct {...}". >configure:23848: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 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:23887: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 197.20: 1506-022 (S) "ad" is not a member of "struct {...}". >configure:23893: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 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:23919: result: no >configure:25526: checking for xauth >configure:25544: found /usr/bin/X11/xauth >configure:25556: result: /usr/bin/X11/xauth >configure:25613: checking for "/dev/ptmx" >configure:25628: result: no >configure:25646: checking for "/dev/ptc" >configure:25661: result: yes >configure:25705: checking for nroff >configure:25723: found /usr/bin/nroff >configure:25735: result: /usr/bin/nroff >configure:25799: checking if the systems has expire shadow information >configure:25821: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 195.10: 1506-296 (S) #include file <shadow.h> not found. >"conftest.c", line 201.2: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union. >"conftest.c", line 201.17: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union. >"conftest.c", line 201.32: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union. >"conftest.c", line 204.1: 1506-505 (S) Type "struct spwd" of identifier "sp" was incomplete at the end of its scope. >configure:25827: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 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:25861: result: no >configure:25917: checking for "/etc/default/login" >configure:25932: result: no >configure:26037: cc -o conftest -g -I/opt/ssh/include -L/opt/ssh/lib conftest.c -lcrypto -lz >&5 >configure:26040: $? = 0 >configure:26042: ./conftest >configure:26045: $? = 0 >configure:26071: result: Adding /opt/ssh/bin to USER_PATH so scp will work >configure:26107: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:26140: result: no (default) >configure:26326: checking if your system defines LASTLOG_FILE >configure:26356: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 211.18: 1506-045 (S) Undeclared identifier LASTLOG_FILE. >configure:26362: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin" >| #define _PATH_SSH_PIDDIR "/opt/ssh/etc" >| /* 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:26384: result: no >configure:26386: checking if your system defines _PATH_LASTLOG >configure:26413: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 208.18: 1506-045 (S) Undeclared identifier _PATH_LASTLOG. >configure:26419: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin" >| #define _PATH_SSH_PIDDIR "/opt/ssh/etc" >| /* 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:26441: result: no >configure:26474: checking if your system defines UTMP_FILE >configure:26498: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:26504: $? = 0 >configure:26508: test -z > || test ! -s conftest.err >configure:26511: $? = 0 >configure:26514: test -s conftest.o >configure:26517: $? = 0 >configure:26519: result: yes >configure:26554: checking if your system defines WTMP_FILE >configure:26578: cc -c -g -I/opt/ssh/include conftest.c >&5 >configure:26584: $? = 0 >configure:26588: test -z > || test ! -s conftest.err >configure:26591: $? = 0 >configure:26594: test -s conftest.o >configure:26597: $? = 0 >configure:26599: result: yes >configure:26635: checking if your system defines UTMPX_FILE >configure:26662: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 209.16: 1506-045 (S) Undeclared identifier UTMPX_FILE. >configure:26668: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin" >| #define _PATH_SSH_PIDDIR "/opt/ssh/etc" >| #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 *utmpx = UTMPX_FILE; >| ; >| return 0; >| } >configure:26689: result: no >configure:26710: checking if your system defines WTMPX_FILE >configure:26737: cc -c -g -I/opt/ssh/include conftest.c >&5 >"conftest.c", line 210.16: 1506-045 (S) Undeclared identifier WTMPX_FILE. >configure:26743: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "OpenSSH" >| #define PACKAGE_TARNAME "openssh" >| #define PACKAGE_VERSION "Portable" >| #define PACKAGE_STRING "OpenSSH Portable" >| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >| #define WORDS_BIGENDIAN 1 >| #define _LARGE_FILES 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define _PATH_PASSWD_PROG "/usr/bin/passwd" >| #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 0 >| #define HAVE_DECL_LOGINFAILED 1 >| #define AIX_LOGINFAILED_4ARG 1 >| #define HAVE_SETAUTHDB 1 >| #define BROKEN_REALPATH 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define DISABLE_LASTLOG 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOGIN_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_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_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STREAM_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMERS_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_USERSEC_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BASENAME 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UTIMES 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_PROC_PID 1 >| #define HAVE_B64_NTOP 1 >| #define HAVE_B64_PTON 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETPEEREID 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_NSLEEP 1 >| #define HAVE_OPENLOG_R 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETPCRED 1 >| #define HAVE_SETREGID 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST const >| #define AIX_GETNAMEINFO_HACK 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_LOBOTOMISED_AES 1 >| #define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_INTXX_T 1 >| #define HAVE_INT64_T 1 >| #define HAVE_U_INTXX_T 1 >| #define HAVE_U_INT64_T 1 >| #define HAVE_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_STRUCT_IN6_ADDR 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE___SS_FAMILY_IN_SS 1 >| #define HAVE_CONTROL_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| #define HAVE_DECL__GETSHORT 1 >| #define HAVE_DECL__GETLONG 1 >| #define XAUTH_PATH "/usr/bin/X11/xauth" >| #define HAVE_DEV_PTS_AND_PTC 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin" >| #define _PATH_SSH_PIDDIR "/opt/ssh/etc" >| #define CONF_LASTLOG_FILE "/etc/security/lastlog" >| #define DISABLE_UTMPX 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *wtmpx = WTMPX_FILE; >| ; >| return 0; >| } >configure:26764: result: no >configure:26788: WARNING: Please check and edit blibpath in LDFLAGS in Makefile >configure:26899: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by OpenSSH config.status Portable, which was >generated by GNU Autoconf 2.59. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on beowulf > >config.status:714: creating Makefile >config.status:714: creating buildpkg.sh >config.status:714: creating opensshd.init >config.status:714: creating openbsd-compat/Makefile >config.status:714: creating scard/Makefile >config.status:714: creating ssh_prng_cmds >config.status:714: creating survey.sh >config.status:818: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=powerpc-ibm-aix5.2.0.0 >ac_cv_build_alias=powerpc-ibm-aix5.2.0.0 >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=no >ac_cv_c_inline=inline >ac_cv_cc_implements___FUNCTION__=yes >ac_cv_cc_implements___func__=yes >ac_cv_env_CC_set='' >ac_cv_env_CC_value='' >ac_cv_env_CFLAGS_set='' >ac_cv_env_CFLAGS_value='' >ac_cv_env_CPPFLAGS_set='' >ac_cv_env_CPPFLAGS_value='' >ac_cv_env_CPP_set='' >ac_cv_env_CPP_value='' >ac_cv_env_LDFLAGS_set='' >ac_cv_env_LDFLAGS_value='' >ac_cv_env_build_alias_set='' >ac_cv_env_build_alias_value='' >ac_cv_env_host_alias_set='' >ac_cv_env_host_alias_value='' >ac_cv_env_target_alias_set='' >ac_cv_env_target_alias_value='' >ac_cv_exeext='' >ac_cv_file___dev_ptc_=yes >ac_cv_file___dev_ptmx_=no >ac_cv_file___etc_default_login_=no >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_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_bindresvport_sa=no >ac_cv_func_clock=yes >ac_cv_func_closefrom=no >ac_cv_func_daemon=no >ac_cv_func_dirfd=no >ac_cv_func_dirname=yes >ac_cv_func_endutent=yes >ac_cv_func_endutxent=yes >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_freeaddrinfo=yes >ac_cv_func_futimes=no >ac_cv_func_gai_strerror=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getcwd=yes >ac_cv_func_getgrouplist=no >ac_cv_func_getnameinfo=yes >ac_cv_func_getopt=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpeereid=yes >ac_cv_func_getpgrp_void=yes >ac_cv_func_getrlimit=yes >ac_cv_func_getspnam=no >ac_cv_func_gettimeofday=yes >ac_cv_func_getttyent=no >ac_cv_func_getutent=yes >ac_cv_func_getutid=yes >ac_cv_func_getutline=yes >ac_cv_func_getutxent=yes >ac_cv_func_getutxid=yes >ac_cv_func_getutxline=yes >ac_cv_func_glob=yes >ac_cv_func_inet_aton=yes >ac_cv_func_inet_ntoa=yes >ac_cv_func_inet_ntop=yes >ac_cv_func_innetgr=yes >ac_cv_func_login_getcapbool=no >ac_cv_func_logout=no >ac_cv_func_logwtmp=no >ac_cv_func_md5_crypt=no >ac_cv_func_memmove=yes >ac_cv_func_mkdtemp=no >ac_cv_func_mmap=yes >ac_cv_func_ngetaddrinfo=no >ac_cv_func_nsleep=yes >ac_cv_func_ogetaddrinfo=no >ac_cv_func_openlog_r=yes >ac_cv_func_openpty=no >ac_cv_func_prctl=no >ac_cv_func_pstat=no >ac_cv_func_pututline=yes >ac_cv_func_pututxline=yes >ac_cv_func_readpassphrase=no >ac_cv_func_realpath=yes >ac_cv_func_recvmsg=yes >ac_cv_func_rresvport_af=no >ac_cv_func_sendmsg=yes >ac_cv_func_setauthdb=yes >ac_cv_func_setdtablesize=no >ac_cv_func_setegid=yes >ac_cv_func_setenv=yes >ac_cv_func_seteuid=yes >ac_cv_func_setgroups=yes >ac_cv_func_setlogin=no >ac_cv_func_setpcred=yes >ac_cv_func_setproctitle=no >ac_cv_func_setregid=yes >ac_cv_func_setresgid=no >ac_cv_func_setresuid=no >ac_cv_func_setreuid=yes >ac_cv_func_setrlimit=yes >ac_cv_func_setsid=yes >ac_cv_func_setsockopt=yes >ac_cv_func_setutent=yes >ac_cv_func_setutxent=yes >ac_cv_func_setvbuf=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigvec=yes >ac_cv_func_snprintf=yes >ac_cv_func_socketpair=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=no >ac_cv_func_strlcpy=no >ac_cv_func_strmode=no >ac_cv_func_strnvis=no >ac_cv_func_strsep=yes >ac_cv_func_strtoll=yes >ac_cv_func_strtonum=no >ac_cv_func_strtoul=yes >ac_cv_func_sysconf=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_time=yes >ac_cv_func_truncate=yes >ac_cv_func_unsetenv=yes >ac_cv_func_updwtmp=yes >ac_cv_func_updwtmpx=no >ac_cv_func_utimes=yes >ac_cv_func_utmpname=yes >ac_cv_func_utmpxname=no >ac_cv_func_vasprintf=no >ac_cv_func_vhangup=no >ac_cv_func_vsnprintf=yes >ac_cv_func_waitpid=yes >ac_cv_func_yp_match=yes >ac_cv_have___ss_family_in_struct_ss=yes >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_LLONG_MAX=yes >ac_cv_have_decl__getlong=yes >ac_cv_have_decl__getshort=yes >ac_cv_have_decl_authenticate=yes >ac_cv_have_decl_getrusage=no >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_loginfailed=yes >ac_cv_have_decl_loginrestrictions=yes >ac_cv_have_decl_loginsuccess=yes >ac_cv_have_decl_passwdexpired=yes >ac_cv_have_decl_setauthdb=no >ac_cv_have_decl_strsep=yes >ac_cv_have_decl_tcsendbreak=yes >ac_cv_have_getopt_optreset=no >ac_cv_have_int64_t=yes >ac_cv_have_intxx_t=yes >ac_cv_have_mode_t=yes >ac_cv_have_pid_t=yes >ac_cv_have_pw_change_in_struct_passwd=no >ac_cv_have_pw_class_in_struct_passwd=no >ac_cv_have_pw_expire_in_struct_passwd=no >ac_cv_have_sa_family_t=yes >ac_cv_have_size_t=yes >ac_cv_have_ss_family_in_struct_ss=no >ac_cv_have_ssize_t=yes >ac_cv_have_struct_addrinfo=yes >ac_cv_have_struct_in6_addr=yes >ac_cv_have_struct_sockaddr_in6=yes >ac_cv_have_struct_sockaddr_storage=yes >ac_cv_have_struct_timeval=yes >ac_cv_have_u_char=yes >ac_cv_have_u_int=yes >ac_cv_have_u_int64_t=yes >ac_cv_have_u_intxx_t=yes >ac_cv_have_va_copy=yes >ac_cv_header_bstring_h=no >ac_cv_header_crypt_h=yes >ac_cv_header_dirent_h=yes >ac_cv_header_endian_h=no >ac_cv_header_features_h=no >ac_cv_header_floatingpoint_h=no >ac_cv_header_getopt_h=no >ac_cv_header_glob_h=yes >ac_cv_header_ia_h=no >ac_cv_header_iaf_h=no >ac_cv_header_lastlog_h=no >ac_cv_header_libgen_h=yes >ac_cv_header_libutil_h=no >ac_cv_header_limits_h=yes >ac_cv_header_login_cap_h=no >ac_cv_header_login_h=yes >ac_cv_header_maillock_h=no >ac_cv_header_ndir_h=no >ac_cv_header_net_if_h=yes >ac_cv_header_netdb_h=yes >ac_cv_header_netgroup_h=no >ac_cv_header_netinet_in_systm_h=yes >ac_cv_header_pam_pam_appl_h=no >ac_cv_header_paths_h=yes >ac_cv_header_pty_h=no >ac_cv_header_readpassphrase_h=no >ac_cv_header_rpc_types_h=yes >ac_cv_header_security_pam_appl_h=yes >ac_cv_header_shadow_h=no >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_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_cdefs_h=yes >ac_cv_header_sys_dir_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_ndir_h=no >ac_cv_header_sys_prctl_h=no >ac_cv_header_sys_pstat_h=no >ac_cv_header_sys_ptms_h=no >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_stat_h=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_un_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tmpdir_h=no >ac_cv_header_ttyent_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_usersec_h=yes >ac_cv_header_util_h=no >ac_cv_header_utime_h=yes >ac_cv_header_utmp_h=yes >ac_cv_header_utmpx_h=yes >ac_cv_header_vis_h=no >ac_cv_header_zlib_h=yes >ac_cv_host=powerpc-ibm-aix5.2.0.0 >ac_cv_host_alias=powerpc-ibm-aix5.2.0.0 >ac_cv_lib_bsd_daemon=no >ac_cv_lib_gen_getspnam=no >ac_cv_lib_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_stat_st_blksize=yes >ac_cv_objext=o >ac_cv_path_AR=/usr/bin/ar >ac_cv_path_CAT=/usr/bin/cat >ac_cv_path_KILL=/usr/bin/kill >ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login >ac_cv_path_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_PROG_ARP=/usr/sbin/arp >ac_cv_path_PROG_DF=/usr/bin/df >ac_cv_path_PROG_IFCONFIG=/usr/sbin/ifconfig >ac_cv_path_PROG_IPCS=/usr/bin/ipcs >ac_cv_path_PROG_LAST=/usr/bin/last >ac_cv_path_PROG_LS=/usr/bin/ls >ac_cv_path_PROG_NETSTAT=/usr/bin/netstat >ac_cv_path_PROG_PS=/usr/bin/ps >ac_cv_path_PROG_SAR=/usr/sbin/sar >ac_cv_path_PROG_TAIL=/usr/bin/tail >ac_cv_path_PROG_UPTIME=/usr/bin/uptime >ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat >ac_cv_path_PROG_W=/usr/bin/w >ac_cv_path_PROG_WHO=/usr/bin/who >ac_cv_path_SED=/usr/bin/sed >ac_cv_path_SH=/usr/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/usr/bin/ksh >ac_cv_path_xauth_path=/usr/bin/X11/xauth >ac_cv_prog_AWK=nawk >ac_cv_prog_CPP='cc -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no >ac_cv_prog_ac_ct_CC=cc >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc='' >ac_cv_search_basename='none required' >ac_cv_search_dn_expand='none required' >ac_cv_search_getrrsetbyname=no >ac_cv_search_login=no >ac_cv_search_nanosleep='none required' >ac_cv_search_res_query='none required' >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long_int=4 >ac_cv_sizeof_long_long_int=8 >ac_cv_sizeof_short_int=2 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_large_files=1 >ac_cv_sys_largefile_CC=no >ac_cv_type_char=yes >ac_cv_type_in_addr_t=yes >ac_cv_type_int=yes >ac_cv_type_long_double=yes >ac_cv_type_long_int=yes >ac_cv_type_long_long=yes >ac_cv_type_long_long_int=yes >ac_cv_type_short_int=yes >ac_cv_type_sig_atomic_t=yes >ac_cv_type_socklen_t=yes >ac_cv_type_struct_timespec=no >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=no >ossh_cv_utmp_h_has_ut_host=no >ossh_cv_utmp_h_has_ut_id=no >ossh_cv_utmp_h_has_ut_pid=no >ossh_cv_utmp_h_has_ut_time=no >ossh_cv_utmp_h_has_ut_tv=no >ossh_cv_utmp_h_has_ut_type=no >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=no >ossh_cv_utmpx_h_has_ut_id=no >ossh_cv_utmpx_h_has_ut_time=no >ossh_cv_utmpx_h_has_ut_tv=no >ossh_cv_utmpx_h_has_ut_type=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/bin/ar' >AWK='nawk' >CAT='/usr/bin/cat' >CC='cc' >CFLAGS='-g ' >CPP='cc -E' >CPPFLAGS='-I/opt/ssh/include ' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='ECHO_N='' >ECHO_T='' >EGREP='' >ENT='' >EXEEXT='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_SSH_PRNG_CMDS='' >INSTALL_SSH_RAND_HELPER='yes' >KILL='/usr/bin/kill' >LD='cc' >LDFLAGS='-L/opt/ssh/lib -blibpath:/usr/lib:/lib' >LIBEDIT='' >LIBOBJS='' >LIBPAM='' >LIBS='-lcrypto -lz ' >LIBWRAP='' >LOGIN_PROGRAM_FALLBACK='/usr/bin/login' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='no' >MANTYPE='man' >NROFF='/usr/bin/nroff' >OBJEXT='o' >OPENSC_CONFIG='no' >PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org' >PACKAGE_NAME='OpenSSH' >PACKAGE_STRING='OpenSSH Portable' >PACKAGE_TARNAME='openssh' >PACKAGE_VERSION='Portable' >PATH_GROUPADD_PROG='groupadd' >PATH_PASSWD_PROG='/usr/bin/passwd' >PATH_SEPARATOR=':' >PATH_USERADD_PROG='/usr/sbin/useradd' >PERL='/usr/bin/perl' >PRIVSEP_PATH='/var/empty' >PROG_ARP='/usr/sbin/arp' >PROG_DF='/usr/bin/df' >PROG_IFCONFIG='/usr/sbin/ifconfig' >PROG_IPCS='/usr/bin/ipcs' >PROG_JSTAT='undef' >PROG_LAST='/usr/bin/last' >PROG_LASTLOG='undef' >PROG_LS='/usr/bin/ls' >PROG_NETSTAT='/usr/bin/netstat' >PROG_PS='/usr/bin/ps' >PROG_SAR='/usr/sbin/sar' >PROG_TAIL='/usr/bin/tail' >PROG_UPTIME='/usr/bin/uptime' >PROG_VMSTAT='/usr/bin/vmstat' >PROG_W='/usr/bin/w' >PROG_WHO='/usr/bin/who' >RANLIB='ranlib' >SED='/usr/bin/sed' >SH='/usr/bin/sh' >SHELL='/bin/sh' >SSH_PRIVSEP_USER='sshd' >STARTUP_SCRIPT_SHELL='/bin/sh' >STRIP_OPT='-s' >TEST_MINUS_S_SH='/usr/bin/ksh' >TEST_SHELL='sh' >XAUTH_PATH='/usr/bin/X11/xauth' >ac_ct_CC='cc' >ac_ct_RANLIB='ranlib' >bindir='${exec_prefix}/bin' >build='powerpc-ibm-aix5.2.0.0' >build_alias='' >build_cpu='powerpc' >build_os='aix5.2.0.0' >build_vendor='ibm' >datadir='${prefix}/share' >exec_prefix='${prefix}' >host='powerpc-ibm-aix5.2.0.0' >host_alias='' >host_cpu='powerpc' >host_os='aix5.2.0.0' >host_vendor='ibm' >includedir='${prefix}/include' >infodir='${prefix}/info' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localstatedir='${prefix}/var' >mandir='${prefix}/man' >mansubdir='man' >oldincludedir='/usr/include' >piddir='/opt/ssh/etc' >prefix='/opt/ssh' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target_alias='' >user_path='/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin' >xauth_path='/usr/bin/X11/xauth' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define AIX_GETNAMEINFO_HACK 1 >#define AIX_LOGINFAILED_4ARG 1 >#define BROKEN_REALPATH 1 >#define BROKEN_SETREGID 1 >#define BROKEN_SETREUID 1 >#define CONF_LASTLOG_FILE "/etc/security/lastlog" >#define DISABLE_LASTLOG 1 >#define DISABLE_UTMPX 1 >#define DISABLE_WTMPX 1 >#define ENTROPY_TIMEOUT_MSEC 200 >#define GETPGRP_VOID 1 >#define HAVE_B64_NTOP 1 >#define HAVE_B64_PTON 1 >#define HAVE_BASENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_CLOCK 1 >#define HAVE_CLOCK_T 1 >#define HAVE_CONTROL_IN_MSGHDR 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DECL_AUTHENTICATE 1 >#define HAVE_DECL_H_ERRNO 1 >#define HAVE_DECL_LOGINFAILED 1 >#define HAVE_DECL_LOGINRESTRICTIONS 1 >#define HAVE_DECL_LOGINSUCCESS 1 >#define HAVE_DECL_PASSWDEXPIRED 1 >#define HAVE_DECL_SETAUTHDB 0 >#define HAVE_DECL__GETLONG 1 >#define HAVE_DECL__GETSHORT 1 >#define HAVE_DEV_PTS_AND_PTC 1 >#define HAVE_DIRENT_H 1 >#define HAVE_DIRNAME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_FCHMOD 1 >#define HAVE_FCHOWN 1 >#define HAVE_FREEADDRINFO 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_GETADDRINFO 1 >#define HAVE_GETCWD 1 >#define HAVE_GETNAMEINFO 1 >#define HAVE_GETOPT 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETPEEREID 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_GETUTENT 1 >#define HAVE_GETUTID 1 >#define HAVE_GETUTLINE 1 >#define HAVE_GETUTXENT 1 >#define HAVE_GETUTXID 1 >#define HAVE_GETUTXLINE 1 >#define HAVE_GLOB 1 >#define HAVE_GLOB_H 1 >#define HAVE_INET_ATON 1 >#define HAVE_INET_NTOA 1 >#define HAVE_INET_NTOP 1 >#define HAVE_INNETGR 1 >#define HAVE_INT64_T 1 >#define HAVE_INTXX_T 1 >#define HAVE_IN_ADDR_T 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_LIBZ 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOGIN_H 1 >#define HAVE_LONG_DOUBLE 1 >#define HAVE_LONG_LONG 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MMAP 1 >#define HAVE_MODE_T 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_NET_IF_H 1 >#define HAVE_NSLEEP 1 >#define HAVE_OPENLOG_R 1 >#define HAVE_OPENSSL 1 >#define HAVE_PATHS_H 1 >#define HAVE_PID_T 1 >#define HAVE_PROC_PID 1 >#define HAVE_PUTUTLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_REALPATH 1 >#define HAVE_RECVMSG 1 >#define HAVE_RPC_TYPES_H 1 >#define HAVE_SA_FAMILY_T 1 >#define HAVE_SECURITY_PAM_APPL_H 1 >#define HAVE_SENDMSG 1 >#define HAVE_SETAUTHDB 1 >#define HAVE_SETEGID 1 >#define HAVE_SETENV 1 >#define HAVE_SETEUID 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETPCRED 1 >#define HAVE_SETREGID 1 >#define HAVE_SETREUID 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_SETSID 1 >#define HAVE_SETUTENT 1 >#define HAVE_SETUTXENT 1 >#define HAVE_SETVBUF 1 >#define HAVE_SIGACTION 1 >#define HAVE_SIGVEC 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_SIZE_T 1 >#define HAVE_SNPRINTF 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_SSIZE_T 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRSEP 1 >#define HAVE_STRTOLL 1 >#define HAVE_STRTOUL 1 >#define HAVE_STRUCT_ADDRINFO 1 >#define HAVE_STRUCT_IN6_ADDR 1 >#define HAVE_STRUCT_SOCKADDR_IN6 1 >#define HAVE_STRUCT_SOCKADDR_STORAGE 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define HAVE_STRUCT_TIMEVAL 1 >#define HAVE_SYSCONF 1 >#define HAVE_SYS_AUDIT_H 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_SYS_DIR_H 1 >#define HAVE_SYS_ERRLIST 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_NERR 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STREAM_H 1 >#define HAVE_SYS_STROPTS_H 1 >#define HAVE_SYS_SYSMACROS_H 1 >#define HAVE_SYS_TIMERS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_TIME 1 >#define HAVE_TIME_H 1 >#define HAVE_TRUNCATE 1 >#define HAVE_TTYENT_H 1 >#define HAVE_UINTXX_T 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UNSETENV 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define HAVE_UPDWTMP 1 >#define HAVE_USERSEC_H 1 >#define HAVE_UTIMES 1 >#define HAVE_UTIME_H 1 >#define HAVE_UTMPNAME 1 >#define HAVE_UTMPX_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_U_CHAR 1 >#define HAVE_U_INT 1 >#define HAVE_U_INT64_T 1 >#define HAVE_U_INTXX_T 1 >#define HAVE_VA_COPY 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define HAVE__GETLONG 1 >#define HAVE__GETSHORT 1 >#define HAVE___FUNCTION__ 1 >#define HAVE___SS_FAMILY_IN_SS 1 >#define HAVE___func__ 1 >#define LOGIN_NEEDS_UTMPX 1 >#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >#define OPENSSL_LOBOTOMISED_AES 1 >#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" >#define PACKAGE_NAME "OpenSSH" >#define PACKAGE_STRING "OpenSSH Portable" >#define PACKAGE_TARNAME "openssh" >#define PACKAGE_VERSION "Portable" >#define PRNGD_SOCKET "/opt/ssh/prngd/prngd-random" >#define SETEUID_BREAKS_SETUID 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_INT 4 >#define SIZEOF_LONG_LONG_INT 8 >#define SIZEOF_SHORT_INT 2 >#define SNPRINTF_CONST const >#define SPT_TYPE SPT_REUSEARGV >#define SSHPAM_CHAUTHTOK_NEEDS_RUID 1 >#define SSH_PRIVSEP_USER "sshd" >#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin" >#define WITH_AIXAUTHENTICATE 1 >#define WORDS_BIGENDIAN 1 >#define XAUTH_PATH "/usr/bin/X11/xauth" >#define _LARGE_FILES 1 >#define _PATH_PASSWD_PROG "/usr/bin/passwd" >#define _PATH_SSH_PIDDIR "/opt/ssh/etc" > >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 1207
: 1153 |
1157
|
1158