This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by lsh configure 1.5.2, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure -C --with-include-path=/usr/local/include --with-lib-path=/usr/local/lib --prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx CC=cc

## --------- ##
## Platform. ##
## --------- ##

hostname = dupond.lysator.liu.se
uname -m = 000090105700
uname -r = 3
uname -s = AIX
uname -v = 4

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = 4.3.3.0
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/ccs/bin
PATH: /usr/vac/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /bin
PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/local/bin
PATH: /sw/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1253: creating cache config.cache
configure:1381: checking for a BSD-compatible install
configure:1435: result: /usr/local/bin/install -c
configure:1446: checking whether build environment is sane
configure:1489: result: yes
configure:1522: checking for gawk
configure:1551: result: no
configure:1522: checking for mawk
configure:1551: result: no
configure:1522: checking for nawk
configure:1538: found /usr/bin/nawk
configure:1548: result: nawk
configure:1558: checking whether make sets $(MAKE)
configure:1578: result: yes
configure:1743: WARNING:  Converted . to /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2,
If this does not work, please use an absolute path to the configure script. 
configure:2082: checking for -R flag
configure:2112: result: none
configure:2122: result: Searching for libraries
configure:2129: checking /usr/local/lib
configure:2147: result: added
configure:2129: checking /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx/lib
configure:2156: result: not found
configure:2129: checking /usr/local/lib
configure:2147: result: added
configure:2129: checking /sw/local/lib
configure:2156: result: not found
configure:2129: checking /sw/lib
configure:2156: result: not found
configure:2129: checking /usr/gnu/lib
configure:2156: result: not found
configure:2129: checking /opt/gnu/lib
configure:2156: result: not found
configure:2129: checking /sw/gnu/lib
configure:2156: result: not found
configure:2129: checking /usr/freeware/lib
configure:2156: result: not found
configure:2129: checking /usr/pkg/lib
configure:2156: result: not found
configure:2211: checking for gcc
configure:2237: result: cc
configure:2481: checking for C compiler version
configure:2484: cc --version </dev/null >&5
cc: 1501-216 command option -version is not recognized - passed to ld
  C for AIX Compiler

  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 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 source file
       3. file name with .so suffix: shared object file
       4. file name with .o suffix: object file for ld command
       5. file name with .s suffix: assembler source 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<x>[:<stanza>]
                  Use alternate configuration file <x> with optional
                  <stanza>. If <stanza> is not specified, xlc is
                  assumed.
        -g        Produce information for the debugger.
        -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       Equivalent level of optimization as -O in the
                  previous release.
        -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.
        -p        Generate profiling support code.
        -pg       Generate profiling support code including BSD
                  profiling support.
        -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
                    =<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        Permits the output file to be produced even if it
                  contains unresolved symbols.
        -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:
                    p = preprocessor
                    c = compiler frontend
                    b = compiler backend
                    i = compiler inliner
                    a = assembler
                    l = linkage editor.
                    m = 'munch' utility
                    I = inter procedural analysis - compile phase
                    L = inter procedural analysis - link phase
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing 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:
                    <p,c,b,i,a,l,I,L,m>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    n = round to nearest
                    m = round toward minus infinity
                    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 ixlc command.


          Options without parameters:

          32          Selects 32-bit compiler mode.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          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.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          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.
          funcsect    Place instructions for each function in a separate csect.
          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 (dbx).
          heapdebug   Enables debug versions of memory management functions.
          idirfirst   Specify the search order for files included with
                      the #include "file_name" directive.  Use -qidirfist
                      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.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes hat all functions with th ename 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.
          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.
          maxerr      Instructs the compiler to halt compilation when a
                      specified number of errors of specified or greater
                      severity is reached.
          mbcs        String literals and comments can contain DBCS
                      characters (same as dbcs option).
          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.
          once        Only process each include file one time.
                      The default is -qnoonce.
          optimize    Same as O, and O2. Perform optimization that is the
                      mix between speed and size.
          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.
          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.
          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).
          strict      Turns off aggresive 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. 
                      Use this option only if your program contains overflows or 
                      wrap arounds of loop induction variables.
          syntaxonly  Causes the compiler to perform syntax checking without
                      generating an object file.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer truncation.
          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:

          alias=<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.
                      ansi    Pointers can only point to an object of the
                              same type. Require -O option.
          align=<algnopt>
                      power   The compiler uses the RISC System/6000 
                              alignment rules.
                      full    The compiler uses the RISC System/6000 
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules. 
                              The mac68k option is the same as twobyte.
                      packed  The compiler uses the packed alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries. 
          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.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses -qtune=pwr.
          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=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.
          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.
                      nullptr  Runtime checking of addresses
                               contained in pointer variables used to
                               reference storage.
                      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.
                      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 or 4. 
                      small denotes that either one, two or four 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.
          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  xlC128, xlc128 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 REAL*4 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 signalling
                               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.
          genpcomp[=dirname]
                      Generate precompiled include files.  See C for AIX online 
                      documentation for details.
          genproto=<parmnames>
                      Produces ANSI prototypes from K&R function definitions.
          ignprag=disjoint
          ignprag=isolated
          ignprag=all
                      Ignore the aliasing pragmas disjoint and/or
                      isolated_call.
          info
          info=all
                      Produce additional lint-like messages. Turns on all 
                      diagnostic messages for all groups.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      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
                      pro      Missing function prototypes
                      rea      Code that cannot be reached
                      ret      Consistency of return statements
                      trd      Possible truncation or loss of data or precision
                      tru      Variable names truncated by the compiler
                      uni      Unitialized variables
                      use      Unused auto and static variables
                      vft      Generation of virtual function tables
                      private  Lists shared variables made private to a parallel 
                               loop.
                      reduction 
                               Lists all variables that are recognized as 
                               reduction variables inside a parallel loop.
          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[=<ipa_options>]
                      Turn on inter-procedural analysis.  See C for AIX
                      online documentation for details.
          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.
          langlvl=<langlvl>
                      Specify language level to be used during compilation.
                      <langlvl> can be ansi, saal2, saa, extended, or classic.
          maxmem=<num>
                      Limit the amount of memory used by space intensive
                      optimizations to <num>.  <num> specified in kilobytes.
                      prioriry=NNN
          optimize
                      Same as -O. Optimize generated code using the best
                      best combination for speed and size.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggresive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa with
                              with automatic architecture and tuning option
                              generation.
          proclocal=<name1>:<name2>: ...
                      Specify which functions are local.
                      If no filenames are specified, all invoked functions
                      are assumed to be defined whithin the current file.
                      The last explicit specification for a function takes
                      precedence.
          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.
          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.
          smp[=suboption[:suboption] [ ... ]]
                      [no]auto       Enables or disables automatic parallelization.
                      [no]explicit   Enables or disables explicit parallelization.
                      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 C for AIX 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.
          spill=<size>
                      Specify the size of the register allocation spill
                      area.
          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.
          unroll[=n]  Allow the optimizer to unroll loops.
          usepcomp[=dirname]
                      Use precompiled include files.  See C for AIX online 
                      documentation for details.
          wait[=<seconds>]
                      Specify the number of seconds to wait for a LUM
                      license to become available.  The default is to wait
                      forever.
          xref=full   Produce a cross-reference listing containing
                      all names, whether referenced or not; output goes
                      to .lst file.

  For a detailed description of each option, please refer to the
  C for AIX online documentation.

configure:2487: $? = 249
configure:2489: cc -v </dev/null >&5
  C for AIX Compiler

  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 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 source file
       3. file name with .so suffix: shared object file
       4. file name with .o suffix: object file for ld command
       5. file name with .s suffix: assembler source 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<x>[:<stanza>]
                  Use alternate configuration file <x> with optional
                  <stanza>. If <stanza> is not specified, xlc is
                  assumed.
        -g        Produce information for the debugger.
        -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       Equivalent level of optimization as -O in the
                  previous release.
        -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.
        -p        Generate profiling support code.
        -pg       Generate profiling support code including BSD
                  profiling support.
        -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
                    =<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        Permits the output file to be produced even if it
                  contains unresolved symbols.
        -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:
                    p = preprocessor
                    c = compiler frontend
                    b = compiler backend
                    i = compiler inliner
                    a = assembler
                    l = linkage editor.
                    m = 'munch' utility
                    I = inter procedural analysis - compile phase
                    L = inter procedural analysis - link phase
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing 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:
                    <p,c,b,i,a,l,I,L,m>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    n = round to nearest
                    m = round toward minus infinity
                    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 ixlc command.


          Options without parameters:

          32          Selects 32-bit compiler mode.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          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.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          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.
          funcsect    Place instructions for each function in a separate csect.
          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 (dbx).
          heapdebug   Enables debug versions of memory management functions.
          idirfirst   Specify the search order for files included with
                      the #include "file_name" directive.  Use -qidirfist
                      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.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes hat all functions with th ename 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.
          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.
          maxerr      Instructs the compiler to halt compilation when a
                      specified number of errors of specified or greater
                      severity is reached.
          mbcs        String literals and comments can contain DBCS
                      characters (same as dbcs option).
          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.
          once        Only process each include file one time.
                      The default is -qnoonce.
          optimize    Same as O, and O2. Perform optimization that is the
                      mix between speed and size.
          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.
          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.
          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).
          strict      Turns off aggresive 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. 
                      Use this option only if your program contains overflows or 
                      wrap arounds of loop induction variables.
          syntaxonly  Causes the compiler to perform syntax checking without
                      generating an object file.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer truncation.
          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:

          alias=<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.
                      ansi    Pointers can only point to an object of the
                              same type. Require -O option.
          align=<algnopt>
                      power   The compiler uses the RISC System/6000 
                              alignment rules.
                      full    The compiler uses the RISC System/6000 
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules. 
                              The mac68k option is the same as twobyte.
                      packed  The compiler uses the packed alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries. 
          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.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses -qtune=pwr.
          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=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.
          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.
                      nullptr  Runtime checking of addresses
                               contained in pointer variables used to
                               reference storage.
                      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.
                      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 or 4. 
                      small denotes that either one, two or four 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.
          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  xlC128, xlc128 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 REAL*4 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 signalling
                               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.
          genpcomp[=dirname]
                      Generate precompiled include files.  See C for AIX online 
                      documentation for details.
          genproto=<parmnames>
                      Produces ANSI prototypes from K&R function definitions.
          ignprag=disjoint
          ignprag=isolated
          ignprag=all
                      Ignore the aliasing pragmas disjoint and/or
                      isolated_call.
          info
          info=all
                      Produce additional lint-like messages. Turns on all 
                      diagnostic messages for all groups.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      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
                      pro      Missing function prototypes
                      rea      Code that cannot be reached
                      ret      Consistency of return statements
                      trd      Possible truncation or loss of data or precision
                      tru      Variable names truncated by the compiler
                      uni      Unitialized variables
                      use      Unused auto and static variables
                      vft      Generation of virtual function tables
                      private  Lists shared variables made private to a parallel 
                               loop.
                      reduction 
                               Lists all variables that are recognized as 
                               reduction variables inside a parallel loop.
          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[=<ipa_options>]
                      Turn on inter-procedural analysis.  See C for AIX
                      online documentation for details.
          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.
          langlvl=<langlvl>
                      Specify language level to be used during compilation.
                      <langlvl> can be ansi, saal2, saa, extended, or classic.
          maxmem=<num>
                      Limit the amount of memory used by space intensive
                      optimizations to <num>.  <num> specified in kilobytes.
                      prioriry=NNN
          optimize
                      Same as -O. Optimize generated code using the best
                      best combination for speed and size.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggresive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa with
                              with automatic architecture and tuning option
                              generation.
          proclocal=<name1>:<name2>: ...
                      Specify which functions are local.
                      If no filenames are specified, all invoked functions
                      are assumed to be defined whithin the current file.
                      The last explicit specification for a function takes
                      precedence.
          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.
          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.
          smp[=suboption[:suboption] [ ... ]]
                      [no]auto       Enables or disables automatic parallelization.
                      [no]explicit   Enables or disables explicit parallelization.
                      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 C for AIX 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.
          spill=<size>
                      Specify the size of the register allocation spill
                      area.
          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.
          unroll[=n]  Allow the optimizer to unroll loops.
          usepcomp[=dirname]
                      Use precompiled include files.  See C for AIX online 
                      documentation for details.
          wait[=<seconds>]
                      Specify the number of seconds to wait for a LUM
                      license to become available.  The default is to wait
                      forever.
          xref=full   Produce a cross-reference listing containing
                      all names, whether referenced or not; output goes
                      to .lst file.

  For a detailed description of each option, please refer to the
  C for AIX online documentation.

exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL)
unlink: /tmp/xlcW0XpLQMa
unlink: /tmp/xlcW1XpLQMb
unlink: /tmp/xlcW2XpLQMc
configure:2492: $? = 249
configure:2494: cc -V </dev/null >&5
cc: 1501-208 command option V is missing a subargument
configure:2497: $? = 40
configure:2521: checking for C compiler default output
configure:2524: cc   -I /usr/local/include  -L /usr/local/lib conftest.c  >&5
configure:2527: $? = 0
configure:2573: result: a.out
configure:2578: checking whether the C compiler works
configure:2584: ./a.out
configure:2587: $? = 0
configure:2604: result: yes
configure:2611: checking whether we are cross compiling
configure:2613: result: no
configure:2616: checking for suffix of executables
configure:2618: cc -o conftest   -I /usr/local/include  -L /usr/local/lib conftest.c  >&5
configure:2621: $? = 0
configure:2646: result: 
configure:2652: checking for suffix of object files
configure:2674: cc -c   -I /usr/local/include conftest.c >&5
configure:2677: $? = 0
configure:2699: result: o
configure:2703: checking whether we are using the GNU C compiler
configure:2728: cc -c   -I /usr/local/include conftest.c >&5
"configure", line 2732.14: 1506-275 (S) Unexpected text me encountered.
"configure", line 2732.8: 1506-045 (S) Undeclared identifier choke.
configure:2731: $? = 1
configure: failed program was:
| #line 2708 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2750: result: no
configure:2756: checking whether cc accepts -g
configure:2778: cc -c -g  -I /usr/local/include conftest.c >&5
configure:2781: $? = 0
configure:2784: test -s conftest.o
configure:2787: $? = 0
configure:2798: result: yes
configure:2815: checking for cc option to accept ANSI C
configure:2876: cc  -c -g  -I /usr/local/include conftest.c >&5
configure:2879: $? = 0
configure:2882: test -s conftest.o
configure:2885: $? = 0
configure:2903: result: none needed
configure:2921: cc -c -g  -I /usr/local/include 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:2924: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3052: checking for style of include used by make
configure:3080: result: GNU
configure:3108: checking dependency style of cc
configure:3170: result: aix
configure:3187: checking whether make sets $(MAKE)
configure:3207: result: yes
configure:3257: checking for ranlib
configure:3273: found /usr/ccs/bin/ranlib
configure:3284: result: ranlib
configure:3300: checking for cc option to accept ANSI C
configure:3364: cc  -c -g  -I /usr/local/include conftest.c >&5
configure:3367: $? = 0
configure:3370: test -s conftest.o
configure:3373: $? = 0
configure:3388: result: none needed
configure:3460: checking for guile
configure:3493: result: no
configure:3460: checking for scsh
configure:3493: result: no
configure:3503: WARNING: No scheme implementation found.
This is fine as long as you don't modify the source files.
configure:3522: checking for bash
configure:3540: found /usr/bin/bash
configure:3552: result: /usr/bin/bash
configure:3565: checking for groff
configure:3598: result: no
configure:3608: checking for m4
configure:3626: found /usr/local/bin/m4
configure:3639: result: /usr/local/bin/m4
configure:3656: checking how to run the C preprocessor
configure:3692: cc -E  -I /usr/local/include conftest.c
configure:3698: $? = 0
configure:3730: cc -E  -I /usr/local/include conftest.c
"configure", line 3740.10: 1506-296 (S) #include file <ac_nonexistent.h> not found.
configure:3736: $? = 1
configure: failed program was:
| #line 3721 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3774: result: cc -E
configure:3799: cc -E  -I /usr/local/include conftest.c
configure:3805: $? = 0
configure:3837: cc -E  -I /usr/local/include conftest.c
"configure", line 3847.10: 1506-296 (S) #include file <ac_nonexistent.h> not found.
configure:3843: $? = 1
configure: failed program was:
| #line 3828 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3886: checking for egrep
configure:3896: result: grep -E
configure:3901: checking for ANSI C header files
configure:3927: cc -c -g  -I /usr/local/include conftest.c >&5
configure:3930: $? = 0
configure:3933: test -s conftest.o
configure:3936: $? = 0
configure:4028: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c  >&5
configure:4031: $? = 0
configure:4033: ./conftest
configure:4036: $? = 0
configure:4051: result: yes
configure:4077: checking for sys/types.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for sys/stat.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for stdlib.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for string.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for memory.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for strings.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for inttypes.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4077: checking for stdint.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 4144.10: 1506-296 (S) #include file <stdint.h> not found.
configure:4097: $? = 1
configure: failed program was:
| #line 4082 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:4114: result: no
configure:4077: checking for unistd.h
configure:4094: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4140: checking gmp.h usability
configure:4153: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4156: $? = 0
configure:4159: test -s conftest.o
configure:4162: $? = 0
configure:4172: result: yes
configure:4176: checking gmp.h presence
configure:4187: cc -E  -I /usr/local/include conftest.c
configure:4193: $? = 0
configure:4212: result: yes
configure:4248: checking for gmp.h
configure:4255: result: yes
configure:4290: checking fcntl.h usability
configure:4303: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4306: $? = 0
configure:4309: test -s conftest.o
configure:4312: $? = 0
configure:4322: result: yes
configure:4326: checking fcntl.h presence
configure:4337: cc -E  -I /usr/local/include conftest.c
configure:4343: $? = 0
configure:4362: result: yes
configure:4398: checking for fcntl.h
configure:4405: result: yes
configure:4281: checking for strings.h
configure:4286: result: yes
configure:4290: checking sys/time.h usability
configure:4303: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4306: $? = 0
configure:4309: test -s conftest.o
configure:4312: $? = 0
configure:4322: result: yes
configure:4326: checking sys/time.h presence
configure:4337: cc -E  -I /usr/local/include conftest.c
configure:4343: $? = 0
configure:4362: result: yes
configure:4398: checking for sys/time.h
configure:4405: result: yes
configure:4281: checking for unistd.h
configure:4286: result: yes
configure:4432: checking shadow.h usability
configure:4445: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 4501.10: 1506-296 (S) #include file <shadow.h> not found.
configure:4448: $? = 1
configure: failed program was:
| #line 4434 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shadow.h>
configure:4464: result: no
configure:4468: checking shadow.h presence
configure:4479: cc -E  -I /usr/local/include conftest.c
"configure", line 4503.10: 1506-296 (S) #include file <shadow.h> not found.
configure:4485: $? = 1
configure: failed program was:
| #line 4470 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <shadow.h>
configure:4504: result: no
configure:4540: checking for shadow.h
configure:4547: result: no
configure:4576: checking zlib.h usability
configure:4589: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4592: $? = 0
configure:4595: test -s conftest.o
configure:4598: $? = 0
configure:4608: result: yes
configure:4612: checking zlib.h presence
configure:4623: cc -E  -I /usr/local/include conftest.c
configure:4629: $? = 0
configure:4648: result: yes
configure:4684: checking for zlib.h
configure:4691: result: yes
configure:4722: checking poll.h usability
configure:4735: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4738: $? = 0
configure:4741: test -s conftest.o
configure:4744: $? = 0
configure:4754: result: yes
configure:4758: checking poll.h presence
configure:4769: cc -E  -I /usr/local/include conftest.c
configure:4775: $? = 0
configure:4794: result: yes
configure:4830: checking for poll.h
configure:4837: result: yes
configure:4722: checking sys/poll.h usability
configure:4735: cc -c -g  -I /usr/local/include conftest.c >&5
configure:4738: $? = 0
configure:4741: test -s conftest.o
configure:4744: $? = 0
configure:4754: result: yes
configure:4758: checking sys/poll.h presence
configure:4769: cc -E  -I /usr/local/include conftest.c
configure:4775: $? = 0
configure:4794: result: yes
configure:4830: checking for sys/poll.h
configure:4837: result: yes
configure:4864: checking libutil.h usability
configure:4877: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 4936.10: 1506-296 (S) #include file <libutil.h> not found.
configure:4880: $? = 1
configure: failed program was:
| #line 4866 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_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 <libutil.h>
configure:4896: result: no
configure:4900: checking libutil.h presence
configure:4911: cc -E  -I /usr/local/include conftest.c
"configure", line 4938.10: 1506-296 (S) #include file <libutil.h> not found.
configure:4917: $? = 1
configure: failed program was:
| #line 4902 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:4936: result: no
configure:4972: checking for libutil.h
configure:4979: result: no
configure:5006: checking crypt.h usability
configure:5019: cc -c -g  -I /usr/local/include conftest.c >&5
configure:5022: $? = 0
configure:5025: test -s conftest.o
configure:5028: $? = 0
configure:5038: result: yes
configure:5042: checking crypt.h presence
configure:5053: cc -E  -I /usr/local/include conftest.c
configure:5059: $? = 0
configure:5078: result: yes
configure:5114: checking for crypt.h
configure:5121: result: yes
configure:5148: checking pty.h usability
configure:5161: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 5221.10: 1506-296 (S) #include file <pty.h> not found.
configure:5164: $? = 1
configure: failed program was:
| #line 5150 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pty.h>
configure:5180: result: no
configure:5184: checking pty.h presence
configure:5195: cc -E  -I /usr/local/include conftest.c
"configure", line 5223.10: 1506-296 (S) #include file <pty.h> not found.
configure:5201: $? = 1
configure: failed program was:
| #line 5186 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <pty.h>
configure:5220: result: no
configure:5256: checking for pty.h
configure:5263: result: no
configure:5290: checking stropts.h usability
configure:5303: cc -c -g  -I /usr/local/include conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking stropts.h presence
configure:5337: cc -E  -I /usr/local/include conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for stropts.h
configure:5405: result: yes
configure:5432: checking syslog.h usability
configure:5445: cc -c -g  -I /usr/local/include conftest.c >&5
configure:5448: $? = 0
configure:5451: test -s conftest.o
configure:5454: $? = 0
configure:5464: result: yes
configure:5468: checking syslog.h presence
configure:5479: cc -E  -I /usr/local/include conftest.c
configure:5485: $? = 0
configure:5504: result: yes
configure:5540: checking for syslog.h
configure:5547: result: yes
configure:5574: checking argp.h usability
configure:5587: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 5649.10: 1506-296 (S) #include file <argp.h> not found.
configure:5590: $? = 1
configure: failed program was:
| #line 5576 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_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 <argp.h>
configure:5606: result: no
configure:5610: checking argp.h presence
configure:5621: cc -E  -I /usr/local/include conftest.c
"configure", line 5651.10: 1506-296 (S) #include file <argp.h> not found.
configure:5627: $? = 1
configure: failed program was:
| #line 5612 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h.  */
| #include <argp.h>
configure:5646: result: no
configure:5682: checking for argp.h
configure:5689: result: no
configure:5716: checking sys/resource.h usability
configure:5729: cc -c -g  -I /usr/local/include conftest.c >&5
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking sys/resource.h presence
configure:5763: cc -E  -I /usr/local/include conftest.c
configure:5769: $? = 0
configure:5788: result: yes
configure:5824: checking for sys/resource.h
configure:5831: result: yes
configure:5859: checking utmp.h usability
configure:5872: cc -c -g  -I /usr/local/include conftest.c >&5
configure:5875: $? = 0
configure:5878: test -s conftest.o
configure:5881: $? = 0
configure:5891: result: yes
configure:5895: checking utmp.h presence
configure:5906: cc -E  -I /usr/local/include conftest.c
configure:5912: $? = 0
configure:5931: result: yes
configure:5967: checking for utmp.h
configure:5974: result: yes
configure:6003: checking utmpx.h usability
configure:6016: cc -c -g  -I /usr/local/include conftest.c >&5
configure:6019: $? = 0
configure:6022: test -s conftest.o
configure:6025: $? = 0
configure:6035: result: yes
configure:6039: checking utmpx.h presence
configure:6050: cc -E  -I /usr/local/include conftest.c
configure:6056: $? = 0
configure:6075: result: yes
configure:6111: checking for utmpx.h
configure:6118: result: yes
configure:6136: checking for struct utmp.ut_host
configure:6164: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6167: $? = 1
configure: failed program was:
| #line 6141 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_host)
| return 0;
|   ;
|   return 0;
| }
configure:6203: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6206: $? = 1
configure: failed program was:
| #line 6180 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_host)
| return 0;
|   ;
|   return 0;
| }
configure:6225: result: no
configure:6235: checking for struct utmp.ut_name
configure:6263: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6266: $? = 1
configure: failed program was:
| #line 6240 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_name)
| return 0;
|   ;
|   return 0;
| }
configure:6302: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6305: $? = 1
configure: failed program was:
| #line 6279 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_name)
| return 0;
|   ;
|   return 0;
| }
configure:6324: result: no
configure:6334: checking for struct utmp.ut_user
configure:6362: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6365: $? = 1
configure: failed program was:
| #line 6339 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_user)
| return 0;
|   ;
|   return 0;
| }
configure:6401: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6404: $? = 1
configure: failed program was:
| #line 6378 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_user)
| return 0;
|   ;
|   return 0;
| }
configure:6423: result: no
configure:6433: checking for struct utmp.ut_time
configure:6461: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6489.13: 1506-022 (S) "ut_time" is not a member of "struct utmp".
configure:6464: $? = 1
configure: failed program was:
| #line 6438 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_time)
| return 0;
|   ;
|   return 0;
| }
configure:6500: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6528.20: 1506-022 (S) "ut_time" is not a member of "struct utmp".
configure:6503: $? = 1
configure: failed program was:
| #line 6477 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_time)
| return 0;
|   ;
|   return 0;
| }
configure:6522: result: no
configure:6532: checking for struct utmp.ut_tv
configure:6560: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6588.13: 1506-022 (S) "ut_tv" is not a member of "struct utmp".
configure:6563: $? = 1
configure: failed program was:
| #line 6537 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_tv)
| return 0;
|   ;
|   return 0;
| }
configure:6599: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6627.20: 1506-022 (S) "ut_tv" is not a member of "struct utmp".
configure:6602: $? = 1
configure: failed program was:
| #line 6576 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_tv)
| return 0;
|   ;
|   return 0;
| }
configure:6621: result: no
configure:6631: checking for struct utmp.ut_tv.tv_sec
configure:6659: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6687.13: 1506-022 (S) "ut_tv" is not a member of "struct utmp".
configure:6662: $? = 1
configure: failed program was:
| #line 6636 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_tv.tv_sec)
| return 0;
|   ;
|   return 0;
| }
configure:6698: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6726.20: 1506-022 (S) "ut_tv" is not a member of "struct utmp".
configure:6701: $? = 1
configure: failed program was:
| #line 6675 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_tv.tv_sec)
| return 0;
|   ;
|   return 0;
| }
configure:6720: result: no
configure:6730: checking for struct utmp.ut_id
configure:6758: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6761: $? = 1
configure: failed program was:
| #line 6735 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_id)
| return 0;
|   ;
|   return 0;
| }
configure:6797: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:6800: $? = 1
configure: failed program was:
| #line 6774 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_id)
| return 0;
|   ;
|   return 0;
| }
configure:6819: result: no
configure:6829: checking for struct utmp.ut_syslen
configure:6857: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6885.13: 1506-022 (S) "ut_syslen" is not a member of "struct utmp".
configure:6860: $? = 1
configure: failed program was:
| #line 6834 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_syslen)
| return 0;
|   ;
|   return 0;
| }
configure:6896: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6924.20: 1506-022 (S) "ut_syslen" is not a member of "struct utmp".
configure:6899: $? = 1
configure: failed program was:
| #line 6873 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_syslen)
| return 0;
|   ;
|   return 0;
| }
configure:6918: result: no
configure:6928: checking for struct utmp.ut_session
configure:6956: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 6984.13: 1506-022 (S) "ut_session" is not a member of "struct utmp".
configure:6959: $? = 1
configure: failed program was:
| #line 6933 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_session)
| return 0;
|   ;
|   return 0;
| }
configure:6995: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7023.20: 1506-022 (S) "ut_session" is not a member of "struct utmp".
configure:6998: $? = 1
configure: failed program was:
| #line 6972 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_session)
| return 0;
|   ;
|   return 0;
| }
configure:7017: result: no
configure:7027: checking for struct utmp.ut_pid
configure:7055: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7083.13: 1506-022 (S) "ut_pid" is not a member of "struct utmp".
configure:7058: $? = 1
configure: failed program was:
| #line 7032 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_pid)
| return 0;
|   ;
|   return 0;
| }
configure:7094: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7122.20: 1506-022 (S) "ut_pid" is not a member of "struct utmp".
configure:7097: $? = 1
configure: failed program was:
| #line 7071 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_pid)
| return 0;
|   ;
|   return 0;
| }
configure:7116: result: no
configure:7126: checking for struct utmp.ut_exit
configure:7154: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7182.5: 1506-164 (S) Expression must be a scalar type.
configure:7157: $? = 1
configure: failed program was:
| #line 7131 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_exit)
| return 0;
|   ;
|   return 0;
| }
configure:7193: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:7196: $? = 1
configure: failed program was:
| #line 7170 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_exit)
| return 0;
|   ;
|   return 0;
| }
configure:7215: result: no
configure:7225: checking for struct utmp.ut_exit.e_termination
configure:7253: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:7256: $? = 1
configure: failed program was:
| #line 7230 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_exit.e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:7292: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
configure:7295: $? = 1
configure: failed program was:
| #line 7269 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_exit.e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:7314: result: no
configure:7324: checking for struct utmp.ut_addr
configure:7352: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7380.13: 1506-022 (S) "ut_addr" is not a member of "struct utmp".
configure:7355: $? = 1
configure: failed program was:
| #line 7329 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_addr)
| return 0;
|   ;
|   return 0;
| }
configure:7391: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7419.20: 1506-022 (S) "ut_addr" is not a member of "struct utmp".
configure:7394: $? = 1
configure: failed program was:
| #line 7368 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_addr)
| return 0;
|   ;
|   return 0;
| }
configure:7413: result: no
configure:7423: checking for struct utmp.ut_addr_v6
configure:7451: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7479.13: 1506-022 (S) "ut_addr_v6" is not a member of "struct utmp".
configure:7454: $? = 1
configure: failed program was:
| #line 7428 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (ac_aggr.ut_addr_v6)
| return 0;
|   ;
|   return 0;
| }
configure:7490: cc -c -g  -I /usr/local/include conftest.c >&5
"/usr/include/utmp.h", line 52.9: 1506-046 (S) Syntax error.
"/usr/include/utmp.h", line 61.9: 1506-046 (S) Syntax error.
"configure", line 7518.20: 1506-022 (S) "ut_addr_v6" is not a member of "struct utmp".
configure:7493: $? = 1
configure: failed program was:
| #line 7467 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h.  */
| # if HAVE_UTMP_H
| #  include <utmp.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmp ac_aggr;
| if (sizeof ac_aggr.ut_addr_v6)
| return 0;
|   ;
|   return 0;
| }
configure:7512: result: no
configure:7526: checking for struct utmpx.ut_host
configure:7554: cc -c -g  -I /usr/local/include conftest.c >&5
configure:7557: $? = 0
configure:7560: test -s conftest.o
configure:7563: $? = 0
configure:7615: result: yes
configure:7625: checking for struct utmpx.ut_name
configure:7653: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 7682.13: 1506-022 (S) "ut_name" is not a member of "struct utmpx".
configure:7656: $? = 1
configure: failed program was:
| #line 7630 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_name)
| return 0;
|   ;
|   return 0;
| }
configure:7692: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 7721.20: 1506-022 (S) "ut_name" is not a member of "struct utmpx".
configure:7695: $? = 1
configure: failed program was:
| #line 7669 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_name)
| return 0;
|   ;
|   return 0;
| }
configure:7714: result: no
configure:7724: checking for struct utmpx.ut_user
configure:7752: cc -c -g  -I /usr/local/include conftest.c >&5
configure:7755: $? = 0
configure:7758: test -s conftest.o
configure:7761: $? = 0
configure:7813: result: yes
configure:7823: checking for struct utmpx.ut_time
configure:7851: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 7881.13: 1506-022 (S) "ut_time" is not a member of "struct utmpx".
configure:7854: $? = 1
configure: failed program was:
| #line 7828 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_time)
| return 0;
|   ;
|   return 0;
| }
configure:7890: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 7920.20: 1506-022 (S) "ut_time" is not a member of "struct utmpx".
configure:7893: $? = 1
configure: failed program was:
| #line 7867 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_time)
| return 0;
|   ;
|   return 0;
| }
configure:7912: result: no
configure:7922: checking for struct utmpx.ut_id
configure:7950: cc -c -g  -I /usr/local/include conftest.c >&5
configure:7953: $? = 0
configure:7956: test -s conftest.o
configure:7959: $? = 0
configure:8011: result: yes
configure:8021: checking for struct utmpx.ut_tv
configure:8049: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8080.5: 1506-164 (S) Expression must be a scalar type.
configure:8052: $? = 1
configure: failed program was:
| #line 8026 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_tv)
| return 0;
|   ;
|   return 0;
| }
configure:8088: cc -c -g  -I /usr/local/include conftest.c >&5
configure:8091: $? = 0
configure:8094: test -s conftest.o
configure:8097: $? = 0
configure:8110: result: yes
configure:8120: checking for struct utmpx.ut_tv.tv_sec
configure:8148: cc -c -g  -I /usr/local/include conftest.c >&5
configure:8151: $? = 0
configure:8154: test -s conftest.o
configure:8157: $? = 0
configure:8209: result: yes
configure:8219: checking for struct utmpx.ut_syslen
configure:8247: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8280.13: 1506-022 (S) "ut_syslen" is not a member of "struct utmpx".
configure:8250: $? = 1
configure: failed program was:
| #line 8224 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_syslen)
| return 0;
|   ;
|   return 0;
| }
configure:8286: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8319.20: 1506-022 (S) "ut_syslen" is not a member of "struct utmpx".
configure:8289: $? = 1
configure: failed program was:
| #line 8263 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_syslen)
| return 0;
|   ;
|   return 0;
| }
configure:8308: result: no
configure:8318: checking for struct utmpx.ut_session
configure:8346: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8379.13: 1506-022 (S) "ut_session" is not a member of "struct utmpx".
configure:8349: $? = 1
configure: failed program was:
| #line 8323 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_session)
| return 0;
|   ;
|   return 0;
| }
configure:8385: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8418.20: 1506-022 (S) "ut_session" is not a member of "struct utmpx".
configure:8388: $? = 1
configure: failed program was:
| #line 8362 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_session)
| return 0;
|   ;
|   return 0;
| }
configure:8407: result: no
configure:8417: checking for struct utmpx.ut_pid
configure:8445: cc -c -g  -I /usr/local/include conftest.c >&5
configure:8448: $? = 0
configure:8451: test -s conftest.o
configure:8454: $? = 0
configure:8506: result: yes
configure:8516: checking for struct utmpx.ut_exit
configure:8544: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8578.13: 1506-022 (S) "ut_exit" is not a member of "struct utmpx".
configure:8547: $? = 1
configure: failed program was:
| #line 8521 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_exit)
| return 0;
|   ;
|   return 0;
| }
configure:8583: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8617.20: 1506-022 (S) "ut_exit" is not a member of "struct utmpx".
configure:8586: $? = 1
configure: failed program was:
| #line 8560 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_exit)
| return 0;
|   ;
|   return 0;
| }
configure:8605: result: no
configure:8615: checking for struct utmpx.ut_exit.e_termination
configure:8643: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8677.13: 1506-022 (S) "ut_exit" is not a member of "struct utmpx".
configure:8646: $? = 1
configure: failed program was:
| #line 8620 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_exit.e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:8682: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8716.20: 1506-022 (S) "ut_exit" is not a member of "struct utmpx".
configure:8685: $? = 1
configure: failed program was:
| #line 8659 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_exit.e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:8704: result: no
configure:8714: checking for struct utmpx.ut_addr
configure:8742: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8776.13: 1506-022 (S) "ut_addr" is not a member of "struct utmpx".
configure:8745: $? = 1
configure: failed program was:
| #line 8719 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_addr)
| return 0;
|   ;
|   return 0;
| }
configure:8781: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8815.20: 1506-022 (S) "ut_addr" is not a member of "struct utmpx".
configure:8784: $? = 1
configure: failed program was:
| #line 8758 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_addr)
| return 0;
|   ;
|   return 0;
| }
configure:8803: result: no
configure:8813: checking for struct utmpx.ut_addr_v6
configure:8841: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8875.13: 1506-022 (S) "ut_addr_v6" is not a member of "struct utmpx".
configure:8844: $? = 1
configure: failed program was:
| #line 8818 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_addr_v6)
| return 0;
|   ;
|   return 0;
| }
configure:8880: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 8914.20: 1506-022 (S) "ut_addr_v6" is not a member of "struct utmpx".
configure:8883: $? = 1
configure: failed program was:
| #line 8857 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| # if HAVE_UTMPX_H
| #  include <utmpx.h>
| # endif
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_addr_v6)
| return 0;
|   ;
|   return 0;
| }
configure:8902: result: no
configure:8932: checking krb5.h usability
configure:8945: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 9016.10: 1506-296 (S) #include file <krb5.h> not found.
configure:8948: $? = 1
configure: failed program was:
| #line 8934 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 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 <krb5.h>
configure:8964: result: no
configure:8968: checking krb5.h presence
configure:8979: cc -E  -I /usr/local/include conftest.c
"configure", line 9018.10: 1506-296 (S) #include file <krb5.h> not found.
configure:8985: $? = 1
configure: failed program was:
| #line 8970 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| #include <krb5.h>
configure:9004: result: no
configure:9040: checking for krb5.h
configure:9047: result: no
configure:9079: checking security/pam_appl.h usability
configure:9092: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 9163.10: 1506-296 (S) #include file <security/pam_appl.h> not found.
configure:9095: $? = 1
configure: failed program was:
| #line 9081 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <security/pam_appl.h>
configure:9111: result: no
configure:9115: checking security/pam_appl.h presence
configure:9126: cc -E  -I /usr/local/include conftest.c
"configure", line 9165.10: 1506-296 (S) #include file <security/pam_appl.h> not found.
configure:9132: $? = 1
configure: failed program was:
| #line 9117 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| #include <security/pam_appl.h>
configure:9151: result: no
configure:9187: checking for security/pam_appl.h
configure:9194: result: no
configure:9219: checking for socklen_t in sys/socket.h
configure:9243: result: yes
configure:9289: checking for __gmpz_getlimbn in -lgmp
configure:9320: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lgmp   >&5
configure:9323: $? = 0
configure:9326: test -s conftest
configure:9329: $? = 0
configure:9341: result: yes
configure:9455: checking for oop_sys_new in -loop
configure:9486: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -loop  -lgmp  >&5
configure:9489: $? = 0
configure:9492: test -s conftest
configure:9495: $? = 0
configure:9507: result: yes
configure:9622: checking for inflate in -lz
configure:9653: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lz  -loop -lgmp  >&5
configure:9656: $? = 0
configure:9659: test -s conftest
configure:9662: $? = 0
configure:9674: result: yes
configure:10118: checking for X
configure:10224: cc -E  -I /usr/local/include conftest.c
configure:10230: $? = 0
configure:10280: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lXt -lz -loop -lgmp  >&5
configure:10283: $? = 0
configure:10286: test -s conftest
configure:10289: $? = 0
configure:10338: result: libraries , headers 
configure:10397: checking X11/Xauth.h usability
configure:10410: cc -c -g  -I /usr/local/include conftest.c >&5
configure:10413: $? = 0
configure:10416: test -s conftest.o
configure:10419: $? = 0
configure:10429: result: yes
configure:10433: checking X11/Xauth.h presence
configure:10444: cc -E  -I /usr/local/include conftest.c
configure:10450: $? = 0
configure:10469: result: yes
configure:10505: checking for X11/Xauth.h
configure:10512: result: yes
configure:10526: checking for XauGetAuthByAddr in -lXau
configure:10557: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lXau  -lz -loop -lgmp  >&5
configure:10560: $? = 0
configure:10563: test -s conftest
configure:10566: $? = 0
configure:10578: result: yes
configure:10691: checking for xauth
configure:10710: found /usr/bin/X11/xauth
configure:10722: result: /usr/bin/X11/xauth
configure:10747: checking for library containing gethostbyname
configure:10778: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lXau -lz -loop -lgmp  >&5
configure:10781: $? = 0
configure:10784: test -s conftest
configure:10787: $? = 0
configure:10846: result: none required
configure:10853: checking for library containing inet_ntop
configure:10884: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lXau -lz -loop -lgmp  >&5
configure:10887: $? = 0
configure:10890: test -s conftest
configure:10893: $? = 0
configure:10952: result: none required
configure:10960: checking for setsockopt in -lsocket
configure:10991: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lsocket  -lXau -lz -loop -lgmp  >&5
ld: 0706-006 Cannot find or open library file: -l socket
	ld:open(): No such file or directory
configure:10994: $? = 255
configure: failed program was:
| #line 10967 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| /* 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 setsockopt ();
| int
| main ()
| {
| setsockopt ();
|   ;
|   return 0;
| }
configure:11012: result: no
configure:11025: checking for crypt in -lcrypt
configure:11056: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lcrypt  -lXau -lz -loop -lgmp  >&5
configure:11059: $? = 0
configure:11062: test -s conftest
configure:11065: $? = 0
configure:11077: result: yes
configure:11089: checking for inet_addr in -lxnet
configure:11120: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet  -lcrypt -lXau -lz -loop -lgmp  >&5
configure:11123: $? = 0
configure:11126: test -s conftest
configure:11129: $? = 0
configure:11141: result: yes
configure:11154: checking for openpty in -lutil
configure:11185: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lutil  -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0706-006 Cannot find or open library file: -l util
	ld:open(): No such file or directory
configure:11188: $? = 255
configure: failed program was:
| #line 11161 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 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 openpty ();
| int
| main ()
| {
| openpty ();
|   ;
|   return 0;
| }
configure:11206: result: no
configure:11219: checking for library containing syslog
configure:11250: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:11253: $? = 0
configure:11256: test -s conftest
configure:11259: $? = 0
configure:11318: result: none required
configure:11791: checking for an ANSI C-conforming const
configure:11859: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 11863.17: 1506-359 (I) Automatic variable x contains a const member and is not initialized.  It will be initialized to zero.
configure:11862: $? = 0
configure:11865: test -s conftest.o
configure:11868: $? = 0
configure:11879: result: yes
configure:11889: checking for inline
configure:11911: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 11957.35: 1506-277 (S) Syntax error: possible missing ';' or ','?
"configure", line 11957.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
configure:11914: $? = 1
configure: failed program was:
| #line 11896 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| /* end confdefs.h.  */
| #ifndef __cplusplus
| typedef int foo_t;
| static inline foo_t static_foo () {return 0; }
| inline foo_t foo () {return 0; }
| #endif
| 
configure:11911: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 11957.39: 1506-277 (S) Syntax error: possible missing ';' or ','?
"configure", line 11957.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for __inline__.
configure:11914: $? = 1
configure: failed program was:
| #line 11896 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| /* end confdefs.h.  */
| #ifndef __cplusplus
| typedef int foo_t;
| static __inline__ foo_t static_foo () {return 0; }
| __inline__ foo_t foo () {return 0; }
| #endif
| 
configure:11911: cc -c -g  -I /usr/local/include conftest.c >&5
configure:11914: $? = 0
configure:11917: test -s conftest.o
configure:11920: $? = 0
configure:11932: result: __inline
configure:11947: checking for uid_t in sys/types.h
configure:11971: result: yes
configure:11986: checking for size_t
configure:12011: cc -c -g  -I /usr/local/include conftest.c >&5
configure:12014: $? = 0
configure:12017: test -s conftest.o
configure:12020: $? = 0
configure:12031: result: yes
configure:12043: checking whether time.h and sys/time.h may both be included
configure:12069: cc -c -g  -I /usr/local/include conftest.c >&5
configure:12072: $? = 0
configure:12075: test -s conftest.o
configure:12078: $? = 0
configure:12089: result: yes
configure:12101: checking whether byte ordering is bigendian
configure:12129: cc -c -g  -I /usr/local/include conftest.c >&5
configure:12132: $? = 0
configure:12135: test -s conftest.o
configure:12138: $? = 0
configure:12163: cc -c -g  -I /usr/local/include conftest.c >&5
configure:12166: $? = 0
configure:12169: test -s conftest.o
configure:12172: $? = 0
configure:12286: result: yes
configure:12306: checking for short
configure:12331: cc -c -g  -I /usr/local/include conftest.c >&5
configure:12334: $? = 0
configure:12337: test -s conftest.o
configure:12340: $? = 0
configure:12351: result: yes
configure:12354: checking size of short
configure:12629: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:12632: $? = 0
configure:12634: ./conftest
configure:12637: $? = 0
configure:12660: result: 2
configure:12667: checking for int
configure:12692: cc -c -g  -I /usr/local/include conftest.c >&5
configure:12695: $? = 0
configure:12698: test -s conftest.o
configure:12701: $? = 0
configure:12712: result: yes
configure:12715: checking size of int
configure:12990: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:12993: $? = 0
configure:12995: ./conftest
configure:12998: $? = 0
configure:13021: result: 4
configure:13028: checking for long
configure:13053: cc -c -g  -I /usr/local/include conftest.c >&5
configure:13056: $? = 0
configure:13059: test -s conftest.o
configure:13062: $? = 0
configure:13073: result: yes
configure:13076: checking size of long
configure:13351: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:13354: $? = 0
configure:13356: ./conftest
configure:13359: $? = 0
configure:13382: result: 4
configure:13396: checking for working alloca.h
configure:13418: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
"configure", line 13466.10: 1506-296 (S) #include file <alloca.h> not found.
configure:13421: $? = 1
configure: failed program was:
| #line 13401 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   ;
|   return 0;
| }
configure:13438: result: no
configure:13448: checking for alloca
configure:13490: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:13493: $? = 0
configure:13496: test -s conftest
configure:13499: $? = 0
configure:13510: result: yes
configure:13723: checking for strerror
configure:13773: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:13776: $? = 0
configure:13779: test -s conftest
configure:13782: $? = 0
configure:13793: result: yes
configure:13809: checking for strsignal
configure:13859: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:13862: $? = 0
configure:13865: test -s conftest
configure:13868: $? = 0
configure:13879: result: yes
configure:13889: checking whether sys_siglist is declared
configure:13914: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 14000.22: 1506-045 (S) Undeclared identifier sys_siglist.
configure:13917: $? = 1
configure: failed program was:
| #line 13894 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 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 sys_siglist
|   char *p = (char *) sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:13934: result: no
configure:13950: checking whether _sys_siglist is declared
configure:13975: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 14062.22: 1506-045 (S) Undeclared identifier _sys_siglist.
configure:13978: $? = 1
configure: failed program was:
| #line 13955 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef _sys_siglist
|   char *p = (char *) _sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:13995: result: no
configure:14015: checking for working memcmp
configure:14064: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14067: $? = 0
configure:14069: ./conftest
configure:14072: $? = 0
configure:14086: result: yes
configure:14094: checking for vprintf
configure:14144: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14147: $? = 0
configure:14150: test -s conftest
configure:14153: $? = 0
configure:14164: result: yes
configure:14171: checking for _doprnt
configure:14221: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14224: $? = 0
configure:14227: test -s conftest
configure:14230: $? = 0
configure:14241: result: yes
configure:14262: checking for select
configure:14312: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14315: $? = 0
configure:14318: test -s conftest
configure:14321: $? = 0
configure:14332: result: yes
configure:14262: checking for socket
configure:14312: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14315: $? = 0
configure:14318: test -s conftest
configure:14321: $? = 0
configure:14332: result: yes
configure:14262: checking for strtol
configure:14312: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14315: $? = 0
configure:14318: test -s conftest
configure:14321: $? = 0
configure:14332: result: yes
configure:14262: checking for alarm
configure:14312: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14315: $? = 0
configure:14318: test -s conftest
configure:14321: $? = 0
configure:14332: result: yes
configure:14347: checking for getrusage
configure:14397: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14400: $? = 0
configure:14403: test -s conftest
configure:14406: $? = 0
configure:14417: result: yes
configure:14347: checking for gettimeofday
configure:14397: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14400: $? = 0
configure:14403: test -s conftest
configure:14406: $? = 0
configure:14417: result: yes
configure:14431: checking for getspnam
configure:14481: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: getspnam
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:14484: $? = 8
configure: failed program was:
| #line 14436 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* 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
| /* 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:14501: result: no
configure:14516: checking for vsnprintf
configure:14566: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14569: $? = 0
configure:14572: test -s conftest
configure:14575: $? = 0
configure:14586: result: yes
configure:14516: checking for inet_aton
configure:14566: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14569: $? = 0
configure:14572: test -s conftest
configure:14575: $? = 0
configure:14586: result: yes
configure:14600: checking for openpty
configure:14650: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: openpty
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:14653: $? = 8
configure: failed program was:
| #line 14605 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| /* end confdefs.h.  */
| /* 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
| /* 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:14670: result: no
configure:14684: checking for cfmakeraw
configure:14734: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14737: $? = 0
configure:14740: test -s conftest
configure:14743: $? = 0
configure:14754: result: yes
configure:14774: checking for logwtmp
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: logwtmp
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:14827: $? = 8
configure: failed program was:
| #line 14779 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| /* end confdefs.h.  */
| /* 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
| /* 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:14844: result: no
configure:14774: checking for login
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: login
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:14827: $? = 8
configure: failed program was:
| #line 14779 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char login (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_login) || defined (__stub___login)
| choke me
| #else
| char (*f) () = login;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != login;
|   ;
|   return 0;
| }
configure:14844: result: no
configure:14774: checking for logout
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: logout
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:14827: $? = 8
configure: failed program was:
| #line 14779 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| /* end confdefs.h.  */
| /* 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
| /* 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:14844: result: no
configure:14774: checking for pututline
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14827: $? = 0
configure:14830: test -s conftest
configure:14833: $? = 0
configure:14844: result: yes
configure:14774: checking for pututxline
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14827: $? = 0
configure:14830: test -s conftest
configure:14833: $? = 0
configure:14844: result: yes
configure:14774: checking for updwtmp
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14827: $? = 0
configure:14830: test -s conftest
configure:14833: $? = 0
configure:14844: result: yes
configure:14774: checking for updwtmpx
configure:14824: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: updwtmpx
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:14827: $? = 8
configure: failed program was:
| #line 14779 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| /* end confdefs.h.  */
| /* 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
| /* 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:14844: result: no
configure:14860: checking for getaddrinfo
configure:14910: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14913: $? = 0
configure:14916: test -s conftest
configure:14919: $? = 0
configure:14930: result: yes
configure:14860: checking for getnameinfo
configure:14910: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14913: $? = 0
configure:14916: test -s conftest
configure:14919: $? = 0
configure:14930: result: yes
configure:14860: checking for gai_strerror
configure:14910: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14913: $? = 0
configure:14916: test -s conftest
configure:14919: $? = 0
configure:14930: result: yes
configure:14944: checking for setrlimit
configure:14994: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:14997: $? = 0
configure:15000: test -s conftest
configure:15003: $? = 0
configure:15014: result: yes
configure:15024: checking whether getpgrp requires zero arguments
configure:15047: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 15155.10: 1506-099 (S) Unexpected argument.
configure:15050: $? = 1
configure: failed program was:
| #line 15030 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 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:15068: result: yes
configure:15082: checking for syslog
configure:15132: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:15135: $? = 0
configure:15138: test -s conftest
configure:15141: $? = 0
configure:15152: result: yes
configure:15169: checking for seteuid
configure:15219: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:15222: $? = 0
configure:15225: test -s conftest
configure:15228: $? = 0
configure:15239: result: yes
configure:15169: checking for setresuid
configure:15219: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: setresuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:15222: $? = 8
configure: failed program was:
| #line 15174 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 1
| #define GETPGRP_VOID 1
| #define HAVE_SYSLOG 1
| #define HAVE_SETEUID 1
| /* end confdefs.h.  */
| /* 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
| /* 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:15239: result: no
configure:15254: checking if netdb.h defines AI_NUMERICHOST
configure:15281: result: no
configure:15297: checking for poll
configure:15347: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:15350: $? = 0
configure:15353: test -s conftest
configure:15356: $? = 0
configure:15367: result: yes
configure:15386: checking for library containing argp_parse
configure:15417: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0711-317 ERROR: Undefined symbol: .argp_parse
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:15420: $? = 8
configure: failed program was:
| #line 15393 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 1
| #define GETPGRP_VOID 1
| #define HAVE_SYSLOG 1
| #define HAVE_SETEUID 1
| #define HAVE_POLL 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 argp_parse ();
| int
| main ()
| {
| argp_parse ();
|   ;
|   return 0;
| }
configure:15462: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -largp  -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
ld: 0706-006 Cannot find or open library file: -l argp
	ld:open(): No such file or directory
configure:15465: $? = 255
configure: failed program was:
| #line 15438 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 1
| #define GETPGRP_VOID 1
| #define HAVE_SYSLOG 1
| #define HAVE_SETEUID 1
| #define HAVE_POLL 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 argp_parse ();
| int
| main ()
| {
| argp_parse ();
|   ;
|   return 0;
| }
configure:15485: result: no
configure:15754: checking for working shutdown on AF_UNIX sockets
configure:15841: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:15844: $? = 0
configure:15846: ./conftest
Created socket pair. Using fd:s 3 <-- 4
configure:15849: $? = 0
configure:15863: result: yes
configure:15875: checking for working UNIX98 ptys
configure:15946: cc -o conftest -g  -I /usr/local/include  -L /usr/local/lib conftest.c -lxnet -lcrypt -lXau -lz -loop -lgmp  >&5
configure:15949: $? = 0
configure:15951: ./conftest
configure:15954: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 15884 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 1
| #define GETPGRP_VOID 1
| #define HAVE_SYSLOG 1
| #define HAVE_SETEUID 1
| #define HAVE_POLL 1
| #define SHUTDOWN_WORKS_WITH_UNIX_SOCKETS 1
| /* end confdefs.h.  */
| 
|   /* Try to obtain a working UNIX98-style pty master and slave */
|   /* Based on example code from the GNU C library documentation */
|   #include <stdlib.h>	/* EXIT_FAILURE, EXIT_SUCCESS, ptsname */
|   #include <unistd.h>	/* close(2) */
| 
|   #include <sys/types.h>	/* open(2) */
|   #include <sys/stat.h>	/* - " -   */
|   #ifdef HAVE_FCNTL_H
|   #  include <fcntl.h>	/* - " -   */
|   #endif
|   #ifdef HAVE_STROPTS_H
|   #  include <stropts.h>	/* isastream() */
|   #endif
| 
|   int main(int argc, char* argv) {
|     int master, slave;
|     char *name;
| 
|     master = open("/dev/ptmx", O_RDWR); /* PTY master multiplex */
|     if (master < 0) {
|   	  exit(EXIT_FAILURE);
|     }
| 
|     if (grantpt(master) < 0 || unlockpt(master) < 0)
|       goto close_master;
|     name = ptsname(master);
|     if (name == NULL)
|       goto close_master;
| 
|     slave = open(name, O_RDWR);
|     if (slave == -1)
|       goto close_master;
| 
|   #ifdef HAVE_STROPTS_H
|     if (isastream(slave))
|       {
|   	if (ioctl(slave, I_PUSH, "ptem") < 0
|   	    || ioctl(slave, I_PUSH, "ldterm") < 0)
|   	  goto close_slave;
|       }
|   #endif
| 
|     exit(0);
| 
|   close_slave:
|     close (slave);
| 
|   close_master:
|     close (master);
|     exit(1);
|   }
| 
configure:15968: result: no
configure:15980: checking for __attribute__
configure:16012: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 16085.23: 1506-277 (S) Syntax error: possible missing ';' or ','?
"configure", line 16087.13: 1506-282 (S) The type of the parameters must be specified in a prototype.
configure:16015: $? = 1
configure: failed program was:
| #line 15985 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 1
| #define GETPGRP_VOID 1
| #define HAVE_SYSLOG 1
| #define HAVE_SETEUID 1
| #define HAVE_POLL 1
| #define SHUTDOWN_WORKS_WITH_UNIX_SOCKETS 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| 
| int
| main ()
| {
| 
| static void foo(void) __attribute__ ((noreturn));
| 
| static void __attribute__ ((noreturn))
| foo(void)
| {
|   exit(1);
| }
| 
|   ;
|   return 0;
| }
configure:16032: result: no
configure:16052: checking for __FUNCTION__
configure:16077: cc -c -g  -I /usr/local/include conftest.c >&5
"configure", line 16157.24: 1506-277 (S) Syntax error: possible missing ';' or ','?
configure:16080: $? = 1
configure: failed program was:
| #line 16057 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5.2"
| #define PACKAGE_STRING "lsh 1.5.2"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5.2"
| #define _GNU_SOURCE 1
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_USER 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBOOP 1
| #define HAVE_LIBZ 1
| #define WITH_TCPWRAPPERS 0
| #define HAVE_X11_XAUTH_H 1
| #define HAVE_LIBXAU 1
| #define XAUTH_PROGRAM "/usr/bin/X11/xauth"
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBXNET 1
| #define HAVE_SYSLOG 1
| #define WITH_ZLIB 1
| #define inline __inline
| #define TIME_WITH_SYS_TIME 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_ALLOCA 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL__SYS_SIGLIST 0
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRTOL 1
| #define HAVE_ALARM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_INET_ATON 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_PUTUTLINE 1
| #define HAVE_PUTUTXLINE 1
| #define HAVE_UPDWTMP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_SETRLIMIT 1
| #define GETPGRP_VOID 1
| #define HAVE_SYSLOG 1
| #define HAVE_SETEUID 1
| #define HAVE_POLL 1
| #define SHUTDOWN_WORKS_WITH_UNIX_SOCKETS 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  #if __GNUC__ == 3
| 	#  error __FUNCTION__ is broken in gcc-3
| 	#endif
|         void foo(void) { char c = __FUNCTION__[0]; }
|   ;
|   return 0;
| }
configure:16097: result: no
configure:16108: checking for BSD pty names
configure:16133: result: done
configure:16148: WARNING: AI_NUMERICHOST not defined. Disabling IPv6 support
configure:16317: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by lsh config.status 1.5.2, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on dupond.lysator.liu.se

config.status:679: creating Makefile
config.status:679: creating doc/Makefile
config.status:679: creating misc/Makefile
config.status:679: creating src/Makefile
config.status:679: creating src/scm/Makefile
config.status:679: creating src/testsuite/Makefile
config.status:679: creating src/rsync/Makefile
config.status:679: creating contrib/Makefile
config.status:679: creating contrib/lsh.spec
config.status:679: creating contrib/solpkg.sh
config.status:776: creating config.h
config.status:1182: executing depfiles commands
configure:17576: configuring in src/argp
configure:17660: running /bin/sh '/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/argp/configure' --prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx  '-C' '--with-include-path=/usr/local/include' '--with-lib-path=/usr/local/lib' '--prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx' 'CC=cc' --cache-file=../../config.cache --srcdir=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/argp
configure:17576: configuring in src/nettle
configure:17660: running /bin/sh '/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/nettle/configure' --prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx  '-C' '--with-include-path=/usr/local/include' '--with-lib-path=/usr/local/lib' '--prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx' 'CC=cc' --cache-file=../../config.cache --srcdir=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/nettle
configure:17576: configuring in src/spki
configure:17660: running /bin/sh '/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/spki/configure' --prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx  '-C' '--with-include-path=/usr/local/include' '--with-lib-path=/usr/local/lib' '--prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx' 'CC=cc' --cache-file=../../config.cache --srcdir=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/spki
configure:17576: configuring in src/sftp
configure:17660: running /bin/sh '/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/sftp/configure' --prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx  '-C' '--with-include-path=/usr/local/include' '--with-lib-path=/usr/local/lib' '--prefix=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx' 'CC=cc' --cache-file=../../config.cache --srcdir=/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/src/sftp

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_c_inline=__inline
ac_cv_env_BASH_set=''
ac_cv_env_BASH_value=''
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
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_GROFF_set=''
ac_cv_env_GROFF_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_M4_set=''
ac_cv_env_M4_value=''
ac_cv_env_XAUTH_PROGRAM_set=''
ac_cv_env_XAUTH_PROGRAM_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_func__doprnt=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getrusage=yes
ac_cv_func_getspnam=no
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_aton=yes
ac_cv_func_login=no
ac_cv_func_logout=no
ac_cv_func_logwtmp=no
ac_cv_func_memcmp_working=yes
ac_cv_func_openpty=no
ac_cv_func_poll=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_select=yes
ac_cv_func_seteuid=yes
ac_cv_func_setresuid=no
ac_cv_func_setrlimit=yes
ac_cv_func_socket=yes
ac_cv_func_strerror=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtol=yes
ac_cv_func_syslog=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=no
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl__sys_siglist=no
ac_cv_have_decl_sys_siglist=no
ac_cv_have_x=have_x='yes 		ac_x_includes= ac_x_libraries='
ac_cv_header_X11_Xauth_h=yes
ac_cv_header_argp_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_krb5_h=no
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pty_h=no
ac_cv_header_security_pam_appl_h=no
ac_cv_header_shadow_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_zlib_h=yes
ac_cv_lib_Xau_XauGetAuthByAddr=yes
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_gmp___gmpz_getlimbn=yes
ac_cv_lib_oop_oop_sys_new=yes
ac_cv_lib_socket_setsockopt=no
ac_cv_lib_util_openpty=no
ac_cv_lib_xnet_inet_addr=yes
ac_cv_lib_z_inflate=yes
ac_cv_member_struct_utmp_ut_addr=no
ac_cv_member_struct_utmp_ut_addr_v6=no
ac_cv_member_struct_utmp_ut_exit=no
ac_cv_member_struct_utmp_ut_exit_e_termination=no
ac_cv_member_struct_utmp_ut_host=no
ac_cv_member_struct_utmp_ut_id=no
ac_cv_member_struct_utmp_ut_name=no
ac_cv_member_struct_utmp_ut_pid=no
ac_cv_member_struct_utmp_ut_session=no
ac_cv_member_struct_utmp_ut_syslen=no
ac_cv_member_struct_utmp_ut_time=no
ac_cv_member_struct_utmp_ut_tv=no
ac_cv_member_struct_utmp_ut_tv_tv_sec=no
ac_cv_member_struct_utmp_ut_user=no
ac_cv_member_struct_utmpx_ut_addr=no
ac_cv_member_struct_utmpx_ut_addr_v6=no
ac_cv_member_struct_utmpx_ut_exit=no
ac_cv_member_struct_utmpx_ut_exit_e_termination=no
ac_cv_member_struct_utmpx_ut_host=yes
ac_cv_member_struct_utmpx_ut_id=yes
ac_cv_member_struct_utmpx_ut_name=no
ac_cv_member_struct_utmpx_ut_pid=yes
ac_cv_member_struct_utmpx_ut_session=no
ac_cv_member_struct_utmpx_ut_syslen=no
ac_cv_member_struct_utmpx_ut_time=no
ac_cv_member_struct_utmpx_ut_tv=yes
ac_cv_member_struct_utmpx_ut_tv_tv_sec=yes
ac_cv_member_struct_utmpx_ut_user=yes
ac_cv_objext=o
ac_cv_path_BASH=/usr/bin/bash
ac_cv_path_M4=/usr/local/bin/m4
ac_cv_path_XAUTH_PROGRAM=/usr/bin/X11/xauth
ac_cv_path_install='/usr/local/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
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_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_argp_parse=no
ac_cv_search_gethostbyname='none required'
ac_cv_search_inet_ntop='none required'
ac_cv_search_syslog='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_short=2
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_uid_t=yes
ac_cv_working_alloca_h=no
am_cv_CC_dependencies_compiler_type=aix
am_cv_prog_cc_stdc=''
lsh_cv_c_FUNCTION=no
lsh_cv_c_attribute=no
lsh_cv_func_shutdown_works_on_unix_sockets=yes
lsh_cv_sys_ai_numerichost=no
lsh_cv_sys_unix98_ptys=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/missing --run tar'
AUTOCONF='${SHELL} /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/missing --run automake-1.7'
AWK='nawk'
BASH='/usr/bin/bash'
BUILD_ARCH=''
BUILD_OSREV='3'
BUILD_OSSYS='AIX'
CC='cc'
CCDEPMODE='depmode=aix'
CFLAGS='-g'
CPP='cc -E'
CPPFLAGS=' -I /usr/local/include'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOTDOT_LIBARGP='../argp/libargp.a'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GROFF=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KRB_LIBS=''
KRB_PROGRAM=''
LDFLAGS=' -L /usr/local/lib'
LIBARGP='argp/libargp.a'
LIBOBJS=''
LIBS='-lxnet -lcrypt -lXau -lz -loop -lgmp '
LTLIBOBJS=''
M4='/usr/local/bin/m4'
MAKEINFO='${SHELL} /home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/missing --run makeinfo'
OBJEXT='o'
PACKAGE='lsh'
PACKAGE_BUGREPORT='bug-lsh@gnu.org'
PACKAGE_NAME='lsh'
PACKAGE_STRING='lsh 1.5.2'
PACKAGE_TARNAME='lsh'
PACKAGE_VERSION='1.5.2'
PAM_PROGRAM=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SCHEME_NAME='false'
SCHEME_PROGRAM='false'
SET_MAKE=''
SHELL='/bin/sh'
SRP_PROGRAM='srp-gen'
STRIP=''
VERSION='1.5.2'
XAUTH_PROGRAM='/usr/bin/X11/xauth'
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/lsh-1.5.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/home/xenofarm/xenofarm/client/lsh/dupond.lysator.liu.se/buildtmp/dist/pfx'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' src/argp src/nettle src/spki src/sftp'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define DATAFELLOWS_WORKAROUNDS 1
#define GETPGRP_VOID 1
#define HAVE_ALARM 1
#define HAVE_ALLOCA 1
#define HAVE_CFMAKERAW 1
#define HAVE_CRYPT_H 1
#define HAVE_DECL_SYS_SIGLIST 0
#define HAVE_DECL__SYS_SIGLIST 0
#define HAVE_DOPRNT 1
#define HAVE_FCNTL_H 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMP_H 1
#define HAVE_INET_ATON 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPT 1
#define HAVE_LIBGMP 1
#define HAVE_LIBOOP 1
#define HAVE_LIBXAU 1
#define HAVE_LIBXNET 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_PUTUTLINE 1
#define HAVE_PUTUTXLINE 1
#define HAVE_SELECT 1
#define HAVE_SETEUID 1
#define HAVE_SETRLIMIT 1
#define HAVE_SOCKET 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRTOL 1
#define HAVE_STRUCT_UTMPX_UT_HOST 1
#define HAVE_STRUCT_UTMPX_UT_ID 1
#define HAVE_STRUCT_UTMPX_UT_PID 1
#define HAVE_STRUCT_UTMPX_UT_TV 1
#define HAVE_STRUCT_UTMPX_UT_TV_TV_SEC 1
#define HAVE_STRUCT_UTMPX_UT_USER 1
#define HAVE_SYSLOG 1
#define HAVE_SYSLOG 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UPDWTMP 1
#define HAVE_UTMPX_H 1
#define HAVE_UTMP_H 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_X11_XAUTH_H 1
#define HAVE_ZLIB_H 1
#define PACKAGE "lsh"
#define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
#define PACKAGE_NAME "lsh"
#define PACKAGE_STRING "lsh 1.5.2"
#define PACKAGE_TARNAME "lsh"
#define PACKAGE_VERSION "1.5.2"
#define PTY_BSD_SCHEME 1
#define PTY_BSD_SCHEME_FIRST_CHARS "p"
#define PTY_BSD_SCHEME_SECOND_CHARS "0123456789abcdef"
#define SHUTDOWN_WORKS_WITH_UNIX_SOCKETS 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
#define SSHD1 "/usr/local/sbin/sshd1"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "1.5.2"
#define WITH_PTY_SUPPORT 1
#define WITH_SRP 1
#define WITH_SSH1_FALLBACK 1
#define WITH_TCPWRAPPERS 0
#define WITH_TCP_FORWARD 1
#define WITH_UTMP 1
#define WITH_X11_FORWARD 1
#define WITH_ZLIB 1
#define WORDS_BIGENDIAN 1
#define XAUTH_PROGRAM "/usr/bin/X11/xauth"
#define _GNU_SOURCE 1
#define inline __inline

configure: exit 0