Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 4.2.0-pre-2



On [03/03/04 14:00 +0000], Peter Stephenson wrote:
> I've uploaded 4.2.0-pre-2 to ftp.zsh.org with some minor fixes.
> 
> Problems which came up were.
> 
> - Apparently failed to compile on a Fedora system without ncurses-devel.
> I don't know if termcap was also missing, but if it was that would
> explain it.  I don't think we need to do anything.
> 
> - AIX is weird.  That's not really a zsh problem, but it failed to
> compile owing to an error in init.c.  There was also an awk
> problem in AIX 5 which wasn't due to zsh, but I've tried to work around
> it.  I don't know if it works yet.
> 
> - In some configurations, linking against libpcre.so was a bad idea
> because it wasn't available at boot.  You now need to --enable-pcre.
> Clint has a better fix for future versions.
> 
> When there are no more compilation problems I will release it.
> 

Tried again on AIX 5.2 after compiling up gawk. Seem to have gotten further,
and seems to have a sane sigcount.h file. The error seems to be similar to
those highlighted here (http://www.zsh.org/mla/users/2002/msg00247.html),
however, removing "cap" from config.modules, and running 'make prep' then
'make' didn't seem to do the trick.

	cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
Updated `zsh.mdh'.
Updated `termcap.mdh'.
Updated `terminfo.mdh'.
Updated `cap.mdh'.
Updated `clone.mdh'.
Updated `datetime.mdh'.
Updated `example.mdh'.
Updated `files.mdh'.
Updated `langinfo.mdh'.
Updated `mapfile.mdh'.
Updated `mathfunc.mdh'.
Updated `parameter.mdh'.
Updated `socket.mdh'.
Updated `stat.mdh'.
Updated `system.mdh'.
Updated `tcp.mdh'.
Updated `zftp.mdh'.
Updated `zprof.mdh'.
Updated `zpty.mdh'.
Updated `zselect.mdh'.
Updated `zle.mdh'.
Updated `complete.mdh'.
Updated `zutil.mdh'.
Updated `rlimits.mdh'.
Updated `sched.mdh'.
Updated `compctl.mdh'.
Updated `complist.mdh'.
Updated `computil.mdh'.
Updated `deltochar.mdh'.
Updated `zleparameter.mdh'.
	rm -f stamp-modobjs.tmp
Updated `zsh.mdh'.
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o builtin.o builtin.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o compat.o compat.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o cond.o cond.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o exec.o exec.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o glob.o glob.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o hashtable.o hashtable.c
"/usr/include/rpcsvc/ypclnt.h", line 99.31: 1506-310 (I) The type "struct dom_binding" was introduced in a parameter list, and will go out of scope at the end of the function declaration or definition.
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o hist.o hist.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o init.o init.c
    1265  1500-010: (W) WARNING in zsh_main: Infinite loop.  Program may not stop.
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o input.o input.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o jobs.o jobs.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o lex.o lex.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o linklist.o linklist.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o loop.o loop.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o math.o math.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o mem.o mem.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o module.o module.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o options.o options.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o params.o params.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o parse.o parse.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o pattern.o pattern.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o prompt.o prompt.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o signals.o signals.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o signames.o signames.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o string.o string.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o subst.o subst.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o text.o text.c
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o utils.o utils.c
"utils.c", line 3896.15: 1506-277 (S) Syntax error: possible missing ';' or ','?
"utils.c", line 3896.9: 1506-045 (S) Undeclared identifier cap_t.
"utils.c", line 3897.12: 1506-045 (S) Undeclared identifier caps.
"utils.c", line 3900.30: 1506-275 (S) Unexpected text val encountered.
"utils.c", line 3900.13: 1506-045 (S) Undeclared identifier cap_flag_value_t.
"utils.c", line 3901.25: 1506-275 (S) Unexpected text n encountered.
"utils.c", line 3901.13: 1506-045 (S) Undeclared identifier cap_value_t.
"utils.c", line 3902.17: 1506-045 (S) Undeclared identifier n.
"utils.c", line 3902.63: 1506-045 (S) Undeclared identifier val.
"utils.c", line 3902.47: 1506-045 (S) Undeclared identifier CAP_EFFECTIVE.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 2.


Stop.
make: The error code from the last command is 1.


Stop.


Any help will be greatly appreciated.

Cheers,

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

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

  $ ./configure --prefix=/home/ibraheem/utils/zsh/AIX/

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

hostname = md000002s
uname -m = 00541F5A4C00
uname -r = 2
uname -s = AIX
uname -v = 5

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

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

PATH: /home/ibraheem/utils/gawk/AIX/bin/
PATH: /home/ibraheem/utils/python/AIX/bin
PATH: /home/ibraheem/utils
PATH: .
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/atria/bin
PATH: /export/tools/bin
PATH: /export/cc_Tools/solaris-5.6-sparc/SUNWForte_6.2/SUNWspro/bin
PATH: /export/tools/solaris-5.6-sparc/Purifyplus_2002a.06.00/releases/purify.sol.2002a.06.00
PATH: /export/tools/solaris-5.6-sparc/Purifyplus_2002a.06.00/releases/quantify.sol.2002a.06.00
PATH: /export/tools/bin
PATH: /usr/vac/bin
PATH: /usr/sbin
PATH: /usr/devel/bin
PATH: /usr/bin/X11
PATH: /usr/bin


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

configure:1338: checking build system type
configure:1356: result: powerpc-ibm-aix5.2.0.0
configure:1364: checking host system type
configure:1378: result: powerpc-ibm-aix5.2.0.0
configure:1837: checking for gcc
configure:1863: result: /usr/vac/bin/cc
configure:2107: checking for C compiler version
configure:2110: /usr/vac/bin/cc --version </dev/null >&5
/usr/vac/bin/cc: 1501-216 command option -version is not recognized - passed to ld
  C for AIX Compiler, Version 6

  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...

  Description:
     The xlC and related commands compile C and C++ source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlC calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C or C++ source file
       3. file name with .o suffix: object file for ld command
       4. file name with .s suffix: assembler source file
       5. file name with .so suffix: shared object file

  Options:
     Options can be flag options or keyword options:

       1. Flag options:

        -#        Display language processing commands but do
                  not invoke them; output goes to stdout.
        -bdynamic, -bstatic
                  Determines which types of library files are searched by
                  the linkage editor.
        -brtl     Tells the linkage editor to accept both .so and .a
                  library file types.
        -B<prefix>
                  Construct alternate compiler/assembler/linkage editor
                  program names. <prefix> is added to the beginning of
                  the standard program names.
        -c        Do not send object files to the linkage editor.
        -C        Write comments to output when doing preprocessing,
                  used with -E and -P.
        -D<name>[=<def>]
                  Define <name> as in #define directive. If <def> is
                  not specified, 1 is assumed.
        -E        Preprocess but do not compile; output goes to stdout
        -f<filename>
                  Passes to the linkage editor the filename of a file
                  containing a list of input files to be processed.
        -F<x>[:<stanza>]
                  Use alternate configuration file <x> with optional
                  <stanza>. If <stanza> is not specified, the assumed stanza
                  is the name of the command used to invoke the compiler.
        -g        Produce information for the debugger.
        -G        Tells the linkage editor to create a dynamic library.
        -I<dir>   Search in directory <dir> for include files that
                  do not start with an absolute path.
        -l<key>   Search the specified library file,
                  where <key> selects the file lib<key>.a.
        -L<dir>   Search in directory <dir> for files specified by -l<key>.
        -ma       Generate inline calls to the "alloca" function as if
                  "#pragma alloca" directives were in the source file.
        -M        Generate information to be included in a "make"
                  description file; output goes to .u file.
        -o<name>  Name the executable file <name> instead of a.out.
                  When used with the -c option and one source file,
                  name the object file <name> instead of filename.o.
                  If <name> is the name of a directory, files generated by
                  the compiler will be placed into that directory.
        -O        Optimize generated code.
        -O2       Same as -O.
        -O3       Perform some memory and compile time intensive
                  optimizations in addition to those executed with -O2.
                  The -O3 specific optimizations have the potential to
                  alter the semantics of a user's program.
                  The compiler guards against these optimizations at -O2
                  and the option -qstrict is provided at -O3 to turn off
                  these aggressive optimizations.
        -O4       Equivalent to -O3 -qipa with automatic generation of
                  architecture and tuning option ideal for that platform.
        -O5       Equivalent to -O3 -qipa=level=2 with automatic
                  generation of architecture and tuning option ideal for
                  that platform.
        -p        Generate profiling support code.  Same as -qprofile=p.
        -pg       Generate profiling support code including BSD
                  profiling support.  Same as -qprofile=pg.
        -P        Preprocess but do not compile; output goes to .i file.
        -Q<x>, -qinline<x>
                  Inline all appropriate functions where x can be
                  one of the following:
                    !       Not inline any function (equivalent to -qnoinline)
                    =<lc>   Inline if number of source statement in
                            function is less than the number specified
                            in <lc>.
                    -<nm>   Not inline function listed by names in <nm>
                    +<nm>   Attempt to inline function listed by names
                            in <nm>.
        -r        Produce the output file without linking any library.
        -S        Produce a .s file for any source file processed by the
                  compiler.
        -t<x>     Apply prefix from the -B option to the specified program <x>,
                  where x can be one or more of the following:
                    a = assembler
                    b = compiler backend
                    c = compiler frontend
                    i = compiler inliner
                    I = inter-procedural analysis - compile phase
                    l = linkage editor
                    L = inter-procedural analysis - link phase.
                    p = preprocessor
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing commands as they
                  are invoked by xlc; output goes to stdout.
        -V        Displays commands as they are invoked by xlC;
                  output goes to stdout.
        -w        Suppress informational, language-level, and
                  warning messages.
        -W<x,y>   Give the options <y> to the compiler program <x>
                  where x can be one or more of the following:
                    <a,b,c,f,I,l,L,p>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    m = round toward minus infinity
                    n = round to nearest
                    p = round toward positive infinity
                    z = round toward zero.

       2. Keyword options:

          Keyword options are specified in one of the following ways:

          -q<option>
          -q<option>=<parameter>
          -q<option>=<parameter>:<parameter>

          where <option> is an option name and <parameter> is a
          parameter value.
          Keyword options with no parameters represent switches
          that may be either on or off. The keyword by itself turns
          the switch on, and the keyword preceded by the letters NO
          turns the switch off. For example, -qLIST tells the
          compiler to produce a listing and -qNOLIST tells the
          compiler not to produce a listing. If an option that
          represents a switch is set more than once, the compiler
          uses the last setting.

          Keyword option and parameter names may appear in either
          UPPER CASE or lower case letters in the xlc command.


          Options without parameters:

          32          Selects 32-bit compiler mode.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          compact     Reduce code size where possible, at the expense
                      of execution speed.  Code size is reduced by
                      inhibiting optimizations that replicate or expand
                      code inline.
          cpluscmt    Permit "//" to introduce a comment that lasts
                      until the end of the current source line, as in C++.
          dbcs        String literals and comments can contain DBCS
                      characters (same as mbcs option).
          dbxextra    Generate symbol table information for unreferenced
                      variables. By default such information is not generated
                      thus reducing the size of the executable compiled with
                      the "-g" option.  Same as -qsymtab=unref.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          dpcl        Generates symbols for tools based on the Dynamic
                      Probe Class Library (DPCL)
          extchk      Perform external name type-checking and function
                      call checking.
          fdpr        Collect information about programs for use with
                      the AIX fdpr (Feedback Directed Program Restructuring)
                      performance-tuning utility.
          flttrap     Generate instructions to trap floating-point
                      exceptions.
          fold        Specifies that constant floating-point expressions
                      are to be evaluated at compile time.
          fullpath    Specifies the path information stored for files when
                      you use "-g" and the symbolic debugger.
          funcsect    Place instructions for each function in a separate csect.
          heapdebug   Enables debug versions of memory management functions.
          hot         Determines whether or not to perform high-order
                      transformations on loops during optimization.
          idirfirst   Specify the search order for files included with
                      the #include "file_name" directive.  Use -qidirfirst
                      with the -Idirectory option.  If -qidirfirst option
                      is specified, the directories specified by the
                      -Idirectory option are searched before the directory
                      where the current file resides.
          ignerrno    Tell the optimizer that the program will never
                      refer to or set errno.  This allows additional
                      optimizations.
          inlglue     Generate fast external linkage by inlining the
                      code (pointer glue code) necessary at calls
                      via a function pointer and calls to external
                      procedures.
          largepage   Take advantage of 16M pages, which will allow for
                      reduced TLB entries and allow hardware prefetching
                      to be done more efficiently.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes that all functions with the name of an
                      ANSI C library functions are in fact the system functions.
          linedebug   Generates abbreviated line number and source file name
                      information for the debugger.
          list        Produce an object listing; output goes to .lst file.
          listopt     Display the settings of all options; output goes
                      to .lst file.
          longdouble  Increase long double size from 64 to 128 bits.
          longlit     Changes implicit type selection for integer constants in
                      64-bit mode.
          longlong    Allow long long integers.
          macpstr     Allow '\p' as the first character of a string constant
                      which will be replaced by the length in bytes.
          makedep     Creates an output file that contains targets suitable for
                      inclusion in a description file for the AIX make command.
          mbcs        String literals and comments can contain DBCS
                      characters (same as dbcs option).
          mkshrobj    Create a shared object from generated object files.
          noprint     Direct listing to /dev/null.
          nostdinc    Specify which files are included with the #include
                      "file_name" and #include <file_name> directives.
                      If -qnostdinc is specified, the /usr/include directory
                      is not searched.
          optimize    Same as O and O2. Perform optimization that is the
                      mix between speed and size.  (If -qnooptimize is
                      specified, it is equivalent to -qoptimize=0.)
          pascal      Accept and ignore the keyword 'pascal' as a
                      type modifier.
          pdf1, pdf2  Perform aggressive optimizations with profile
                      directed feedback.
          phsinfo     Produce compiler phase information; output goes to
                      stdout.
          proto       Assert that procedure call points agree
                      with their declarations even if the procedure has
                      not been prototyped. This allows the caller to
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
          report      Adds information to the listing file on the loop
                      transformations that have been carried out.
                      This option requires either -qhot or -qsmp
                      in order to have effect.
          ro          Put string literals in read only area.
          roconst     Put constant values in read only area.
          showinc     Include the source of all included files in the
                      source listing, if the SOURCE option is in effect.
          smallstack  Reduce the size of the stack frame, allowing better use
                      of a limited stack size.
          source      Produce a source listing; output goes to .lst file.
          srcmsg      Reconstruct source lines in error along with the
                      diagnostic messages in the stderr file.
          statsym     Adds user-defined, nonexternal names that have a
                      persistent storage class, such as initialized and
                      uninitialized static variables, to the name list
                      (the symbol table of xcoff objects).  Same as
                      -qsymtab=static.
          strict      Turns off aggressive optimizations which have the
                      potential to alter the semantics of a user's program.
                      This option also sets -qfloat=nofltint:norsqrt.
          strict_induction
                      Turns off induction variable optimizations
                      that have the potential to alter the semantics of a
                      user's program. The default is "nostrict_induction" at
                      -O2 or higher and "strict_induction" otherwise.
                      "nostrict_induction" is recomended if your program does
                      not have overflows or wrap arounds of loop induction
                      variables.
          syntaxonly  Causes the compiler to perform syntax checking without
                      generating an object file.
          threaded    Indicates to the compiler that the program will execute
                      in multi-threaded environment.
          tocmerge    Read from the file specified in -bImportfile linker
                      option and merge the address information to access
                      ranges of external addresses using a single Table Of
                      Content entry.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer or
                      pointer-to-integer truncation.
          unwind      Enables stack unwinding.  The optimization prologue
                      tailoring reduces the number of saves and restores
                      of non-volatile registers, but is enabled only when
                      stack unwinding is disabled.
          xcall       Generate code to static routines within a compilation
                      unit as if they were external routines.
          xref        Produce a cross-reference listing containing
                      only referenced names.



          Options with parameters:
          aggrcopy=[no]overlap
                      Asserts whether source and destination of aggregate
                      assignments overlap.
          alias=<option>
                      Specifies the aliasing assertion to be applied to
                      your compilation unit.
                      The available options are:
                      addr    Variables are disjoint from pointers
                              unless their address is taken.
                      allp    Pointers are never aliased.
                      ansi    Pointers can only point to an object of the
                              same type. Require -O option.
                      typ     Pointers to different types are never aliased.
          align=<algnopt>
                      bit_packed
                              Similar to packed, except bit-fields are
                              packed as tightly as possible.
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries.
                      packed  The compiler uses the packed alignment rules.
                      power   The compiler uses the RISC System/6000
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules.
                              The mac68k option is the same as twobyte.
          arch=<option>
                      Specifies the architecture on which the executable
                      program will be run.
                      The available options are:
                      com     Produce an object that contains instructions
                              that will run on all the POWER and PowerPC
                              hardware platforms.
                      pwr     Produce an object that contains instructions
                              that will run on the POWER hardware
                              platform.
                      pwr2    Produce an object that contains instructions
                              that will run on the POWER2 hardware
                              platform.
                      pwrx    Same as pwr2.
                      ppc     Produce an object that contains instructions
                              that will run on any of the 32-bit PowerPC
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
                              graphics instructions for PowerPC processors.
                      pwr2s   Produce an object that contains instructions
                              that will run on a pwr2s chip.
                      p2sc    Produce an object that contains instructions
                              that will run on a p2sc chip.
                      601     Produce an object that contains instructions
                              that will run on a 601 chip.
                      602     Produce an object that contains instructions
                              that will run on a 602 chip.
                      603     Produce an object that contains instructions
                              that will run on a 603 chip.
                      604     Produce an object that contains instructions
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
                              that will run on a 403 chip.
                      rs64a   Produce an object that contains instructions
                              that will run on a rs64a chip.
                      rs64b   Produce an object that contains instructions
                              that will run on a rs64b chip.
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
                      pwr3    Produce an object that contains instructions
                              that will run on a POWER3 chip.
                      pwr4    Produce an object that contains instructions
                              that will run on a POWER4 chip.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses the default -qtune value for the specified
                      architecture. Refer to online documentation to find
                      actual default setting of -qtune  for a given -qarch.
          assert=<option>
                      Specifies the aliasing assertion to be applied to
                      your compilation unit.
                      The available options are:
                      typ     Pointers to different types are never aliased.
                      allp    Pointers are never aliased.
                      addr    Variables are disjoint from pointers
                              unless their address is taken.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          attr=full   Produce an attribute listing containing all names,
                      whether referenced or not; output goes to .lst file.
          bitfields=signed
          bitfields=unsigned
                      Specify whether bitfields will be signed or unsigned.
          cache=<suboption>:<suboption>...
                      Describe the cache configuration for a specific target
                      execution machine. See online documentation for details.
          chars=signed
          chars=unsigned
                      Specify whether the data type char will be signed
                      or unsigned.
          check=<option>
                      Generate code to check for run-time checks.
                      bounds  Runtime checking of addresses when
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
                              A trap will occur if an attempt is made to
                              divide by zero.
                      nullptr Runtime checking of addresses
                              contained in pointer variables used to
                              reference storage.
                      all     Switches on all the above suboptions.
          dataimported=<name1>:<name2>: ...
                      Specify which data items are imported.  If no names are
                      specified, all data items are assumed to be imported.
                      This is the default.
          datalocal=<name1>:<name2>: ...
                      Specify which data items are local.  If no names are
                      specified, all data items are assumed to be local.
          enum=<enumopt>
                      Specify whether minimum-sized enumerated types will be
                      produced or not. <enumopt> can be either small, int,
                      1, 2, 4 or 8.
                      small denotes that either one, two, four or eight (valid
                      in 64-bit mode only) bytes of storage will be allocated
                      for enum variables based on the range of the enum
                      constants.
                      int is the default, and causes enum variables to be
                      treated as though they were of type signed int
                      depending on the range of the enum constants.
                      1 will cause enum variables to be packed into 1 byte.
                      2 will cause enum variables to be packed into 2 bytes.
                      4 will cause enum variables to be packed into 4 bytes.
                      8 will cause enum variables to be packed into 8 bytes.
                        (enum=8 is valid in 64-bit mode only)
          flag=<sev1>
                      Specify severity level of diagnostics to be reported
                      in source listing and stderr; the severity level
                      is one of <i,w,e,s,u>.
          flag=<sev1>:<sev2>
                      Specify severity level of diagnostics to be reported
                      in source listing (<sev1>), and stderr (<sev2>);
                      the severity levels are one of <i,w,e,s,u>.
          float=<opt1>:<opt2>:...:<optN>
                      The available options are:
                      emulate Function calls are emitted in place of
                              PowerPC floating-point instructions.
                              Use this option only in a single-threaded
                              stand-alone environment, targeting the
                              PowerPC 403 processor.
                              Do not use this suboption with any of the
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
                              o  -qlongdouble, -qldbl128
                              o  128-bit long double invocation commands
                      fltint  Specify whether range checking of floating
                              point to integer conversions is done.
                              Default at -O2: -qfloat=nofltint.
                              Default at -O3: -qfloat=fltint.
                      hsflt   Never round single-precision expressions,
                              and don't perform range checking for
                              floating-point to integer conversions.
                      hssngl  Round single-precision expressions only
                              when the results are stored into float memory
                              locations.
                      nans    Detect conversion of single-precision NaNS to
                              double precision call checking.
                      nomaf   Suppress generation of multiply-add
                              instructions.
                      nofold  Suppress compile-time evaluation of constant
                              floating-point expressions.
                      rndsngl Ensure strict adherence to IEEE standard.
                              all operations on single-precision values
                              produce results that remain in single
                              precision.
                      rrm     Specify run-time rounding mode. Compile with
                              this option if the run-time rounding mode
                              is round toward minus infinity, round toward
                              positive infinity, or not known.
                      rsqrt   Specify whether a division by the result of a
                              square root can be replaced with a multiply
                              by the reciprocal of the square root.
                              Default at -O2: -qfloat=norsqrt.
                              Default at -O3: -qfloat=rsqrt.
                      spnans  Generate extra instructions to detect signaling
                              NaN on conversion from single precision to
                              double precision.  Obsolete; use the equivalent
                              -qfloat=nans option.
          flttrap=<opt1>:<opt2>:...:<optN>
                      Generate instructions to detect and trap floating-point.
                      The available options are:  overflow, underflow,
                      zerodivide, invalid, inexact, enable, imprecise.
          halt=<sev>  Stop compiler after first phase if severity of errors
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
          genproto=<parmnames>
                      Produces ANSI prototypes from K&R function definitions.
          hot=<suboption>
                      Determines whether or not to perform high-order
                      transformations on loops and array language during
                      optimization, and whether or not to pad array dimensions
                      and data objects to avoid cache misses. Suboptions
                      include:
                        arraypad   - The compiler will pad any arrays where it
                                     infers there may be a benefit.  Make sure
                                     that you have not used equivalence
                                     association for any arrays in files
                                     compiled with this option as the compiler
                                     does not perform any checking before
                                     padding arrays.
                        arraypad=n - The compiler will pad every array in the
                                     code.  The pad amount must be a positive
                                     integer value.
                        novector   - The compiler will avoid replacing code by
                                     calls to vector library routines.
                        vector     - Allows the compiler to optimize by
                                     replacing code with calls to vector
                                     library routines.
          ignprag=<option>
                      The available options are:
                      disjoint
                              Ignore pragma disjoint.
                      isolated
                              Ignore pragma isolated_call.
                      omp     Ignore OpenMP parallel processing pragmas.
                      ibm     Ignore IBM parallel processing pragmas.
                      all     Ignore all the above pragmas.
          info
          info=all
                      Produce additional lint-like messages.  For C, it turns
                      on all diagnostic messages for all groups.  For C++, it
                      turns on all diagnostic messages for all groups, except
                      ppt.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      c99     Code that might behave differently between
                              C89 and C99 language levels
                      cls     Possible problems with generation of classes
                      cmp     Possible redundancies in unsigned comparisons
                      cnd     Possible redundancies or problems in conditional
                              expressions
                      cns     Operations involving constants.
                      cnv     Conversions
                      dcl     Consistency of declarations
                      eff     Statements with no effect
                      enu     Consistency of enum variables
                      ext     Unused external definitions
                      gen     General diagnostic messages
                      gnr     Generation of temporary variables
                      got     Use of goto statements
                      ini     Possible problems with initialization
                      inl     Functions not inlined
                      lan     Language level effects
                      obs     Obsolete features
                      ord     Unspecified order of evaluation
                      par     Unused parameters
                      por     Nonportable language constructs
                      ppc     Possible problems with using the preprocessor
                      ppt     Trace of preprocessor actions
                      private Lists shared variables made private to a
                              parallel loop.
                      pro     Missing function prototypes
                      rea     Code that cannot be reached
                      reduction
                              Lists all variables that are recognized as
                              reduction variables inside a parallel loop.
                      ret     Consistency of return statements
                      trd     Possible truncation or loss of data or precision
                      tru     Variable names truncated by the compiler
                      trx     Hexadecimal floating-point constants that cannot
                              be represented exactly in its evaluation format
                      uni     Unitialized variables
                      use     Unused auto and static variables
          initauto=<hh>
                      Initialialize automatic storage to <hh>. <hh> is a
                      hexadecimal value.  This generates extra code and
                      should only be used for error determination.
          inline[=<x>]
                      This is functionally equivalent to the -Q option.
          ipa=<subopt1>[=<val1>][:<subopt2>[=<val2>][:...:<suboptN>[=<valN>]]]
                      Enhances -O optimization by doing detailed analysis
                      across procedures.  One of -O, -O2, or -O3 is required
                      when using -qipa.  Regular expressions are supported
                      when specifying <procedure_names> on the -qipa=exits,
                      -qipa=inline, -qipa=lowfreq, -qipa=noinline, -qipa=pure,
                      -qipa=safe and -qipa=unknown suboptions.
                      Suboptions include:
                        exits=<procedure_names>
                                   - Specifies a selected set of procedures
                                     which always end the program.
                        inline=<inline-options>
                          The "ipa=inline=" command can take a colon-separated
                          list of inline options, which are as follows:
                            inline={auto|noauto}
                                        - Specifies whether or not to
                                          automatically inline expansion.
                            inline=<procedure_names>
                                        - Specifies a comma-separated list of
                                          procedures to try to inline.
                            inline=limit=<num>
                                        - Changes the size limits that deter-
                                          mine how much inline expansion to do.
                                          <num> is the optimizer's approximation
                                          of the number of bytes of code which
                                          will be generated.
                            inline=threshold=<num>
                                        - Specifies the upper size limit on
                                          procedures to inline.  <num> is
                                          defined as for inline=limit.
                        isolated=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that do not directly refer to any global
                                     variable.
                        level=<level>
                                   - Determines the amount of IPA analysis
                                     and optimization performed:
                                       0 = Does only minimal interprocedural
                                           analysis and optimization.
                                       1 = Turns on inlining, limited alias
                                           analysis, and limited call-site
                                           tailoring.
                                       2 = Full interprocedural data flow and
                                           alias analysis.
                        list=[filename|short|long]
                                   - Specifies an output listing file name
                                     during the link phase, in the event that
                                     an object listing has been requested
                                     using the -qlist option.  The default
                                     name is "a.lst".  The suboptions short and
                                     long determine which listing sections will
                                     be included.
                        lowfreq=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures that are likely to be
                                     called infrequently during the course
                                     of a typical program run.
                        missing={unknown|safe|isolated|pure}
                                   - Specifies the default assumption for
                                     procedures not compiled with -qipa.
                        noinline=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures which are not to be inlined.
                        noobject   - Speeds up compilation, but the object
                                     files cannot be used in non-IPA
                                     compilations.  This option is ignored if
                                     -S has been specified.
                        partition={small|medium|large}
                                   - Specifies the size of program sections
                                     that are analyzed together.  Larger
                                     partitions may produce better analysis but
                                     require more storage.
                        pure=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that are "isolated", "safe", and do not
                                     modify any data objects that are visible
                                     to the caller.
                        safe=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that do not call any other part of the
                                     program.
                        stdexits   - Specifies that compiler-defined exit
                                     routines can be optimized as with the
                                     "exits" suboption.  The procedures are
                                     abort, exit, _exit, and _assert.
                        nothreads    Single threaded invocation of the compiler
                                     backend.
                        threads      Compiler decides the number of threads
                                     used to invoke the compiler backend.
                        threads=<n>  Up to 'n' threads can be used to invoke
                                     the compiler backend.
                        unknown=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that may update global variables and
                                     dummy arguments and call other parts of
                                     the program compiled with -qipa.
                        The following options are intended for use by the
                        link-time phase of -qipa:
                        -qlibansi  - Assumes that all functions with the name
                                     of an ANSI C defined library function are,
                                     in fact, the library functions.
                                     -qnolibansi is the default.
                        -qlibessl  - Assumes that all functions with the name
                                     of an ESSL defined library functions are,
                                     in fact, the library functions.
                                     -qnolibessl is the default.
                        -qlibposix - Assumes that all functions with the name
                                     of a POSIX 1003.1 defined library function
                                     are, in fact, the system functions.
                                     -qnolibposix is the default.
          isolated_call=<name1>:<name2>: ...
                      Specify that the calls to the functions listed have no
                      side effects. <name1> and <name2> are function names.
                      The user may specify as many function names as
                      necessary.
          keyword=<keywords>
                      Enables the use of specific keywords.
          langlvl={<langlvl>|<feature>}[:<langlvl>|<feature>]...
                      Specify language level and/or features to be enabled
                      during compilation.
                      <langlvl>
                              can be extc89, stdc89, extc99, stdc99,
                              ansi, saal2, saa, extended, or classic.
                      <feature>
                              can be:
                              [no]ucs   enables or disables support for
                                        universal character names.
          maxerr=<num>[:<sev>]
                      Instructs the compiler to halt compilation when <num>
                      errors of <sev> or greater severity is reached.  The
                      default for <sev> is current value of the -qhalt option.
          maxmem=<num>
                      Limit the amount of memory used by space intensive
                      optimizations to <num>.  <num> specified in kilobytes.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggressive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa
                              with automatic architecture and tuning option
                              generation.
                      5       Same as -O5. Internally generates -O3
                              -qipa=level=2 with automatic architecture and
                              tuning option generation.
          procimported=<name1>:<name2>: ...
                      Specify which functions are imported.  If no filenames
                      are specified, all invoked functions are assumed to be
                      defined outside the current file.  The last explicit
                      specification for a function takes precedence.
          proclocal=<name1>:<name2>: ...
                      Specify which functions are local.
                      If no filenames are specified, all invoked functions
                      are assumed to be defined within the current file.
                      The last explicit specification for a function takes
                      precedence.
          procunknown=<name1>:<name2>: ...
                      Specify which functions are unknown to be local or
                      imported.  If no filenames are specified, all functions
                      called are assumed to be unknown. This is the default
                      when no user options are specified. The last explicit
                      specification for a function takes precedence.
          profile=<option>
                      Sets up the object files produced by the compiler for
                      profiling.
                      The available options are:
                      ibm     Generate profiling support code for use with the
                              Performance Analysis tool in VisualAge C++.
                      p       Generate profiling support code.  Same as -p.
                      pg      Generate profiling support code including BSD
                              profiling support.  Same as -pq.
          smp[=suboption[:suboption] [ ... ]]
                      Controls acceptance of OpenMP directives and
                      automatic parallelization.  The auto and omp suboptions
                      are opposites. i.e. -qsmp=omp means strict adherance
                      to the OpenMP standard with no automatic parallelization.
                      [no]auto
                              Enables or disables automatic parallelization.
                      [no]explicit
                              Enables or disables explicit parallelization.
                      [no]opt
                              Turns off the implied optimization to allow
                              simpler debugging.
                      schedule=<sched_type>[=n]
                              Specifies what kind of scheduling algorithms
                              and chunking are used for loops to which no
                              other scheduling algorithm has been explicitly
                              assigned in the source code.
                              Valid options for <sched_type> are:
                                         * dynamic[=n]
                                         * guided[=n]
                                         * static[=n]
                                         * affinity[=n]
                                         * runtime
                              For more information, see online documentation.
                      [no]nested_par
                              Enables or disables parallelization of nested
                              parallel constructs.
                      [no]rec_locks
                              Specifies whether recursive or regular locks
                              should be used to implement critical sections.
                      [no]omp Enables or disables strict OpenMP mode.
          spill=<size>
                      Specify the size of the register allocation spill area.
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
          nosuppress
                      Don't suppress compiler messages.
          symtab=<options>
                      Controls symbol table.
                      The available options are:
                      unref   Specifies that all typedef declarations, struct,
                              union, and enum type definitions are included
                              for processing by the debugger.  Same as
                              -qdbxextra.
                      static  Adds user-defined, nonexternal names that have a
                              persistent storage class, such as initialized
                              and uninitialized static variables, to the name
                              list (the symbol table of xcoff objects).  Same
                              as -qstatsym.
          tabsize=<size>
                      Changes the length of tabs in your source file.
          tbtable=<option>
                      Generate a traceback table for each function and
                      place it in the text segment at the end of the
                      function code.
                      The available options are:
                      none    No traceback table is generated.
                      full    A full traceback table is generated.
                              This is the default with -g specified.
                      small   A traceback table is generated with no name or
                              parameter information.
                              This is the default when -g is NOT specified.
          tune=<option>
                      Specifies the architecture system for which the
                      executable program is optimized.
                      The available options are:
                      403     Produce an object optimized for all the
                              PowerPC 403 processors.
                              Use -qfloat=emulate to emulate the floating-point
                              instructions omitted by the 403 processor.
                      601     Produce an object optimized for all the
                              PowerPC 601 processors.
                      602     Produce an object optimized for all the
                              PowerPC 602 processors.
                      603     Produce an object optimized for all the
                              PowerPC 603 processors.
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
                      pwr     Produce an object optimized for the POWER
                              hardware platform.
                      pwr2    Produce an object optimized for the
                              POWER2 hardware platform.
                      pwr2s   Produce an object optimized for the
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
                              slow program performance.
                      pwrx    Same as pwr2.
                      rs64a   Produce an object optimized for the rs64a
                              processor.
                      rs64b   Produce an object optimized for the rs64b
                              processor.
                      rs64c   Produce an object optimized for the rs64c
                              processor.
                      pwr3    Produce an object optimized for the POWER3
                              processor.
                      pwr4    Produce an object optimized for the POWER4
                              processor.
          unroll={yes|no|auto}
                      yes     Hint for the compiler to try to unroll loops.
                      no      Force the compiler not to unroll any loops.
                      auto    Let the compiler decide whether to unroll loops.
          unroll      same as unroll=yes
          nounroll    same as unroll=no
          xref=full   Produce a cross-reference listing containing all names,
                      whether referenced or not; output goes to .lst file.

  Environment Variables
     1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by
                   configuration file or command-line options

        Setting

         not set   32-bit compiler mode.
          32       32-bit compiler mode.
          64       64-bit compiler mode.
         32_64     Fatal error and stop, unless an explicit configuration
                   file or command-line compiler-mode setting exists.
        any other  Fatal error and stop, unless an explicit configuration
                   file or command-line compiler-mode setting exists.

  For a detailed description of each option, please refer to the online
  documentation.
configure:2113: $? = 249
configure:2115: /usr/vac/bin/cc -v </dev/null >&5
exec: /usr/bin/pg(/usr/bin/pg,/usr/vac/exe/default_msg/vac.help,NULL) 
  C for AIX Compiler, Version 6

  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...

  Description:
     The xlC and related commands compile C and C++ source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlC calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C or C++ source file
       3. file name with .o suffix: object file for ld command
       4. file name with .s suffix: assembler source file
       5. file name with .so suffix: shared object file

  Options:
     Options can be flag options or keyword options:

       1. Flag options:

        -#        Display language processing commands but do
                  not invoke them; output goes to stdout.
        -bdynamic, -bstatic
                  Determines which types of library files are searched by
                  the linkage editor.
        -brtl     Tells the linkage editor to accept both .so and .a
                  library file types.
        -B<prefix>
                  Construct alternate compiler/assembler/linkage editor
                  program names. <prefix> is added to the beginning of
                  the standard program names.
        -c        Do not send object files to the linkage editor.
        -C        Write comments to output when doing preprocessing,
                  used with -E and -P.
        -D<name>[=<def>]
                  Define <name> as in #define directive. If <def> is
                  not specified, 1 is assumed.
        -E        Preprocess but do not compile; output goes to stdout
        -f<filename>
                  Passes to the linkage editor the filename of a file
                  containing a list of input files to be processed.
        -F<x>[:<stanza>]
                  Use alternate configuration file <x> with optional
                  <stanza>. If <stanza> is not specified, the assumed stanza
                  is the name of the command used to invoke the compiler.
        -g        Produce information for the debugger.
        -G        Tells the linkage editor to create a dynamic library.
        -I<dir>   Search in directory <dir> for include files that
                  do not start with an absolute path.
        -l<key>   Search the specified library file,
                  where <key> selects the file lib<key>.a.
        -L<dir>   Search in directory <dir> for files specified by -l<key>.
        -ma       Generate inline calls to the "alloca" function as if
                  "#pragma alloca" directives were in the source file.
        -M        Generate information to be included in a "make"
                  description file; output goes to .u file.
        -o<name>  Name the executable file <name> instead of a.out.
                  When used with the -c option and one source file,
                  name the object file <name> instead of filename.o.
                  If <name> is the name of a directory, files generated by
                  the compiler will be placed into that directory.
        -O        Optimize generated code.
        -O2       Same as -O.
        -O3       Perform some memory and compile time intensive
                  optimizations in addition to those executed with -O2.
                  The -O3 specific optimizations have the potential to
                  alter the semantics of a user's program.
                  The compiler guards against these optimizations at -O2
                  and the option -qstrict is provided at -O3 to turn off
                  these aggressive optimizations.
        -O4       Equivalent to -O3 -qipa with automatic generation of
                  architecture and tuning option ideal for that platform.
        -O5       Equivalent to -O3 -qipa=level=2 with automatic
                  generation of architecture and tuning option ideal for
                  that platform.
        -p        Generate profiling support code.  Same as -qprofile=p.
        -pg       Generate profiling support code including BSD
                  profiling support.  Same as -qprofile=pg.
        -P        Preprocess but do not compile; output goes to .i file.
        -Q<x>, -qinline<x>
                  Inline all appropriate functions where x can be
                  one of the following:
                    !       Not inline any function (equivalent to -qnoinline)
                    =<lc>   Inline if number of source statement in
                            function is less than the number specified
                            in <lc>.
                    -<nm>   Not inline function listed by names in <nm>
                    +<nm>   Attempt to inline function listed by names
                            in <nm>.
        -r        Produce the output file without linking any library.
        -S        Produce a .s file for any source file processed by the
                  compiler.
        -t<x>     Apply prefix from the -B option to the specified program <x>,
                  where x can be one or more of the following:
                    a = assembler
                    b = compiler backend
                    c = compiler frontend
                    i = compiler inliner
                    I = inter-procedural analysis - compile phase
                    l = linkage editor
                    L = inter-procedural analysis - link phase.
                    p = preprocessor
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing commands as they
                  are invoked by xlc; output goes to stdout.
        -V        Displays commands as they are invoked by xlC;
                  output goes to stdout.
        -w        Suppress informational, language-level, and
                  warning messages.
        -W<x,y>   Give the options <y> to the compiler program <x>
                  where x can be one or more of the following:
                    <a,b,c,f,I,l,L,p>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    m = round toward minus infinity
                    n = round to nearest
                    p = round toward positive infinity
                    z = round toward zero.

       2. Keyword options:

          Keyword options are specified in one of the following ways:

          -q<option>
          -q<option>=<parameter>
          -q<option>=<parameter>:<parameter>

          where <option> is an option name and <parameter> is a
          parameter value.
          Keyword options with no parameters represent switches
          that may be either on or off. The keyword by itself turns
          the switch on, and the keyword preceded by the letters NO
          turns the switch off. For example, -qLIST tells the
          compiler to produce a listing and -qNOLIST tells the
          compiler not to produce a listing. If an option that
          represents a switch is set more than once, the compiler
          uses the last setting.

          Keyword option and parameter names may appear in either
          UPPER CASE or lower case letters in the xlc command.


          Options without parameters:

          32          Selects 32-bit compiler mode.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          compact     Reduce code size where possible, at the expense
                      of execution speed.  Code size is reduced by
                      inhibiting optimizations that replicate or expand
                      code inline.
          cpluscmt    Permit "//" to introduce a comment that lasts
                      until the end of the current source line, as in C++.
          dbcs        String literals and comments can contain DBCS
                      characters (same as mbcs option).
          dbxextra    Generate symbol table information for unreferenced
                      variables. By default such information is not generated
                      thus reducing the size of the executable compiled with
                      the "-g" option.  Same as -qsymtab=unref.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          dpcl        Generates symbols for tools based on the Dynamic
                      Probe Class Library (DPCL)
          extchk      Perform external name type-checking and function
                      call checking.
          fdpr        Collect information about programs for use with
                      the AIX fdpr (Feedback Directed Program Restructuring)
                      performance-tuning utility.
          flttrap     Generate instructions to trap floating-point
                      exceptions.
          fold        Specifies that constant floating-point expressions
                      are to be evaluated at compile time.
          fullpath    Specifies the path information stored for files when
                      you use "-g" and the symbolic debugger.
          funcsect    Place instructions for each function in a separate csect.
          heapdebug   Enables debug versions of memory management functions.
          hot         Determines whether or not to perform high-order
                      transformations on loops during optimization.
          idirfirst   Specify the search order for files included with
                      the #include "file_name" directive.  Use -qidirfirst
                      with the -Idirectory option.  If -qidirfirst option
                      is specified, the directories specified by the
                      -Idirectory option are searched before the directory
                      where the current file resides.
          ignerrno    Tell the optimizer that the program will never
                      refer to or set errno.  This allows additional
                      optimizations.
          inlglue     Generate fast external linkage by inlining the
                      code (pointer glue code) necessary at calls
                      via a function pointer and calls to external
                      procedures.
          largepage   Take advantage of 16M pages, which will allow for
                      reduced TLB entries and allow hardware prefetching
                      to be done more efficiently.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes that all functions with the name of an
                      ANSI C library functions are in fact the system functions.
          linedebug   Generates abbreviated line number and source file name
                      information for the debugger.
          list        Produce an object listing; output goes to .lst file.
          listopt     Display the settings of all options; output goes
                      to .lst file.
          longdouble  Increase long double size from 64 to 128 bits.
          longlit     Changes implicit type selection for integer constants in
                      64-bit mode.
          longlong    Allow long long integers.
          macpstr     Allow '\p' as the first character of a string constant
                      which will be replaced by the length in bytes.
          makedep     Creates an output file that contains targets suitable for
                      inclusion in a description file for the AIX make command.
          mbcs        String literals and comments can contain DBCS
                      characters (same as dbcs option).
          mkshrobj    Create a shared object from generated object files.
          noprint     Direct listing to /dev/null.
          nostdinc    Specify which files are included with the #include
                      "file_name" and #include <file_name> directives.
                      If -qnostdinc is specified, the /usr/include directory
                      is not searched.
          optimize    Same as O and O2. Perform optimization that is the
                      mix between speed and size.  (If -qnooptimize is
                      specified, it is equivalent to -qoptimize=0.)
          pascal      Accept and ignore the keyword 'pascal' as a
                      type modifier.
          pdf1, pdf2  Perform aggressive optimizations with profile
                      directed feedback.
          phsinfo     Produce compiler phase information; output goes to
                      stdout.
          proto       Assert that procedure call points agree
                      with their declarations even if the procedure has
                      not been prototyped. This allows the caller to
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
          report      Adds information to the listing file on the loop
                      transformations that have been carried out.
                      This option requires either -qhot or -qsmp
                      in order to have effect.
          ro          Put string literals in read only area.
          roconst     Put constant values in read only area.
          showinc     Include the source of all included files in the
                      source listing, if the SOURCE option is in effect.
          smallstack  Reduce the size of the stack frame, allowing better use
                      of a limited stack size.
          source      Produce a source listing; output goes to .lst file.
          srcmsg      Reconstruct source lines in error along with the
                      diagnostic messages in the stderr file.
          statsym     Adds user-defined, nonexternal names that have a
                      persistent storage class, such as initialized and
                      uninitialized static variables, to the name list
                      (the symbol table of xcoff objects).  Same as
                      -qsymtab=static.
          strict      Turns off aggressive optimizations which have the
                      potential to alter the semantics of a user's program.
                      This option also sets -qfloat=nofltint:norsqrt.
          strict_induction
                      Turns off induction variable optimizations
                      that have the potential to alter the semantics of a
                      user's program. The default is "nostrict_induction" at
                      -O2 or higher and "strict_induction" otherwise.
                      "nostrict_induction" is recomended if your program does
                      not have overflows or wrap arounds of loop induction
                      variables.
          syntaxonly  Causes the compiler to perform syntax checking without
                      generating an object file.
          threaded    Indicates to the compiler that the program will execute
                      in multi-threaded environment.
          tocmerge    Read from the file specified in -bImportfile linker
                      option and merge the address information to access
                      ranges of external addresses using a single Table Of
                      Content entry.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer or
                      pointer-to-integer truncation.
          unwind      Enables stack unwinding.  The optimization prologue
                      tailoring reduces the number of saves and restores
                      of non-volatile registers, but is enabled only when
                      stack unwinding is disabled.
          xcall       Generate code to static routines within a compilation
                      unit as if they were external routines.
          xref        Produce a cross-reference listing containing
                      only referenced names.



          Options with parameters:
          aggrcopy=[no]overlap
                      Asserts whether source and destination of aggregate
                      assignments overlap.
          alias=<option>
                      Specifies the aliasing assertion to be applied to
                      your compilation unit.
                      The available options are:
                      addr    Variables are disjoint from pointers
                              unless their address is taken.
                      allp    Pointers are never aliased.
                      ansi    Pointers can only point to an object of the
                              same type. Require -O option.
                      typ     Pointers to different types are never aliased.
          align=<algnopt>
                      bit_packed
                              Similar to packed, except bit-fields are
                              packed as tightly as possible.
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries.
                      packed  The compiler uses the packed alignment rules.
                      power   The compiler uses the RISC System/6000
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules.
                              The mac68k option is the same as twobyte.
          arch=<option>
                      Specifies the architecture on which the executable
                      program will be run.
                      The available options are:
                      com     Produce an object that contains instructions
                              that will run on all the POWER and PowerPC
                              hardware platforms.
                      pwr     Produce an object that contains instructions
                              that will run on the POWER hardware
                              platform.
                      pwr2    Produce an object that contains instructions
                              that will run on the POWER2 hardware
                              platform.
                      pwrx    Same as pwr2.
                      ppc     Produce an object that contains instructions
                              that will run on any of the 32-bit PowerPC
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
                              graphics instructions for PowerPC processors.
                      pwr2s   Produce an object that contains instructions
                              that will run on a pwr2s chip.
                      p2sc    Produce an object that contains instructions
                              that will run on a p2sc chip.
                      601     Produce an object that contains instructions
                              that will run on a 601 chip.
                      602     Produce an object that contains instructions
                              that will run on a 602 chip.
                      603     Produce an object that contains instructions
                              that will run on a 603 chip.
                      604     Produce an object that contains instructions
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
                              that will run on a 403 chip.
                      rs64a   Produce an object that contains instructions
                              that will run on a rs64a chip.
                      rs64b   Produce an object that contains instructions
                              that will run on a rs64b chip.
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
                      pwr3    Produce an object that contains instructions
                              that will run on a POWER3 chip.
                      pwr4    Produce an object that contains instructions
                              that will run on a POWER4 chip.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses the default -qtune value for the specified
                      architecture. Refer to online documentation to find
                      actual default setting of -qtune  for a given -qarch.
          assert=<option>
                      Specifies the aliasing assertion to be applied to
                      your compilation unit.
                      The available options are:
                      typ     Pointers to different types are never aliased.
                      allp    Pointers are never aliased.
                      addr    Variables are disjoint from pointers
                              unless their address is taken.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          attr=full   Produce an attribute listing containing all names,
                      whether referenced or not; output goes to .lst file.
          bitfields=signed
          bitfields=unsigned
                      Specify whether bitfields will be signed or unsigned.
          cache=<suboption>:<suboption>...
                      Describe the cache configuration for a specific target
                      execution machine. See online documentation for details.
          chars=signed
          chars=unsigned
                      Specify whether the data type char will be signed
                      or unsigned.
          check=<option>
                      Generate code to check for run-time checks.
                      bounds  Runtime checking of addresses when
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
                              A trap will occur if an attempt is made to
                              divide by zero.
                      nullptr Runtime checking of addresses
                              contained in pointer variables used to
                              reference storage.
                      all     Switches on all the above suboptions.
          dataimported=<name1>:<name2>: ...
                      Specify which data items are imported.  If no names are
                      specified, all data items are assumed to be imported.
                      This is the default.
          datalocal=<name1>:<name2>: ...
                      Specify which data items are local.  If no names are
                      specified, all data items are assumed to be local.
          enum=<enumopt>
                      Specify whether minimum-sized enumerated types will be
                      produced or not. <enumopt> can be either small, int,
                      1, 2, 4 or 8.
                      small denotes that either one, two, four or eight (valid
                      in 64-bit mode only) bytes of storage will be allocated
                      for enum variables based on the range of the enum
                      constants.
                      int is the default, and causes enum variables to be
                      treated as though they were of type signed int
                      depending on the range of the enum constants.
                      1 will cause enum variables to be packed into 1 byte.
                      2 will cause enum variables to be packed into 2 bytes.
                      4 will cause enum variables to be packed into 4 bytes.
                      8 will cause enum variables to be packed into 8 bytes.
                        (enum=8 is valid in 64-bit mode only)
          flag=<sev1>
                      Specify severity level of diagnostics to be reported
                      in source listing and stderr; the severity level
                      is one of <i,w,e,s,u>.
          flag=<sev1>:<sev2>
                      Specify severity level of diagnostics to be reported
                      in source listing (<sev1>), and stderr (<sev2>);
                      the severity levels are one of <i,w,e,s,u>.
          float=<opt1>:<opt2>:...:<optN>
                      The available options are:
                      emulate Function calls are emitted in place of
                              PowerPC floating-point instructions.
                              Use this option only in a single-threaded
                              stand-alone environment, targeting the
                              PowerPC 403 processor.
                              Do not use this suboption with any of the
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
                              o  -qlongdouble, -qldbl128
                              o  128-bit long double invocation commands
                      fltint  Specify whether range checking of floating
                              point to integer conversions is done.
                              Default at -O2: -qfloat=nofltint.
                              Default at -O3: -qfloat=fltint.
                      hsflt   Never round single-precision expressions,
                              and don't perform range checking for
                              floating-point to integer conversions.
                      hssngl  Round single-precision expressions only
                              when the results are stored into float memory
                              locations.
                      nans    Detect conversion of single-precision NaNS to
                              double precision call checking.
                      nomaf   Suppress generation of multiply-add
                              instructions.
                      nofold  Suppress compile-time evaluation of constant
                              floating-point expressions.
                      rndsngl Ensure strict adherence to IEEE standard.
                              all operations on single-precision values
                              produce results that remain in single
                              precision.
                      rrm     Specify run-time rounding mode. Compile with
                              this option if the run-time rounding mode
                              is round toward minus infinity, round toward
                              positive infinity, or not known.
                      rsqrt   Specify whether a division by the result of a
                              square root can be replaced with a multiply
                              by the reciprocal of the square root.
                              Default at -O2: -qfloat=norsqrt.
                              Default at -O3: -qfloat=rsqrt.
                      spnans  Generate extra instructions to detect signaling
                              NaN on conversion from single precision to
                              double precision.  Obsolete; use the equivalent
                              -qfloat=nans option.
          flttrap=<opt1>:<opt2>:...:<optN>
                      Generate instructions to detect and trap floating-point.
                      The available options are:  overflow, underflow,
                      zerodivide, invalid, inexact, enable, imprecise.
          halt=<sev>  Stop compiler after first phase if severity of errors
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
          genproto=<parmnames>
                      Produces ANSI prototypes from K&R function definitions.
          hot=<suboption>
                      Determines whether or not to perform high-order
                      transformations on loops and array language during
                      optimization, and whether or not to pad array dimensions
                      and data objects to avoid cache misses. Suboptions
                      include:
                        arraypad   - The compiler will pad any arrays where it
                                     infers there may be a benefit.  Make sure
                                     that you have not used equivalence
                                     association for any arrays in files
                                     compiled with this option as the compiler
                                     does not perform any checking before
                                     padding arrays.
                        arraypad=n - The compiler will pad every array in the
                                     code.  The pad amount must be a positive
                                     integer value.
                        novector   - The compiler will avoid replacing code by
                                     calls to vector library routines.
                        vector     - Allows the compiler to optimize by
                                     replacing code with calls to vector
                                     library routines.
          ignprag=<option>
                      The available options are:
                      disjoint
                              Ignore pragma disjoint.
                      isolated
                              Ignore pragma isolated_call.
                      omp     Ignore OpenMP parallel processing pragmas.
                      ibm     Ignore IBM parallel processing pragmas.
                      all     Ignore all the above pragmas.
          info
          info=all
                      Produce additional lint-like messages.  For C, it turns
                      on all diagnostic messages for all groups.  For C++, it
                      turns on all diagnostic messages for all groups, except
                      ppt.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      c99     Code that might behave differently between
                              C89 and C99 language levels
                      cls     Possible problems with generation of classes
                      cmp     Possible redundancies in unsigned comparisons
                      cnd     Possible redundancies or problems in conditional
                              expressions
                      cns     Operations involving constants.
                      cnv     Conversions
                      dcl     Consistency of declarations
                      eff     Statements with no effect
                      enu     Consistency of enum variables
                      ext     Unused external definitions
                      gen     General diagnostic messages
                      gnr     Generation of temporary variables
                      got     Use of goto statements
                      ini     Possible problems with initialization
                      inl     Functions not inlined
                      lan     Language level effects
                      obs     Obsolete features
                      ord     Unspecified order of evaluation
                      par     Unused parameters
                      por     Nonportable language constructs
                      ppc     Possible problems with using the preprocessor
                      ppt     Trace of preprocessor actions
                      private Lists shared variables made private to a
                              parallel loop.
                      pro     Missing function prototypes
                      rea     Code that cannot be reached
                      reduction
                              Lists all variables that are recognized as
                              reduction variables inside a parallel loop.
                      ret     Consistency of return statements
                      trd     Possible truncation or loss of data or precision
                      tru     Variable names truncated by the compiler
                      trx     Hexadecimal floating-point constants that cannot
                              be represented exactly in its evaluation format
                      uni     Unitialized variables
                      use     Unused auto and static variables
          initauto=<hh>
                      Initialialize automatic storage to <hh>. <hh> is a
                      hexadecimal value.  This generates extra code and
                      should only be used for error determination.
          inline[=<x>]
                      This is functionally equivalent to the -Q option.
          ipa=<subopt1>[=<val1>][:<subopt2>[=<val2>][:...:<suboptN>[=<valN>]]]
                      Enhances -O optimization by doing detailed analysis
                      across procedures.  One of -O, -O2, or -O3 is required
                      when using -qipa.  Regular expressions are supported
                      when specifying <procedure_names> on the -qipa=exits,
                      -qipa=inline, -qipa=lowfreq, -qipa=noinline, -qipa=pure,
                      -qipa=safe and -qipa=unknown suboptions.
                      Suboptions include:
                        exits=<procedure_names>
                                   - Specifies a selected set of procedures
                                     which always end the program.
                        inline=<inline-options>
                          The "ipa=inline=" command can take a colon-separated
                          list of inline options, which are as follows:
                            inline={auto|noauto}
                                        - Specifies whether or not to
                                          automatically inline expansion.
                            inline=<procedure_names>
                                        - Specifies a comma-separated list of
                                          procedures to try to inline.
                            inline=limit=<num>
                                        - Changes the size limits that deter-
                                          mine how much inline expansion to do.
                                          <num> is the optimizer's approximation
                                          of the number of bytes of code which
                                          will be generated.
                            inline=threshold=<num>
                                        - Specifies the upper size limit on
                                          procedures to inline.  <num> is
                                          defined as for inline=limit.
                        isolated=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that do not directly refer to any global
                                     variable.
                        level=<level>
                                   - Determines the amount of IPA analysis
                                     and optimization performed:
                                       0 = Does only minimal interprocedural
                                           analysis and optimization.
                                       1 = Turns on inlining, limited alias
                                           analysis, and limited call-site
                                           tailoring.
                                       2 = Full interprocedural data flow and
                                           alias analysis.
                        list=[filename|short|long]
                                   - Specifies an output listing file name
                                     during the link phase, in the event that
                                     an object listing has been requested
                                     using the -qlist option.  The default
                                     name is "a.lst".  The suboptions short and
                                     long determine which listing sections will
                                     be included.
                        lowfreq=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures that are likely to be
                                     called infrequently during the course
                                     of a typical program run.
                        missing={unknown|safe|isolated|pure}
                                   - Specifies the default assumption for
                                     procedures not compiled with -qipa.
                        noinline=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures which are not to be inlined.
                        noobject   - Speeds up compilation, but the object
                                     files cannot be used in non-IPA
                                     compilations.  This option is ignored if
                                     -S has been specified.
                        partition={small|medium|large}
                                   - Specifies the size of program sections
                                     that are analyzed together.  Larger
                                     partitions may produce better analysis but
                                     require more storage.
                        pure=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that are "isolated", "safe", and do not
                                     modify any data objects that are visible
                                     to the caller.
                        safe=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that do not call any other part of the
                                     program.
                        stdexits   - Specifies that compiler-defined exit
                                     routines can be optimized as with the
                                     "exits" suboption.  The procedures are
                                     abort, exit, _exit, and _assert.
                        nothreads    Single threaded invocation of the compiler
                                     backend.
                        threads      Compiler decides the number of threads
                                     used to invoke the compiler backend.
                        threads=<n>  Up to 'n' threads can be used to invoke
                                     the compiler backend.
                        unknown=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that may update global variables and
                                     dummy arguments and call other parts of
                                     the program compiled with -qipa.
                        The following options are intended for use by the
                        link-time phase of -qipa:
                        -qlibansi  - Assumes that all functions with the name
                                     of an ANSI C defined library function are,
                                     in fact, the library functions.
                                     -qnolibansi is the default.
                        -qlibessl  - Assumes that all functions with the name
                                     of an ESSL defined library functions are,
                                     in fact, the library functions.
                                     -qnolibessl is the default.
                        -qlibposix - Assumes that all functions with the name
                                     of a POSIX 1003.1 defined library function
                                     are, in fact, the system functions.
                                     -qnolibposix is the default.
          isolated_call=<name1>:<name2>: ...
                      Specify that the calls to the functions listed have no
                      side effects. <name1> and <name2> are function names.
                      The user may specify as many function names as
                      necessary.
          keyword=<keywords>
                      Enables the use of specific keywords.
          langlvl={<langlvl>|<feature>}[:<langlvl>|<feature>]...
                      Specify language level and/or features to be enabled
                      during compilation.
                      <langlvl>
                              can be extc89, stdc89, extc99, stdc99,
                              ansi, saal2, saa, extended, or classic.
                      <feature>
                              can be:
                              [no]ucs   enables or disables support for
                                        universal character names.
          maxerr=<num>[:<sev>]
                      Instructs the compiler to halt compilation when <num>
                      errors of <sev> or greater severity is reached.  The
                      default for <sev> is current value of the -qhalt option.
          maxmem=<num>
                      Limit the amount of memory used by space intensive
                      optimizations to <num>.  <num> specified in kilobytes.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggressive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa
                              with automatic architecture and tuning option
                              generation.
                      5       Same as -O5. Internally generates -O3
                              -qipa=level=2 with automatic architecture and
                              tuning option generation.
          procimported=<name1>:<name2>: ...
                      Specify which functions are imported.  If no filenames
                      are specified, all invoked functions are assumed to be
                      defined outside the current file.  The last explicit
                      specification for a function takes precedence.
          proclocal=<name1>:<name2>: ...
                      Specify which functions are local.
                      If no filenames are specified, all invoked functions
                      are assumed to be defined within the current file.
                      The last explicit specification for a function takes
                      precedence.
          procunknown=<name1>:<name2>: ...
                      Specify which functions are unknown to be local or
                      imported.  If no filenames are specified, all functions
                      called are assumed to be unknown. This is the default
                      when no user options are specified. The last explicit
                      specification for a function takes precedence.
          profile=<option>
                      Sets up the object files produced by the compiler for
                      profiling.
                      The available options are:
                      ibm     Generate profiling support code for use with the
                              Performance Analysis tool in VisualAge C++.
                      p       Generate profiling support code.  Same as -p.
                      pg      Generate profiling support code including BSD
                              profiling support.  Same as -pq.
          smp[=suboption[:suboption] [ ... ]]
                      Controls acceptance of OpenMP directives and
                      automatic parallelization.  The auto and omp suboptions
                      are opposites. i.e. -qsmp=omp means strict adherance
                      to the OpenMP standard with no automatic parallelization.
                      [no]auto
                              Enables or disables automatic parallelization.
                      [no]explicit
                              Enables or disables explicit parallelization.
                      [no]opt
                              Turns off the implied optimization to allow
                              simpler debugging.
                      schedule=<sched_type>[=n]
                              Specifies what kind of scheduling algorithms
                              and chunking are used for loops to which no
                              other scheduling algorithm has been explicitly
                              assigned in the source code.
                              Valid options for <sched_type> are:
                                         * dynamic[=n]
                                         * guided[=n]
                                         * static[=n]
                                         * affinity[=n]
                                         * runtime
                              For more information, see online documentation.
                      [no]nested_par
                              Enables or disables parallelization of nested
                              parallel constructs.
                      [no]rec_locks
                              Specifies whether recursive or regular locks
                              should be used to implement critical sections.
                      [no]omp Enables or disables strict OpenMP mode.
          spill=<size>
                      Specify the size of the register allocation spill area.
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
          nosuppress
                      Don't suppress compiler messages.
          symtab=<options>
                      Controls symbol table.
                      The available options are:
                      unref   Specifies that all typedef declarations, struct,
                              union, and enum type definitions are included
                              for processing by the debugger.  Same as
                              -qdbxextra.
                      static  Adds user-defined, nonexternal names that have a
                              persistent storage class, such as initialized
                              and uninitialized static variables, to the name
                              list (the symbol table of xcoff objects).  Same
                              as -qstatsym.
          tabsize=<size>
                      Changes the length of tabs in your source file.
          tbtable=<option>
                      Generate a traceback table for each function and
                      place it in the text segment at the end of the
                      function code.
                      The available options are:
                      none    No traceback table is generated.
                      full    A full traceback table is generated.
                              This is the default with -g specified.
                      small   A traceback table is generated with no name or
                              parameter information.
                              This is the default when -g is NOT specified.
          tune=<option>
                      Specifies the architecture system for which the
                      executable program is optimized.
                      The available options are:
                      403     Produce an object optimized for all the
                              PowerPC 403 processors.
                              Use -qfloat=emulate to emulate the floating-point
                              instructions omitted by the 403 processor.
                      601     Produce an object optimized for all the
                              PowerPC 601 processors.
                      602     Produce an object optimized for all the
                              PowerPC 602 processors.
                      603     Produce an object optimized for all the
                              PowerPC 603 processors.
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
                      pwr     Produce an object optimized for the POWER
                              hardware platform.
                      pwr2    Produce an object optimized for the
                              POWER2 hardware platform.
                      pwr2s   Produce an object optimized for the
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
                              slow program performance.
                      pwrx    Same as pwr2.
                      rs64a   Produce an object optimized for the rs64a
                              processor.
                      rs64b   Produce an object optimized for the rs64b
                              processor.
                      rs64c   Produce an object optimized for the rs64c
                              processor.
                      pwr3    Produce an object optimized for the POWER3
                              processor.
                      pwr4    Produce an object optimized for the POWER4
                              processor.
          unroll={yes|no|auto}
                      yes     Hint for the compiler to try to unroll loops.
                      no      Force the compiler not to unroll any loops.
                      auto    Let the compiler decide whether to unroll loops.
          unroll      same as unroll=yes
          nounroll    same as unroll=no
          xref=full   Produce a cross-reference listing containing all names,
                      whether referenced or not; output goes to .lst file.

  Environment Variables
     1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by
                   configuration file or command-line options

        Setting

         not set   32-bit compiler mode.
          32       32-bit compiler mode.
          64       64-bit compiler mode.
         32_64     Fatal error and stop, unless an explicit configuration
                   file or command-line compiler-mode setting exists.
        any other  Fatal error and stop, unless an explicit configuration
                   file or command-line compiler-mode setting exists.

  For a detailed description of each option, please refer to the online
  documentation.
unlink: /tmp/xlcW0zRzH7a
unlink: /tmp/xlcW1zRzH7b
unlink: /tmp/xlcW2zRzH7c
configure:2118: $? = 249
configure:2120: /usr/vac/bin/cc -V </dev/null >&5
/usr/bin/pg /usr/vac/exe/default_msg/vac.help 
  C for AIX Compiler, Version 6

  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...

  Description:
     The xlC and related commands compile C and C++ source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlC calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C or C++ source file
       3. file name with .o suffix: object file for ld command
       4. file name with .s suffix: assembler source file
       5. file name with .so suffix: shared object file

  Options:
     Options can be flag options or keyword options:

       1. Flag options:

        -#        Display language processing commands but do
                  not invoke them; output goes to stdout.
        -bdynamic, -bstatic
                  Determines which types of library files are searched by
                  the linkage editor.
        -brtl     Tells the linkage editor to accept both .so and .a
                  library file types.
        -B<prefix>
                  Construct alternate compiler/assembler/linkage editor
                  program names. <prefix> is added to the beginning of
                  the standard program names.
        -c        Do not send object files to the linkage editor.
        -C        Write comments to output when doing preprocessing,
                  used with -E and -P.
        -D<name>[=<def>]
                  Define <name> as in #define directive. If <def> is
                  not specified, 1 is assumed.
        -E        Preprocess but do not compile; output goes to stdout
        -f<filename>
                  Passes to the linkage editor the filename of a file
                  containing a list of input files to be processed.
        -F<x>[:<stanza>]
                  Use alternate configuration file <x> with optional
                  <stanza>. If <stanza> is not specified, the assumed stanza
                  is the name of the command used to invoke the compiler.
        -g        Produce information for the debugger.
        -G        Tells the linkage editor to create a dynamic library.
        -I<dir>   Search in directory <dir> for include files that
                  do not start with an absolute path.
        -l<key>   Search the specified library file,
                  where <key> selects the file lib<key>.a.
        -L<dir>   Search in directory <dir> for files specified by -l<key>.
        -ma       Generate inline calls to the "alloca" function as if
                  "#pragma alloca" directives were in the source file.
        -M        Generate information to be included in a "make"
                  description file; output goes to .u file.
        -o<name>  Name the executable file <name> instead of a.out.
                  When used with the -c option and one source file,
                  name the object file <name> instead of filename.o.
                  If <name> is the name of a directory, files generated by
                  the compiler will be placed into that directory.
        -O        Optimize generated code.
        -O2       Same as -O.
        -O3       Perform some memory and compile time intensive
                  optimizations in addition to those executed with -O2.
                  The -O3 specific optimizations have the potential to
                  alter the semantics of a user's program.
                  The compiler guards against these optimizations at -O2
                  and the option -qstrict is provided at -O3 to turn off
                  these aggressive optimizations.
        -O4       Equivalent to -O3 -qipa with automatic generation of
                  architecture and tuning option ideal for that platform.
        -O5       Equivalent to -O3 -qipa=level=2 with automatic
                  generation of architecture and tuning option ideal for
                  that platform.
        -p        Generate profiling support code.  Same as -qprofile=p.
        -pg       Generate profiling support code including BSD
                  profiling support.  Same as -qprofile=pg.
        -P        Preprocess but do not compile; output goes to .i file.
        -Q<x>, -qinline<x>
                  Inline all appropriate functions where x can be
                  one of the following:
                    !       Not inline any function (equivalent to -qnoinline)
                    =<lc>   Inline if number of source statement in
                            function is less than the number specified
                            in <lc>.
                    -<nm>   Not inline function listed by names in <nm>
                    +<nm>   Attempt to inline function listed by names
                            in <nm>.
        -r        Produce the output file without linking any library.
        -S        Produce a .s file for any source file processed by the
                  compiler.
        -t<x>     Apply prefix from the -B option to the specified program <x>,
                  where x can be one or more of the following:
                    a = assembler
                    b = compiler backend
                    c = compiler frontend
                    i = compiler inliner
                    I = inter-procedural analysis - compile phase
                    l = linkage editor
                    L = inter-procedural analysis - link phase.
                    p = preprocessor
        -U<name>  Undefine name as in #undef directive.
        -v        Displays language processing commands as they
                  are invoked by xlc; output goes to stdout.
        -V        Displays commands as they are invoked by xlC;
                  output goes to stdout.
        -w        Suppress informational, language-level, and
                  warning messages.
        -W<x,y>   Give the options <y> to the compiler program <x>
                  where x can be one or more of the following:
                    <a,b,c,f,I,l,L,p>
        -y<x>     Specify compile-time rounding of constant floating-point
                  expressions, where <x> can be one of the following:
                    m = round toward minus infinity
                    n = round to nearest
                    p = round toward positive infinity
                    z = round toward zero.

       2. Keyword options:

          Keyword options are specified in one of the following ways:

          -q<option>
          -q<option>=<parameter>
          -q<option>=<parameter>:<parameter>

          where <option> is an option name and <parameter> is a
          parameter value.
          Keyword options with no parameters represent switches
          that may be either on or off. The keyword by itself turns
          the switch on, and the keyword preceded by the letters NO
          turns the switch off. For example, -qLIST tells the
          compiler to produce a listing and -qNOLIST tells the
          compiler not to produce a listing. If an option that
          represents a switch is set more than once, the compiler
          uses the last setting.

          Keyword option and parameter names may appear in either
          UPPER CASE or lower case letters in the xlc command.


          Options without parameters:

          32          Selects 32-bit compiler mode.
          64          Selects 64-bit compiler mode.
          ansialias   Use type-based aliasing during optimization.
          compact     Reduce code size where possible, at the expense
                      of execution speed.  Code size is reduced by
                      inhibiting optimizations that replicate or expand
                      code inline.
          cpluscmt    Permit "//" to introduce a comment that lasts
                      until the end of the current source line, as in C++.
          dbcs        String literals and comments can contain DBCS
                      characters (same as mbcs option).
          dbxextra    Generate symbol table information for unreferenced
                      variables. By default such information is not generated
                      thus reducing the size of the executable compiled with
                      the "-g" option.  Same as -qsymtab=unref.
          digraph     Allow special digraph
          dollar      Allow '$' as an identifier character
          dpcl        Generates symbols for tools based on the Dynamic
                      Probe Class Library (DPCL)
          extchk      Perform external name type-checking and function
                      call checking.
          fdpr        Collect information about programs for use with
                      the AIX fdpr (Feedback Directed Program Restructuring)
                      performance-tuning utility.
          flttrap     Generate instructions to trap floating-point
                      exceptions.
          fold        Specifies that constant floating-point expressions
                      are to be evaluated at compile time.
          fullpath    Specifies the path information stored for files when
                      you use "-g" and the symbolic debugger.
          funcsect    Place instructions for each function in a separate csect.
          heapdebug   Enables debug versions of memory management functions.
          hot         Determines whether or not to perform high-order
                      transformations on loops during optimization.
          idirfirst   Specify the search order for files included with
                      the #include "file_name" directive.  Use -qidirfirst
                      with the -Idirectory option.  If -qidirfirst option
                      is specified, the directories specified by the
                      -Idirectory option are searched before the directory
                      where the current file resides.
          ignerrno    Tell the optimizer that the program will never
                      refer to or set errno.  This allows additional
                      optimizations.
          inlglue     Generate fast external linkage by inlining the
                      code (pointer glue code) necessary at calls
                      via a function pointer and calls to external
                      procedures.
          largepage   Take advantage of 16M pages, which will allow for
                      reduced TLB entries and allow hardware prefetching
                      to be done more efficiently.
          ldbl128     Increase long double size from 64 to 128 bits.
          libansi     Assumes that all functions with the name of an
                      ANSI C library functions are in fact the system functions.
          linedebug   Generates abbreviated line number and source file name
                      information for the debugger.
          list        Produce an object listing; output goes to .lst file.
          listopt     Display the settings of all options; output goes
                      to .lst file.
          longdouble  Increase long double size from 64 to 128 bits.
          longlit     Changes implicit type selection for integer constants in
                      64-bit mode.
          longlong    Allow long long integers.
          macpstr     Allow '\p' as the first character of a string constant
                      which will be replaced by the length in bytes.
          makedep     Creates an output file that contains targets suitable for
                      inclusion in a description file for the AIX make command.
          mbcs        String literals and comments can contain DBCS
                      characters (same as dbcs option).
          mkshrobj    Create a shared object from generated object files.
          noprint     Direct listing to /dev/null.
          nostdinc    Specify which files are included with the #include
                      "file_name" and #include <file_name> directives.
                      If -qnostdinc is specified, the /usr/include directory
                      is not searched.
          optimize    Same as O and O2. Perform optimization that is the
                      mix between speed and size.  (If -qnooptimize is
                      specified, it is equivalent to -qoptimize=0.)
          pascal      Accept and ignore the keyword 'pascal' as a
                      type modifier.
          pdf1, pdf2  Perform aggressive optimizations with profile
                      directed feedback.
          phsinfo     Produce compiler phase information; output goes to
                      stdout.
          proto       Assert that procedure call points agree
                      with their declarations even if the procedure has
                      not been prototyped. This allows the caller to
                      pass floating point arguments in floating point
                      registers instead of general purpose registers.
          report      Adds information to the listing file on the loop
                      transformations that have been carried out.
                      This option requires either -qhot or -qsmp
                      in order to have effect.
          ro          Put string literals in read only area.
          roconst     Put constant values in read only area.
          showinc     Include the source of all included files in the
                      source listing, if the SOURCE option is in effect.
          smallstack  Reduce the size of the stack frame, allowing better use
                      of a limited stack size.
          source      Produce a source listing; output goes to .lst file.
          srcmsg      Reconstruct source lines in error along with the
                      diagnostic messages in the stderr file.
          statsym     Adds user-defined, nonexternal names that have a
                      persistent storage class, such as initialized and
                      uninitialized static variables, to the name list
                      (the symbol table of xcoff objects).  Same as
                      -qsymtab=static.
          strict      Turns off aggressive optimizations which have the
                      potential to alter the semantics of a user's program.
                      This option also sets -qfloat=nofltint:norsqrt.
          strict_induction
                      Turns off induction variable optimizations
                      that have the potential to alter the semantics of a
                      user's program. The default is "nostrict_induction" at
                      -O2 or higher and "strict_induction" otherwise.
                      "nostrict_induction" is recomended if your program does
                      not have overflows or wrap arounds of loop induction
                      variables.
          syntaxonly  Causes the compiler to perform syntax checking without
                      generating an object file.
          threaded    Indicates to the compiler that the program will execute
                      in multi-threaded environment.
          tocmerge    Read from the file specified in -bImportfile linker
                      option and merge the address information to access
                      ranges of external addresses using a single Table Of
                      Content entry.
          upconv      Preserves the unsigned specification when performing
                      integral promotions.
          warn64      Enables checking for possible long-to-integer or
                      pointer-to-integer truncation.
          unwind      Enables stack unwinding.  The optimization prologue
                      tailoring reduces the number of saves and restores
                      of non-volatile registers, but is enabled only when
                      stack unwinding is disabled.
          xcall       Generate code to static routines within a compilation
                      unit as if they were external routines.
          xref        Produce a cross-reference listing containing
                      only referenced names.



          Options with parameters:
          aggrcopy=[no]overlap
                      Asserts whether source and destination of aggregate
                      assignments overlap.
          alias=<option>
                      Specifies the aliasing assertion to be applied to
                      your compilation unit.
                      The available options are:
                      addr    Variables are disjoint from pointers
                              unless their address is taken.
                      allp    Pointers are never aliased.
                      ansi    Pointers can only point to an object of the
                              same type. Require -O option.
                      typ     Pointers to different types are never aliased.
          align=<algnopt>
                      bit_packed
                              Similar to packed, except bit-fields are
                              packed as tightly as possible.
                      full    The compiler uses the RISC System/6000
                              alignment rules. This is the same as power.
                      mac68k  The compiler uses the Macintosh**
                              alignment rules.
                      natural The compiler maps structure members to
                              their natural boundaries.
                      packed  The compiler uses the packed alignment rules.
                      power   The compiler uses the RISC System/6000
                              alignment rules.
                      twobyte The compiler uses the Macintosh alignment rules.
                              The mac68k option is the same as twobyte.
          arch=<option>
                      Specifies the architecture on which the executable
                      program will be run.
                      The available options are:
                      com     Produce an object that contains instructions
                              that will run on all the POWER and PowerPC
                              hardware platforms.
                      pwr     Produce an object that contains instructions
                              that will run on the POWER hardware
                              platform.
                      pwr2    Produce an object that contains instructions
                              that will run on the POWER2 hardware
                              platform.
                      pwrx    Same as pwr2.
                      ppc     Produce an object that contains instructions
                              that will run on any of the 32-bit PowerPC
                              hardware platforms.
                      ppcgr   Produce an object that contains optional
                              graphics instructions for PowerPC processors.
                      pwr2s   Produce an object that contains instructions
                              that will run on a pwr2s chip.
                      p2sc    Produce an object that contains instructions
                              that will run on a p2sc chip.
                      601     Produce an object that contains instructions
                              that will run on a 601 chip.
                      602     Produce an object that contains instructions
                              that will run on a 602 chip.
                      603     Produce an object that contains instructions
                              that will run on a 603 chip.
                      604     Produce an object that contains instructions
                              that will run on a 604 chip.
                      403     Produce an object that contains instructions
                              that will run on a 403 chip.
                      rs64a   Produce an object that contains instructions
                              that will run on a rs64a chip.
                      rs64b   Produce an object that contains instructions
                              that will run on a rs64b chip.
                      rs64c   Produce an object that contains instructions
                              that will run on a rs64c chip.
                      pwr3    Produce an object that contains instructions
                              that will run on a POWER3 chip.
                      pwr4    Produce an object that contains instructions
                              that will run on a POWER4 chip.
                      The default is -qarch=com.  If the -qarch option is
                      specified without the -qtune=<option>, the compiler
                      uses the default -qtune value for the specified
                      architecture. Refer to online documentation to find
                      actual default setting of -qtune  for a given -qarch.
          assert=<option>
                      Specifies the aliasing assertion to be applied to
                      your compilation unit.
                      The available options are:
                      typ     Pointers to different types are never aliased.
                      allp    Pointers are never aliased.
                      addr    Variables are disjoint from pointers
                              unless their address is taken.
          attr        Produce an attribute listing containing only
                      referenced names; output goes to .lst file.
          attr=full   Produce an attribute listing containing all names,
                      whether referenced or not; output goes to .lst file.
          bitfields=signed
          bitfields=unsigned
                      Specify whether bitfields will be signed or unsigned.
          cache=<suboption>:<suboption>...
                      Describe the cache configuration for a specific target
                      execution machine. See online documentation for details.
          chars=signed
          chars=unsigned
                      Specify whether the data type char will be signed
                      or unsigned.
          check=<option>
                      Generate code to check for run-time checks.
                      bounds  Runtime checking of addresses when
                              subscripting within an object of known size.
                      divzero Runtime checking of integer division.
                              A trap will occur if an attempt is made to
                              divide by zero.
                      nullptr Runtime checking of addresses
                              contained in pointer variables used to
                              reference storage.
                      all     Switches on all the above suboptions.
          dataimported=<name1>:<name2>: ...
                      Specify which data items are imported.  If no names are
                      specified, all data items are assumed to be imported.
                      This is the default.
          datalocal=<name1>:<name2>: ...
                      Specify which data items are local.  If no names are
                      specified, all data items are assumed to be local.
          enum=<enumopt>
                      Specify whether minimum-sized enumerated types will be
                      produced or not. <enumopt> can be either small, int,
                      1, 2, 4 or 8.
                      small denotes that either one, two, four or eight (valid
                      in 64-bit mode only) bytes of storage will be allocated
                      for enum variables based on the range of the enum
                      constants.
                      int is the default, and causes enum variables to be
                      treated as though they were of type signed int
                      depending on the range of the enum constants.
                      1 will cause enum variables to be packed into 1 byte.
                      2 will cause enum variables to be packed into 2 bytes.
                      4 will cause enum variables to be packed into 4 bytes.
                      8 will cause enum variables to be packed into 8 bytes.
                        (enum=8 is valid in 64-bit mode only)
          flag=<sev1>
                      Specify severity level of diagnostics to be reported
                      in source listing and stderr; the severity level
                      is one of <i,w,e,s,u>.
          flag=<sev1>:<sev2>
                      Specify severity level of diagnostics to be reported
                      in source listing (<sev1>), and stderr (<sev2>);
                      the severity levels are one of <i,w,e,s,u>.
          float=<opt1>:<opt2>:...:<optN>
                      The available options are:
                      emulate Function calls are emitted in place of
                              PowerPC floating-point instructions.
                              Use this option only in a single-threaded
                              stand-alone environment, targeting the
                              PowerPC 403 processor.
                              Do not use this suboption with any of the
                              following:
                              o  -qarch=pwr, -qarch=pwr2, -qarch=pwrx
                              o  -qlongdouble, -qldbl128
                              o  128-bit long double invocation commands
                      fltint  Specify whether range checking of floating
                              point to integer conversions is done.
                              Default at -O2: -qfloat=nofltint.
                              Default at -O3: -qfloat=fltint.
                      hsflt   Never round single-precision expressions,
                              and don't perform range checking for
                              floating-point to integer conversions.
                      hssngl  Round single-precision expressions only
                              when the results are stored into float memory
                              locations.
                      nans    Detect conversion of single-precision NaNS to
                              double precision call checking.
                      nomaf   Suppress generation of multiply-add
                              instructions.
                      nofold  Suppress compile-time evaluation of constant
                              floating-point expressions.
                      rndsngl Ensure strict adherence to IEEE standard.
                              all operations on single-precision values
                              produce results that remain in single
                              precision.
                      rrm     Specify run-time rounding mode. Compile with
                              this option if the run-time rounding mode
                              is round toward minus infinity, round toward
                              positive infinity, or not known.
                      rsqrt   Specify whether a division by the result of a
                              square root can be replaced with a multiply
                              by the reciprocal of the square root.
                              Default at -O2: -qfloat=norsqrt.
                              Default at -O3: -qfloat=rsqrt.
                      spnans  Generate extra instructions to detect signaling
                              NaN on conversion from single precision to
                              double precision.  Obsolete; use the equivalent
                              -qfloat=nans option.
          flttrap=<opt1>:<opt2>:...:<optN>
                      Generate instructions to detect and trap floating-point.
                      The available options are:  overflow, underflow,
                      zerodivide, invalid, inexact, enable, imprecise.
          halt=<sev>  Stop compiler after first phase if severity of errors
                      detected equals or exceeds <sev>; the severity
                      level is one of i, w, e, s, u.
          genproto=<parmnames>
                      Produces ANSI prototypes from K&R function definitions.
          hot=<suboption>
                      Determines whether or not to perform high-order
                      transformations on loops and array language during
                      optimization, and whether or not to pad array dimensions
                      and data objects to avoid cache misses. Suboptions
                      include:
                        arraypad   - The compiler will pad any arrays where it
                                     infers there may be a benefit.  Make sure
                                     that you have not used equivalence
                                     association for any arrays in files
                                     compiled with this option as the compiler
                                     does not perform any checking before
                                     padding arrays.
                        arraypad=n - The compiler will pad every array in the
                                     code.  The pad amount must be a positive
                                     integer value.
                        novector   - The compiler will avoid replacing code by
                                     calls to vector library routines.
                        vector     - Allows the compiler to optimize by
                                     replacing code with calls to vector
                                     library routines.
          ignprag=<option>
                      The available options are:
                      disjoint
                              Ignore pragma disjoint.
                      isolated
                              Ignore pragma isolated_call.
                      omp     Ignore OpenMP parallel processing pragmas.
                      ibm     Ignore IBM parallel processing pragmas.
                      all     Ignore all the above pragmas.
          info
          info=all
                      Produce additional lint-like messages.  For C, it turns
                      on all diagnostic messages for all groups.  For C++, it
                      turns on all diagnostic messages for all groups, except
                      ppt.
          info=<group>
                      Produce additional lint-like messages based on <group>.
                      c99     Code that might behave differently between
                              C89 and C99 language levels
                      cls     Possible problems with generation of classes
                      cmp     Possible redundancies in unsigned comparisons
                      cnd     Possible redundancies or problems in conditional
                              expressions
                      cns     Operations involving constants.
                      cnv     Conversions
                      dcl     Consistency of declarations
                      eff     Statements with no effect
                      enu     Consistency of enum variables
                      ext     Unused external definitions
                      gen     General diagnostic messages
                      gnr     Generation of temporary variables
                      got     Use of goto statements
                      ini     Possible problems with initialization
                      inl     Functions not inlined
                      lan     Language level effects
                      obs     Obsolete features
                      ord     Unspecified order of evaluation
                      par     Unused parameters
                      por     Nonportable language constructs
                      ppc     Possible problems with using the preprocessor
                      ppt     Trace of preprocessor actions
                      private Lists shared variables made private to a
                              parallel loop.
                      pro     Missing function prototypes
                      rea     Code that cannot be reached
                      reduction
                              Lists all variables that are recognized as
                              reduction variables inside a parallel loop.
                      ret     Consistency of return statements
                      trd     Possible truncation or loss of data or precision
                      tru     Variable names truncated by the compiler
                      trx     Hexadecimal floating-point constants that cannot
                              be represented exactly in its evaluation format
                      uni     Unitialized variables
                      use     Unused auto and static variables
          initauto=<hh>
                      Initialialize automatic storage to <hh>. <hh> is a
                      hexadecimal value.  This generates extra code and
                      should only be used for error determination.
          inline[=<x>]
                      This is functionally equivalent to the -Q option.
          ipa=<subopt1>[=<val1>][:<subopt2>[=<val2>][:...:<suboptN>[=<valN>]]]
                      Enhances -O optimization by doing detailed analysis
                      across procedures.  One of -O, -O2, or -O3 is required
                      when using -qipa.  Regular expressions are supported
                      when specifying <procedure_names> on the -qipa=exits,
                      -qipa=inline, -qipa=lowfreq, -qipa=noinline, -qipa=pure,
                      -qipa=safe and -qipa=unknown suboptions.
                      Suboptions include:
                        exits=<procedure_names>
                                   - Specifies a selected set of procedures
                                     which always end the program.
                        inline=<inline-options>
                          The "ipa=inline=" command can take a colon-separated
                          list of inline options, which are as follows:
                            inline={auto|noauto}
                                        - Specifies whether or not to
                                          automatically inline expansion.
                            inline=<procedure_names>
                                        - Specifies a comma-separated list of
                                          procedures to try to inline.
                            inline=limit=<num>
                                        - Changes the size limits that deter-
                                          mine how much inline expansion to do.
                                          <num> is the optimizer's approximation
                                          of the number of bytes of code which
                                          will be generated.
                            inline=threshold=<num>
                                        - Specifies the upper size limit on
                                          procedures to inline.  <num> is
                                          defined as for inline=limit.
                        isolated=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that do not directly refer to any global
                                     variable.
                        level=<level>
                                   - Determines the amount of IPA analysis
                                     and optimization performed:
                                       0 = Does only minimal interprocedural
                                           analysis and optimization.
                                       1 = Turns on inlining, limited alias
                                           analysis, and limited call-site
                                           tailoring.
                                       2 = Full interprocedural data flow and
                                           alias analysis.
                        list=[filename|short|long]
                                   - Specifies an output listing file name
                                     during the link phase, in the event that
                                     an object listing has been requested
                                     using the -qlist option.  The default
                                     name is "a.lst".  The suboptions short and
                                     long determine which listing sections will
                                     be included.
                        lowfreq=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures that are likely to be
                                     called infrequently during the course
                                     of a typical program run.
                        missing={unknown|safe|isolated|pure}
                                   - Specifies the default assumption for
                                     procedures not compiled with -qipa.
                        noinline=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures which are not to be inlined.
                        noobject   - Speeds up compilation, but the object
                                     files cannot be used in non-IPA
                                     compilations.  This option is ignored if
                                     -S has been specified.
                        partition={small|medium|large}
                                   - Specifies the size of program sections
                                     that are analyzed together.  Larger
                                     partitions may produce better analysis but
                                     require more storage.
                        pure=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that are "isolated", "safe", and do not
                                     modify any data objects that are visible
                                     to the caller.
                        safe=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that do not call any other part of the
                                     program.
                        stdexits   - Specifies that compiler-defined exit
                                     routines can be optimized as with the
                                     "exits" suboption.  The procedures are
                                     abort, exit, _exit, and _assert.
                        nothreads    Single threaded invocation of the compiler
                                     backend.
                        threads      Compiler decides the number of threads
                                     used to invoke the compiler backend.
                        threads=<n>  Up to 'n' threads can be used to invoke
                                     the compiler backend.
                        unknown=<procedure_names>
                                   - Specifies a comma-separated list of
                                     procedures not compiled with -qipa and
                                     that may update global variables and
                                     dummy arguments and call other parts of
                                     the program compiled with -qipa.
                        The following options are intended for use by the
                        link-time phase of -qipa:
                        -qlibansi  - Assumes that all functions with the name
                                     of an ANSI C defined library function are,
                                     in fact, the library functions.
                                     -qnolibansi is the default.
                        -qlibessl  - Assumes that all functions with the name
                                     of an ESSL defined library functions are,
                                     in fact, the library functions.
                                     -qnolibessl is the default.
                        -qlibposix - Assumes that all functions with the name
                                     of a POSIX 1003.1 defined library function
                                     are, in fact, the system functions.
                                     -qnolibposix is the default.
          isolated_call=<name1>:<name2>: ...
                      Specify that the calls to the functions listed have no
                      side effects. <name1> and <name2> are function names.
                      The user may specify as many function names as
                      necessary.
          keyword=<keywords>
                      Enables the use of specific keywords.
          langlvl={<langlvl>|<feature>}[:<langlvl>|<feature>]...
                      Specify language level and/or features to be enabled
                      during compilation.
                      <langlvl>
                              can be extc89, stdc89, extc99, stdc99,
                              ansi, saal2, saa, extended, or classic.
                      <feature>
                              can be:
                              [no]ucs   enables or disables support for
                                        universal character names.
          maxerr=<num>[:<sev>]
                      Instructs the compiler to halt compilation when <num>
                      errors of <sev> or greater severity is reached.  The
                      default for <sev> is current value of the -qhalt option.
          maxmem=<num>
                      Limit the amount of memory used by space intensive
                      optimizations to <num>.  <num> specified in kilobytes.
          optimize=<level>
                      Enables different levels of optimization.
                      2       Same as -O and -qoptimize.
                      3       Same as -O3. Aggressive optimization.
                      4       Same as -O4. Internally generates -O3 -qipa
                              with automatic architecture and tuning option
                              generation.
                      5       Same as -O5. Internally generates -O3
                              -qipa=level=2 with automatic architecture and
                              tuning option generation.
          procimported=<name1>:<name2>: ...
                      Specify which functions are imported.  If no filenames
                      are specified, all invoked functions are assumed to be
                      defined outside the current file.  The last explicit
                      specification for a function takes precedence.
          proclocal=<name1>:<name2>: ...
                      Specify which functions are local.
                      If no filenames are specified, all invoked functions
                      are assumed to be defined within the current file.
                      The last explicit specification for a function takes
                      precedence.
          procunknown=<name1>:<name2>: ...
                      Specify which functions are unknown to be local or
                      imported.  If no filenames are specified, all functions
                      called are assumed to be unknown. This is the default
                      when no user options are specified. The last explicit
                      specification for a function takes precedence.
          profile=<option>
                      Sets up the object files produced by the compiler for
                      profiling.
                      The available options are:
                      ibm     Generate profiling support code for use with the
                              Performance Analysis tool in VisualAge C++.
                      p       Generate profiling support code.  Same as -p.
                      pg      Generate profiling support code including BSD
                              profiling support.  Same as -pq.
          smp[=suboption[:suboption] [ ... ]]
                      Controls acceptance of OpenMP directives and
                      automatic parallelization.  The auto and omp suboptions
                      are opposites. i.e. -qsmp=omp means strict adherance
                      to the OpenMP standard with no automatic parallelization.
                      [no]auto
                              Enables or disables automatic parallelization.
                      [no]explicit
                              Enables or disables explicit parallelization.
                      [no]opt
                              Turns off the implied optimization to allow
                              simpler debugging.
                      schedule=<sched_type>[=n]
                              Specifies what kind of scheduling algorithms
                              and chunking are used for loops to which no
                              other scheduling algorithm has been explicitly
                              assigned in the source code.
                              Valid options for <sched_type> are:
                                         * dynamic[=n]
                                         * guided[=n]
                                         * static[=n]
                                         * affinity[=n]
                                         * runtime
                              For more information, see online documentation.
                      [no]nested_par
                              Enables or disables parallelization of nested
                              parallel constructs.
                      [no]rec_locks
                              Specifies whether recursive or regular locks
                              should be used to implement critical sections.
                      [no]omp Enables or disables strict OpenMP mode.
          spill=<size>
                      Specify the size of the register allocation spill area.
          suppress=<msg_num>:<msg_num>...
                      Suppress compiler messages.
          nosuppress
                      Don't suppress compiler messages.
          symtab=<options>
                      Controls symbol table.
                      The available options are:
                      unref   Specifies that all typedef declarations, struct,
                              union, and enum type definitions are included
                              for processing by the debugger.  Same as
                              -qdbxextra.
                      static  Adds user-defined, nonexternal names that have a
                              persistent storage class, such as initialized
                              and uninitialized static variables, to the name
                              list (the symbol table of xcoff objects).  Same
                              as -qstatsym.
          tabsize=<size>
                      Changes the length of tabs in your source file.
          tbtable=<option>
                      Generate a traceback table for each function and
                      place it in the text segment at the end of the
                      function code.
                      The available options are:
                      none    No traceback table is generated.
                      full    A full traceback table is generated.
                              This is the default with -g specified.
                      small   A traceback table is generated with no name or
                              parameter information.
                              This is the default when -g is NOT specified.
          tune=<option>
                      Specifies the architecture system for which the
                      executable program is optimized.
                      The available options are:
                      403     Produce an object optimized for all the
                              PowerPC 403 processors.
                              Use -qfloat=emulate to emulate the floating-point
                              instructions omitted by the 403 processor.
                      601     Produce an object optimized for all the
                              PowerPC 601 processors.
                      602     Produce an object optimized for all the
                              PowerPC 602 processors.
                      603     Produce an object optimized for all the
                              PowerPC 603 processors.
                      604     Produce an object optimized for all the
                              PowerPC 604 processors.
                      p2sc    Produce an object optimized for all the
                              p2sc processors.
                      pwr     Produce an object optimized for the POWER
                              hardware platform.
                      pwr2    Produce an object optimized for the
                              POWER2 hardware platform.
                      pwr2s   Produce an object optimized for the
                              POWER2 hardware platform, avoiding certain
                              quadruple-precision instructions that would
                              slow program performance.
                      pwrx    Same as pwr2.
                      rs64a   Produce an object optimized for the rs64a
                              processor.
                      rs64b   Produce an object optimized for the rs64b
                              processor.
                      rs64c   Produce an object optimized for the rs64c
                              processor.
                      pwr3    Produce an object optimized for the POWER3
                              processor.
                      pwr4    Produce an object optimized for the POWER4
                              processor.
          unroll={yes|no|auto}
                      yes     Hint for the compiler to try to unroll loops.
                      no      Force the compiler not to unroll any loops.
                      auto    Let the compiler decide whether to unroll loops.
          unroll      same as unroll=yes
          nounroll    same as unroll=no
          xref=full   Produce a cross-reference listing containing all names,
                      whether referenced or not; output goes to .lst file.

  Environment Variables
     1.OBJECT_MODE changes the compilation-mode behavior, unless overridden by
                   configuration file or command-line options

        Setting

         not set   32-bit compiler mode.
          32       32-bit compiler mode.
          64       64-bit compiler mode.
         32_64     Fatal error and stop, unless an explicit configuration
                   file or command-line compiler-mode setting exists.
        any other  Fatal error and stop, unless an explicit configuration
                   file or command-line compiler-mode setting exists.

  For a detailed description of each option, please refer to the online
  documentation.
rm /tmp/xlcW0zUzHEa
rm /tmp/xlcW1zUzHEb
rm /tmp/xlcW2zUzHEc
configure:2123: $? = 249
configure:2147: checking for C compiler default output
configure:2150: /usr/vac/bin/cc    conftest.c  >&5
configure:2153: $? = 0
configure:2199: result: a.out
configure:2204: checking whether the C compiler works
configure:2210: ./a.out
configure:2213: $? = 0
configure:2230: result: yes
configure:2237: checking whether we are cross compiling
configure:2239: result: no
configure:2242: checking for suffix of executables
configure:2244: /usr/vac/bin/cc -o conftest    conftest.c  >&5
configure:2247: $? = 0
configure:2272: result: 
configure:2278: checking for suffix of object files
configure:2300: /usr/vac/bin/cc -c   conftest.c >&5
configure:2303: $? = 0
configure:2325: result: o
configure:2329: checking whether we are using the GNU C compiler
configure:2354: /usr/vac/bin/cc -c   conftest.c >&5
"configure", line 2357.14: 1506-275 (S) Unexpected text me encountered.
"configure", line 2357.8: 1506-045 (S) Undeclared identifier choke.
configure:2357: $? = 1
configure: failed program was:
| #line 2334 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2376: result: no
configure:2382: checking whether /usr/vac/bin/cc accepts -g
configure:2404: /usr/vac/bin/cc -c -g  conftest.c >&5
configure:2407: $? = 0
configure:2410: test -s conftest.o
configure:2413: $? = 0
configure:2424: result: yes
configure:2441: checking for /usr/vac/bin/cc option to accept ANSI C
configure:2502: /usr/vac/bin/cc  -c   conftest.c >&5
configure:2505: $? = 0
configure:2508: test -s conftest.o
configure:2511: $? = 0
configure:2529: result: none needed
configure:2547: /usr/vac/bin/cc -c   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:2550: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2664: checking whether large file support needs explicit enabling
configure:2693: result: no
configure:2772: checking how to run the C preprocessor
configure:2808: /usr/vac/bin/cc -E  conftest.c
configure:2814: $? = 0
configure:2846: /usr/vac/bin/cc -E  conftest.c
"configure", line 2855.10: 1506-296 (S) #include file <ac_nonexistent.h> not found.
configure:2852: $? = 1
configure: failed program was:
| #line 2837 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2890: result: /usr/vac/bin/cc -E
configure:2915: /usr/vac/bin/cc -E  conftest.c
configure:2921: $? = 0
configure:2953: /usr/vac/bin/cc -E  conftest.c
"configure", line 2962.10: 1506-296 (S) #include file <ac_nonexistent.h> not found.
configure:2959: $? = 1
configure: failed program was:
| #line 2944 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3002: checking for egrep
configure:3012: result: grep -E
configure:3068: checking for an ANSI C-conforming const
configure:3136: /usr/vac/bin/cc -c  -O  conftest.c >&5
"configure", line 3099.17: 1506-359 (I) Automatic variable x contains a const member and is not initialized.  It will be initialized to zero.
configure:3139: $? = 0
configure:3142: test -s conftest.o
configure:3145: $? = 0
configure:3156: result: yes
configure:3166: checking for /usr/vac/bin/cc option to accept ANSI C
configure:3207: /usr/vac/bin/cc -c  -O   conftest.c >&5
"configure", line 3204.1: 1506-166 (S) Definition of function choke requires parentheses.
"configure", line 3204.7: 1506-276 (S) Syntax error: possible missing '{'?
configure:3210: $? = 1
configure: failed program was:
| #line 3185 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| /* end confdefs.h.  */
| #ifndef __STDC__
| choke me
| #endif
| 
| int
| main ()
| {
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
|   ;
|   return 0;
| }
configure:3207: /usr/vac/bin/cc -c  -O -qlanglvl=ansi  conftest.c >&5
configure:3210: $? = 0
configure:3213: test -s conftest.o
configure:3216: $? = 0
configure:3229: result: -qlanglvl=ansi
configure:3236: checking whether to use prototypes
configure:3255: result: yes
configure:3267: checking for working alloca.h
configure:3289: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:3292: $? = 0
configure:3295: test -s conftest
configure:3298: $? = 0
configure:3309: result: yes
configure:3319: checking for alloca
configure:3361: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:3364: $? = 0
configure:3367: test -s conftest
configure:3370: $? = 0
configure:3381: result: yes
configure:3588: checking if the compiler supports union initialisation
configure:3610: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:3613: $? = 0
configure:3616: test -s conftest.o
configure:3619: $? = 0
configure:3630: result: yes
configure:3641: checking if signed to unsigned casting is broken
configure:3659: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:3662: $? = 0
configure:3664: ./conftest
configure:3667: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 3649 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| /* end confdefs.h.  */
| main(){return((int)(unsigned char)((char) -1) == 255);}
configure:3681: result: no
configure:3692: checking if the compiler supports variable-length arrays
configure:3714: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 3723.7: 1506-195 (S) Integral constant expression with a value greater than zero is required.
"configure", line 3723.17: 1506-195 (S) Integral constant expression with a value greater than zero is required.
configure:3717: $? = 1
configure: failed program was:
| #line 3697 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| /* end confdefs.h.  */
| int foo(), n;
| int
| main ()
| {
| int i[foo()], a[n+1];
|   ;
|   return 0;
| }
configure:3734: result: no
configure:3745: checking whether make sets $(MAKE)
configure:3765: result: yes
configure:3785: checking for a BSD-compatible install
configure:3839: result: ./install-sh -c
configure:3853: checking for gawk
configure:3869: found /home/ibraheem/utils/gawk/AIX/bin//gawk
configure:3879: result: gawk
configure:3888: checking whether ln works
configure:3906: result: yes
configure:3916: checking for yodl
configure:3945: result: no
configure:3957: checking for ansi2knr
configure:3986: result: no
configure:4013: checking for dirent.h that defines DIR
configure:4038: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4041: $? = 0
configure:4044: test -s conftest.o
configure:4047: $? = 0
configure:4058: result: yes
configure:4071: checking for library containing opendir
configure:4102: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:4105: $? = 0
configure:4108: test -s conftest
configure:4111: $? = 0
configure:4170: result: none required
configure:4286: checking for ANSI C header files
configure:4312: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4315: $? = 0
configure:4318: test -s conftest.o
configure:4321: $? = 0
configure:4413: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:4416: $? = 0
configure:4418: ./conftest
configure:4421: $? = 0
configure:4436: result: yes
configure:4446: checking whether time.h and sys/time.h may both be included
configure:4472: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4475: $? = 0
configure:4478: test -s conftest.o
configure:4481: $? = 0
configure:4492: result: yes
configure:4502: checking whether stat file-mode macros are broken
configure:4551: result: no
configure:4561: checking for sys/wait.h that is POSIX.1 compatible
configure:4593: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4596: $? = 0
configure:4599: test -s conftest.o
configure:4602: $? = 0
configure:4613: result: yes
configure:4680: checking for sys/types.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for sys/stat.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for stdlib.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for string.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for memory.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for strings.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for inttypes.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for stdint.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for unistd.h
configure:4697: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4782: checking sys/time.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/time.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/time.h
configure:4897: result: yes
configure:4782: checking sys/times.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/times.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/times.h
configure:4897: result: yes
configure:4782: checking sys/select.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/select.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/select.h
configure:4897: result: yes
configure:4782: checking termcap.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 4856.10: 1506-296 (S) #include file <termcap.h> not found.
configure:4798: $? = 1
configure: failed program was:
| #line 4784 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termcap.h>
configure:4814: result: no
configure:4818: checking termcap.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
"configure", line 4858.10: 1506-296 (S) #include file <termcap.h> not found.
configure:4835: $? = 1
configure: failed program was:
| #line 4820 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <termcap.h>
configure:4854: result: no
configure:4890: checking for termcap.h
configure:4897: result: no
configure:4782: checking termio.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking termio.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for termio.h
configure:4897: result: yes
configure:4782: checking termios.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking termios.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for termios.h
configure:4897: result: yes
configure:4782: checking sys/param.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/param.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/param.h
configure:4897: result: yes
configure:4782: checking sys/filio.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 4859.10: 1506-296 (S) #include file <sys/filio.h> not found.
configure:4798: $? = 1
configure: failed program was:
| #line 4784 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:4814: result: no
configure:4818: checking sys/filio.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
"configure", line 4861.10: 1506-296 (S) #include file <sys/filio.h> not found.
configure:4835: $? = 1
configure: failed program was:
| #line 4820 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/filio.h>
configure:4854: result: no
configure:4890: checking for sys/filio.h
configure:4897: result: no
configure:4773: checking for string.h
configure:4778: result: yes
configure:4773: checking for memory.h
configure:4778: result: yes
configure:4782: checking limits.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking limits.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for limits.h
configure:4897: result: yes
configure:4782: checking fcntl.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking fcntl.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for fcntl.h
configure:4897: result: yes
configure:4782: checking libc.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 4863.10: 1506-296 (S) #include file <libc.h> not found.
configure:4798: $? = 1
configure: failed program was:
| #line 4784 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_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 <libc.h>
configure:4814: result: no
configure:4818: checking libc.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
"configure", line 4865.10: 1506-296 (S) #include file <libc.h> not found.
configure:4835: $? = 1
configure: failed program was:
| #line 4820 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <libc.h>
configure:4854: result: no
configure:4890: checking for libc.h
configure:4897: result: no
configure:4782: checking sys/utsname.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/utsname.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/utsname.h
configure:4897: result: yes
configure:4782: checking sys/resource.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/resource.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/resource.h
configure:4897: result: yes
configure:4782: checking locale.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking locale.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for locale.h
configure:4897: result: yes
configure:4782: checking errno.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking errno.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for errno.h
configure:4897: result: yes
configure:4782: checking stdio.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking stdio.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for stdio.h
configure:4897: result: yes
configure:4773: checking for stdlib.h
configure:4778: result: yes
configure:4773: checking for unistd.h
configure:4778: result: yes
configure:4782: checking sys/capability.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 4870.10: 1506-296 (S) #include file <sys/capability.h> not found.
configure:4798: $? = 1
configure: failed program was:
| #line 4784 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_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 <sys/capability.h>
configure:4814: result: no
configure:4818: checking sys/capability.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
"configure", line 4872.10: 1506-296 (S) #include file <sys/capability.h> not found.
configure:4835: $? = 1
configure: failed program was:
| #line 4820 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/capability.h>
configure:4854: result: no
configure:4890: checking for sys/capability.h
configure:4897: result: no
configure:4782: checking utmp.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking utmp.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for utmp.h
configure:4897: result: yes
configure:4782: checking utmpx.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking utmpx.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for utmpx.h
configure:4897: result: yes
configure:4773: checking for sys/types.h
configure:4778: result: yes
configure:4782: checking pwd.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking pwd.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for pwd.h
configure:4897: result: yes
configure:4782: checking grp.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking grp.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for grp.h
configure:4897: result: yes
configure:4782: checking poll.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking poll.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for poll.h
configure:4897: result: yes
configure:4782: checking sys/mman.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/mman.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/mman.h
configure:4897: result: yes
configure:4782: checking netinet/in_systm.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking netinet/in_systm.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for netinet/in_systm.h
configure:4897: result: yes
configure:4782: checking pcre.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 4878.10: 1506-296 (S) #include file <pcre.h> not found.
configure:4798: $? = 1
configure: failed program was:
| #line 4784 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre.h>
configure:4814: result: no
configure:4818: checking pcre.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
"configure", line 4880.10: 1506-296 (S) #include file <pcre.h> not found.
configure:4835: $? = 1
configure: failed program was:
| #line 4820 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h.  */
| #include <pcre.h>
configure:4854: result: no
configure:4890: checking for pcre.h
configure:4897: result: no
configure:4782: checking langinfo.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking langinfo.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for langinfo.h
configure:4897: result: yes
configure:4782: checking wchar.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking wchar.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for wchar.h
configure:4897: result: yes
configure:4782: checking stddef.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking stddef.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for stddef.h
configure:4897: result: yes
configure:4782: checking sys/stropts.h usability
configure:4795: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking sys/stropts.h presence
configure:4829: /usr/vac/bin/cc -E  conftest.c
configure:4835: $? = 0
configure:4854: result: yes
configure:4890: checking for sys/stropts.h
configure:4897: result: yes
configure:4925: checking dlfcn.h usability
configure:4938: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:4941: $? = 0
configure:4944: test -s conftest.o
configure:4947: $? = 0
configure:4957: result: yes
configure:4961: checking dlfcn.h presence
configure:4972: /usr/vac/bin/cc -E  conftest.c
configure:4978: $? = 0
configure:4997: result: yes
configure:5033: checking for dlfcn.h
configure:5040: result: yes
configure:5067: checking dl.h usability
configure:5080: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 5168.10: 1506-296 (S) #include file <dl.h> not found.
configure:5083: $? = 1
configure: failed program was:
| #line 5069 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_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 <dl.h>
configure:5099: result: no
configure:5103: checking dl.h presence
configure:5114: /usr/vac/bin/cc -E  conftest.c
"configure", line 5170.10: 1506-296 (S) #include file <dl.h> not found.
configure:5120: $? = 1
configure: failed program was:
| #line 5105 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:5139: result: no
configure:5175: checking for dl.h
configure:5182: result: no
configure:5200: checking for conflicts in sys/time.h and sys/select.h
configure:5223: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:5226: $? = 0
configure:5229: test -s conftest.o
configure:5232: $? = 0
configure:5243: result: no
configure:5253: checking POSIX termios
configure:5278: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:5281: $? = 0
configure:5284: test -s conftest
configure:5287: $? = 0
configure:5298: result: yes
configure:5302: checking TIOCGWINSZ in termios.h
configure:5325: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
"configure", line 5377.9: 1506-045 (S) Undeclared identifier TIOCGWINSZ.
configure:5328: $? = 1
configure: failed program was:
| #line 5307 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <termios.h>
| int
| main ()
| {
| int x = TIOCGWINSZ;
|   ;
|   return 0;
| }
configure:5345: result: no
configure:5354: checking TIOCGWINSZ in sys/ioctl.h
configure:5377: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c  >&5
configure:5380: $? = 0
configure:5383: test -s conftest
configure:5386: $? = 0
configure:5397: result: yes
configure:5409: checking for streams headers including struct winsize
configure:5432: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"/usr/include/sys/stream.h", line 441.34: 1506-310 (I) The type "struct uio" was introduced in a parameter list, and will go out of scope at the end of the function declaration or definition.
"/usr/include/sys/stream.h", line 442.35: 1506-310 (I) The type "struct uio" was introduced in a parameter list, and will go out of scope at the end of the function declaration or definition.
"configure", line 5481.10: 1506-296 (S) #include file <sys/ptem.h> not found.
"configure", line 5485.8: 1506-007 (S) "struct winsize" is undefined.
configure:5435: $? = 1
configure: failed program was:
| #line 5414 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| /* end confdefs.h.  */
| #include <sys/stream.h>
| #include <sys/ptem.h>
| int
| main ()
| {
| struct winsize wsz
|   ;
|   return 0;
| }
configure:5452: result: no
configure:5462: checking for printf in -lc
configure:5493: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lc   >&5
configure:5496: $? = 0
configure:5499: test -s conftest
configure:5502: $? = 0
configure:5514: result: yes
configure:5522: checking for pow in -lm
configure:5553: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lm   -lc >&5
configure:5556: $? = 0
configure:5559: test -s conftest
configure:5562: $? = 0
configure:5574: result: yes
configure:5722: checking for library containing tgetent
configure:5753: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: .tgetent
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:5756: $? = 8
configure: failed program was:
| #line 5729 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 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 tgetent ();
| int
| main ()
| {
| tgetent ();
|   ;
|   return 0;
| }
configure:5798: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -ltinfo  -lm  -lc >&5
ld: 0706-006 Cannot find or open library file: -l tinfo
	ld:open(): No such file or directory
configure:5801: $? = 255
configure: failed program was:
| #line 5774 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 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 tgetent ();
| int
| main ()
| {
| tgetent ();
|   ;
|   return 0;
| }
configure:5798: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -ltermcap  -lm  -lc >&5
configure:5801: $? = 0
configure:5804: test -s conftest
configure:5807: $? = 0
configure:5821: result: -ltermcap
configure:5828: checking for library containing tigetflag
configure:5859: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: .tigetflag
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:5862: $? = 8
configure: failed program was:
| #line 5835 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 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 tigetflag ();
| int
| main ()
| {
| tigetflag ();
|   ;
|   return 0;
| }
configure:5904: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -ltinfo  -ltermcap -lm  -lc >&5
ld: 0706-006 Cannot find or open library file: -l tinfo
	ld:open(): No such file or directory
configure:5907: $? = 255
configure: failed program was:
| #line 5880 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 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 tigetflag ();
| int
| main ()
| {
| tigetflag ();
|   ;
|   return 0;
| }
configure:5904: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -ltermcap  -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: .tigetflag
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:5907: $? = 8
configure: failed program was:
| #line 5880 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 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 tigetflag ();
| int
| main ()
| {
| tigetflag ();
|   ;
|   return 0;
| }
configure:5904: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses  -ltermcap -lm  -lc >&5
configure:5907: $? = 0
configure:5910: test -s conftest
configure:5913: $? = 0
configure:5927: result: -lcurses
configure:5948: checking curses.h usability
configure:5961: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:5964: $? = 0
configure:5967: test -s conftest.o
configure:5970: $? = 0
configure:5980: result: yes
configure:5984: checking curses.h presence
configure:5995: /usr/vac/bin/cc -E  conftest.c
configure:6001: $? = 0
configure:6020: result: yes
configure:6056: checking for curses.h
configure:6063: result: yes
configure:6143: checking term.h usability
configure:6156: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"/usr/include/term.h", line 1248.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1265.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1288.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1290.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1294.9: 1506-046 (S) Syntax error.
configure:6159: $? = 1
configure: failed program was:
| #line 6145 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_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 <term.h>
configure:6175: result: no
configure:6179: checking term.h presence
configure:6190: /usr/vac/bin/cc -E  conftest.c
configure:6196: $? = 0
configure:6215: result: yes
configure:6235: WARNING: term.h: present but cannot be compiled
configure:6237: WARNING: term.h: check for missing prerequisite headers?
configure:6239: WARNING: term.h: proceeding with the preprocessor's result
configure:6251: checking for term.h
configure:6258: result: yes
configure:6266: checking if term.h needs curses.h
configure:6285: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"/usr/include/term.h", line 1248.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1265.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1288.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1290.9: 1506-046 (S) Syntax error.
"/usr/include/term.h", line 1294.9: 1506-046 (S) Syntax error.
"configure", line 6341.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6288: $? = 1
configure: failed program was:
| #line 6268 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| /* end confdefs.h.  */
| #include <term.h>
| int
| main ()
| {
| char **test = boolcodes;
|   ;
|   return 0;
| }
configure:6322: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 6378.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6325: $? = 0
configure:6328: test -s conftest.o
configure:6331: $? = 0
configure:6347: result: yes
configure:6354: checking if boolcodes is available
configure:6376: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
"configure", line 6433.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6379: $? = 0
configure:6382: test -s conftest
configure:6385: $? = 0
configure:6398: result: yes
configure:6400: checking if numcodes is available
configure:6422: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
"configure", line 6480.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6425: $? = 0
configure:6428: test -s conftest
configure:6431: $? = 0
configure:6444: result: yes
configure:6446: checking if strcodes is available
configure:6468: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
"configure", line 6527.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6471: $? = 0
configure:6474: test -s conftest
configure:6477: $? = 0
configure:6490: result: yes
configure:6492: checking if boolnames is available
configure:6512: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
"configure", line 6572.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6515: $? = 0
configure:6518: test -s conftest
configure:6521: $? = 0
configure:6534: result: yes
configure:6536: checking if numnames is available
configure:6556: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
"configure", line 6617.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6559: $? = 0
configure:6562: test -s conftest
configure:6565: $? = 0
configure:6578: result: yes
configure:6580: checking if strnames is available
configure:6600: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
"configure", line 6662.13: 1506-196 (E) Initialization between types "char**" and "char* const*" is not allowed.
configure:6603: $? = 0
configure:6606: test -s conftest
configure:6609: $? = 0
configure:6622: result: yes
configure:6631: checking for library containing yp_all
configure:6662: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcurses -ltermcap -lm  -lc >&5
configure:6665: $? = 0
configure:6668: test -s conftest
configure:6671: $? = 0
configure:6730: result: none required
configure:6744: checking for dlopen in -ldl
configure:6775: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -ldl  -lcurses -ltermcap -lm  -lc >&5
configure:6778: $? = 0
configure:6781: test -s conftest
configure:6784: $? = 0
configure:6796: result: yes
configure:6810: checking for cap_get_proc in -lcap
configure:6841: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lcap  -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0706-006 Cannot find or open library file: -l cap
	ld:open(): No such file or directory
configure:6844: $? = 255
configure: failed program was:
| #line 6817 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 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 cap_get_proc ();
| int
| main ()
| {
| cap_get_proc ();
|   ;
|   return 0;
| }
configure:6862: result: no
configure:6875: checking for socket in -lsocket
configure:6906: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -lsocket  -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0706-006 Cannot find or open library file: -l socket
	ld:open(): No such file or directory
configure:6909: $? = 255
configure: failed program was:
| #line 6882 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 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 socket ();
| int
| main ()
| {
| socket ();
|   ;
|   return 0;
| }
configure:6927: result: no
configure:6940: checking for iconv in -liconv
configure:6971: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv  -ldl -lcurses -ltermcap -lm  -lc >&5
configure:6974: $? = 0
configure:6977: test -s conftest
configure:6980: $? = 0
configure:6992: result: yes
configure:7113: checking if an include file defines ospeed
configure:7141: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
"configure", line 7206.1: 1506-045 (S) Undeclared identifier ospeed.
configure:7144: $? = 1
configure: failed program was:
| #line 7118 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #if HAVE_TERMIOS_H
| #include <termios.h>
| #endif
| #if HAVE_TERMCAP_H
| #include <termcap.h>
| #endif
| int
| main ()
| {
| ospeed = 0;
|   ;
|   return 0;
| }
configure:7161: result: no
configure:7165: checking if you must define ospeed
configure:7187: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:7190: $? = 0
configure:7193: test -s conftest
configure:7196: $? = 0
configure:7207: result: yes
configure:7232: checking return type of signal handlers
configure:7264: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:7267: $? = 0
configure:7270: test -s conftest.o
configure:7273: $? = 0
configure:7284: result: void
configure:7292: checking for pid_t
configure:7317: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:7320: $? = 0
configure:7323: test -s conftest.o
configure:7326: $? = 0
configure:7337: result: yes
configure:7349: checking for off_t
configure:7374: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:7377: $? = 0
configure:7380: test -s conftest.o
configure:7383: $? = 0
configure:7394: result: yes
configure:7406: checking for ino_t
configure:7431: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:7434: $? = 0
configure:7437: test -s conftest.o
configure:7440: $? = 0
configure:7451: result: yes
configure:7463: checking for mode_t
configure:7488: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:7491: $? = 0
configure:7494: test -s conftest.o
configure:7497: $? = 0
configure:7508: result: yes
configure:7520: checking for uid_t in sys/types.h
configure:7544: result: yes
configure:7559: checking for size_t
configure:7584: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:7587: $? = 0
configure:7590: test -s conftest.o
configure:7593: $? = 0
configure:7604: result: yes
configure:7617: checking if long is 64 bits
configure:7635: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:7638: $? = 0
configure:7640: ./conftest
configure:7643: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 7625 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| int main() { return sizeof(long) < 8; }
configure:7657: result: no
configure:7678: checking if off_t is 64 bit
configure:7700: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:7703: $? = 0
configure:7705: ./conftest
configure:7708: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 7686 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| 
| main() { return sizeof(off_t) < 8; }
| 
configure:7722: result: no
configure:7731: checking if ino_t is 64 bit
configure:7753: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:7756: $? = 0
configure:7758: ./conftest
configure:7761: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 7739 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| 
| main() { return sizeof(ino_t) < 8; }
| 
configure:7775: result: no
configure:7786: checking if compiler has a 64 bit type
configure:7871: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:7874: $? = 0
configure:7876: ./conftest
configure:7879: $? = 0
configure:8052: result: long long
configure:8060: checking for a corresponding unsigned 64 bit type
configure:8093: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:8096: $? = 0
configure:8098: ./conftest
configure:8101: $? = 0
configure:8168: result: unsigned long long
configure:8180: checking for sigset_t
configure:8203: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8206: $? = 0
configure:8209: test -s conftest.o
configure:8212: $? = 0
configure:8223: result: yes
configure:8234: checking for struct timezone
configure:8260: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8263: $? = 0
configure:8266: test -s conftest.o
configure:8269: $? = 0
configure:8281: result: yes
configure:8293: checking for struct utmp
configure:8322: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8325: $? = 0
configure:8328: test -s conftest.o
configure:8331: $? = 0
configure:8343: result: yes
configure:8354: checking for struct utmpx
configure:8383: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8386: $? = 0
configure:8389: test -s conftest.o
configure:8392: $? = 0
configure:8404: result: yes
configure:8416: checking for ut_host in struct utmp
configure:8445: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8448: $? = 0
configure:8451: test -s conftest.o
configure:8454: $? = 0
configure:8466: result: yes
configure:8477: checking for ut_host in struct utmpx
configure:8506: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8509: $? = 0
configure:8512: test -s conftest.o
configure:8515: $? = 0
configure:8527: result: yes
configure:8538: checking for ut_xtime in struct utmpx
configure:8567: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 8642.31: 1506-022 (S) "ut_xtime" is not a member of "struct utmpx".
configure:8570: $? = 1
configure: failed program was:
| #line 8543 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_UTMPX_H
| # include <utmpx.h>
| #endif
| 
| int
| main ()
| {
| struct utmpx testvar; testvar.ut_xtime;
|   ;
|   return 0;
| }
configure:8588: result: no
configure:8599: checking for ut_tv in struct utmpx
configure:8628: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8631: $? = 0
configure:8634: test -s conftest.o
configure:8637: $? = 0
configure:8649: result: yes
configure:8661: checking for d_ino in struct dirent
configure:8690: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8693: $? = 0
configure:8696: test -s conftest.o
configure:8699: $? = 0
configure:8711: result: yes
configure:8722: checking for d_stat in struct dirent
configure:8751: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 8828.32: 1506-022 (S) "d_stat" is not a member of "struct dirent".
configure:8754: $? = 1
configure: failed program was:
| #line 8727 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_DIRENT_H
| # include <dirent.h>
| #endif
| 
| int
| main ()
| {
| struct dirent testvar; testvar.d_stat;
|   ;
|   return 0;
| }
configure:8772: result: no
configure:8783: checking for d_ino in struct direct
configure:8818: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 8895.8: 1506-007 (S) "struct direct" is undefined.
configure:8821: $? = 1
configure: failed program was:
| #line 8788 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_NDIR_H
| # include <sys/ndir.h>
| #endif
| #ifdef HAVE_SYS_DIR_H
| # include <sys/dir.h>
| #endif
| #ifdef HAVE_NDIR_H
| # include <ndir.h>
| #endif
| 
| int
| main ()
| {
| struct direct testvar; testvar.d_ino;
|   ;
|   return 0;
| }
configure:8839: result: no
configure:8850: checking for d_stat in struct direct
configure:8885: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 8962.8: 1506-007 (S) "struct direct" is undefined.
configure:8888: $? = 1
configure: failed program was:
| #line 8855 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_NDIR_H
| # include <sys/ndir.h>
| #endif
| #ifdef HAVE_SYS_DIR_H
| # include <sys/dir.h>
| #endif
| #ifdef HAVE_NDIR_H
| # include <ndir.h>
| #endif
| 
| int
| main ()
| {
| struct direct testvar; testvar.d_stat;
|   ;
|   return 0;
| }
configure:8906: result: no
configure:8918: checking for sin6_scope_id in struct sockaddr_in6
configure:8945: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:8948: $? = 0
configure:8951: test -s conftest.o
configure:8954: $? = 0
configure:8966: result: yes
configure:8980: checking if we need our own h_errno
configure:9002: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9005: $? = 0
configure:9008: test -s conftest
configure:9011: $? = 0
configure:9022: result: no
configure:9146: checking for strftime
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for difftime
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for gettimeofday
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for select
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for poll
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for readlink
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for faccessx
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for fchdir
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for ftruncate
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for fstat
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for lstat
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for lchown
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for fseeko
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for ftello
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for mkfifo
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for _mktemp
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: _mktemp
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _mktemp (); 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 _mktemp ();
| /* 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__mktemp) || defined (__stub____mktemp)
| choke me
| #else
| char (*f) () = _mktemp;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _mktemp;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9146: checking for mkstemp
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for waitpid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for wait3
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sigaction
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sigblock
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sighold
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sigrelse
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sigsetmask
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sigprocmask
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for killpg
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for setpgid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for setpgrp
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for tcsetpgrp
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for tcgetattr
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for nice
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for gethostname
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for gethostbyname2
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getipnodebyname
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for inet_aton
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for inet_pton
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for inet_ntop
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getlogin
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getpwent
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getpwnam
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getpwuid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getgrgid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getgrnam
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for initgroups
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for nis_list
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: nis_list
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nis_list (); 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 nis_list ();
| /* 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_nis_list) || defined (__stub___nis_list)
| choke me
| #else
| char (*f) () = nis_list;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != nis_list;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9146: checking for setuid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for seteuid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for setreuid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for setresuid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: setresuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 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:9216: result: no
configure:9146: checking for setsid
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for memcpy
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for memmove
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for strstr
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for strerror
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for cap_get_proc
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getrlimit
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for setlocale
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for uname
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for signgam
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for putenv
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for getenv
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for brk
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sbrk
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for pathconf
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for sysconf
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for tgetent
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for tigetflag
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for tigetnum
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for tigetstr
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for setupterm
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for pcre_compile
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: pcre_compile
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcre_compile (); 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 pcre_compile ();
| /* 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_pcre_compile) || defined (__stub___pcre_compile)
| choke me
| #else
| char (*f) () = pcre_compile;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pcre_compile;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9146: checking for pcre_study
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: pcre_study
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcre_study (); 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 pcre_study ();
| /* 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_pcre_study) || defined (__stub___pcre_study)
| choke me
| #else
| char (*f) () = pcre_study;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pcre_study;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9146: checking for pcre_exec
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: pcre_exec
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcre_exec (); 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 pcre_exec ();
| /* 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_pcre_exec) || defined (__stub___pcre_exec)
| choke me
| #else
| char (*f) () = pcre_exec;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pcre_exec;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9146: checking for nl_langinfo
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for erand48
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for open_memstream
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: open_memstream
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:9199: $? = 8
configure: failed program was:
| #line 9151 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char open_memstream (); 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 open_memstream ();
| /* 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_open_memstream) || defined (__stub___open_memstream)
| choke me
| #else
| char (*f) () = open_memstream;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != open_memstream;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9146: checking for wctomb
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for iconv
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for grantpt
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for unlockpt
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9146: checking for ptsname
configure:9196: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9199: $? = 0
configure:9202: test -s conftest
configure:9205: $? = 0
configure:9216: result: yes
configure:9226: checking for working strcoll
configure:9253: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9256: $? = 0
configure:9258: ./conftest
configure:9261: $? = 0
configure:9275: result: yes
configure:9288: checking if tgetent accepts NULL
configure:9320: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9323: $? = 0
configure:9325: ./conftest
configure:9328: $? = 0
configure:9346: result: yes
configure:9354: checking if tgetent returns 0 on success
configure:9386: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9389: $? = 0
configure:9391: ./conftest
configure:9394: $? = 0
configure:9412: result: no
configure:9434: checking for stdlib.h
configure:9439: result: yes
configure:9434: checking for unistd.h
configure:9439: result: yes
configure:9575: checking for getpagesize
configure:9625: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9655: checking for working mmap
configure:9798: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:9801: $? = 0
configure:9803: ./conftest
configure:9806: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 9663 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
| 
| /* Thanks to Mike Haertel and Jim Avera for this test.
|    Here is a matrix of mmap possibilities:
| 	mmap private not fixed
| 	mmap private fixed at somewhere currently unmapped
| 	mmap private fixed at somewhere already mapped
| 	mmap shared not fixed
| 	mmap shared fixed at somewhere currently unmapped
| 	mmap shared fixed at somewhere already mapped
|    For private mappings, we should verify that changes cannot be read()
|    back from the file, nor mmap's back from the file at a different
|    address.  (There have been systems where private was not correctly
|    implemented like the infamous i386 svr4.0, and systems where the
|    VM page cache was not coherent with the file system buffer cache
|    like early versions of FreeBSD and possibly contemporary NetBSD.)
|    For shared mappings, we should conversely verify that changes get
|    propagated back to all the places they're supposed to be.
| 
|    Grep wants private fixed already mapped.
|    The main things grep needs to know about mmap are:
|    * does it exist and is it safe to write into the mmap'd area
|    * how to use it (BSD variants)  */
| 
| #include <fcntl.h>
| #include <sys/mman.h>
| 
| #if !STDC_HEADERS && !HAVE_STDLIB_H
| char *malloc ();
| #endif
| 
| /* This mess was copied from the GNU getpagesize.h.  */
| #if !HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h.  */
| # if !HAVE_SYS_PARAM_H
| #  define HAVE_SYS_PARAM_H 1
| # endif
| 
| # ifdef _SC_PAGESIZE
| #  define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| #  if HAVE_SYS_PARAM_H
| #   include <sys/param.h>
| #   ifdef EXEC_PAGESIZE
| #    define getpagesize() EXEC_PAGESIZE
| #   else /* no EXEC_PAGESIZE */
| #    ifdef NBPG
| #     define getpagesize() NBPG * CLSIZE
| #     ifndef CLSIZE
| #      define CLSIZE 1
| #     endif /* no CLSIZE */
| #    else /* no NBPG */
| #     ifdef NBPC
| #      define getpagesize() NBPC
| #     else /* no NBPC */
| #      ifdef PAGESIZE
| #       define getpagesize() PAGESIZE
| #      endif /* PAGESIZE */
| #     endif /* no NBPC */
| #    endif /* no NBPG */
| #   endif /* no EXEC_PAGESIZE */
| #  else /* no HAVE_SYS_PARAM_H */
| #   define getpagesize() 8192	/* punt totally */
| #  endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
| 
| #endif /* no HAVE_GETPAGESIZE */
| 
| int
| main ()
| {
|   char *data, *data2, *data3;
|   int i, pagesize;
|   int fd;
| 
|   pagesize = getpagesize ();
| 
|   /* First, make a file with some known garbage in it. */
|   data = (char *) malloc (pagesize);
|   if (!data)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     *(data + i) = rand ();
|   umask (0);
|   fd = creat ("conftest.mmap", 0600);
|   if (fd < 0)
|     exit (1);
|   if (write (fd, data, pagesize) != pagesize)
|     exit (1);
|   close (fd);
| 
|   /* Next, try to mmap the file at a fixed address which already has
|      something else allocated at it.  If we can, also make sure that
|      we see the same garbage.  */
|   fd = open ("conftest.mmap", O_RDWR);
|   if (fd < 0)
|     exit (1);
|   data2 = (char *) malloc (2 * pagesize);
|   if (!data2)
|     exit (1);
|   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data2 + i))
|       exit (1);
| 
|   /* Finally, make sure that changes to the mapped area do not
|      percolate back to the file as seen by read().  (This is a bug on
|      some variants of i386 svr4.0.)  */
|   for (i = 0; i < pagesize; ++i)
|     *(data2 + i) = *(data2 + i) + 1;
|   data3 = (char *) malloc (pagesize);
|   if (!data3)
|     exit (1);
|   if (read (fd, data3, pagesize) != pagesize)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data3 + i))
|       exit (1);
|   close (fd);
|   exit (0);
| }
configure:9820: result: no
configure:9920: checking whether getpgrp requires zero arguments
configure:9943: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 10134.10: 1506-099 (S) Unexpected argument.
configure:9946: $? = 1
configure: failed program was:
| #line 9926 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| getpgrp (0);
|   ;
|   return 0;
| }
configure:9964: result: yes
configure:9998: checking for dlopen
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for dlerror
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for dlsym
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for dlclose
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for load
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for loadquery
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for loadbind
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for unload
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10051: $? = 0
configure:10054: test -s conftest
configure:10057: $? = 0
configure:10068: result: yes
configure:9998: checking for shl_load
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: shl_load
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:10051: $? = 8
configure: failed program was:
| #line 10003 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:10068: result: no
configure:9998: checking for shl_unload
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: shl_unload
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:10051: $? = 8
configure: failed program was:
| #line 10003 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_unload (); 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 shl_unload ();
| /* 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_shl_unload) || defined (__stub___shl_unload)
| choke me
| #else
| char (*f) () = shl_unload;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_unload;
|   ;
|   return 0;
| }
configure:10068: result: no
configure:9998: checking for shl_findsym
configure:10048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
ld: 0711-317 ERROR: Undefined symbol: shl_findsym
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:10051: $? = 8
configure: failed program was:
| #line 10003 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_findsym (); 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 shl_findsym ();
| /* 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_shl_findsym) || defined (__stub___shl_findsym)
| choke me
| #else
| char (*f) () = shl_findsym;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_findsym;
|   ;
|   return 0;
| }
configure:10068: result: no
configure:10089: checking what style of signals to use
configure:10120: result: POSIX_SIGNALS
configure:10123: checking where signal.h is located
configure:10162: result: /usr/include/sys/signal.h
configure:10166: checking where error names are located
configure:10194: result: /usr/include/errno.h
configure:10198: checking where the RLIMIT macros are located
configure:10215: result: /usr/include/sys/resource.h
configure:10231: checking if rlim_t is longer than a long
configure:10254: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10257: $? = 0
configure:10259: ./conftest
configure:10262: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 10239 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| main(){struct rlimit r;exit(sizeof(r.rlim_cur) <= sizeof(long));}
configure:10276: result: no
configure:10347: checking if the rlim_t is unsigned
configure:10370: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:10373: $? = 0
configure:10375: ./conftest
configure:10378: $? = 0
configure:10392: result: yes
configure:10403: checking for rlim_t
configure:10430: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:10433: $? = 0
configure:10436: test -s conftest.o
configure:10439: $? = 0
configure:10450: result: yes
configure:10463: checking for limit RLIMIT_AIO_MEM
configure:10490: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 10660.1: 1506-045 (S) Undeclared identifier RLIMIT_AIO_MEM.
configure:10493: $? = 1
configure: failed program was:
| #line 10468 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_AIO_MEM
|   ;
|   return 0;
| }
configure:10510: result: no
configure:10521: checking for limit RLIMIT_AIO_OPS
configure:10548: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 10718.1: 1506-045 (S) Undeclared identifier RLIMIT_AIO_OPS.
configure:10551: $? = 1
configure: failed program was:
| #line 10526 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_AIO_OPS
|   ;
|   return 0;
| }
configure:10568: result: no
configure:10579: checking for limit RLIMIT_AS
configure:10606: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:10609: $? = 0
configure:10612: test -s conftest.o
configure:10615: $? = 0
configure:10626: result: yes
configure:10637: checking for limit RLIMIT_LOCKS
configure:10664: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 10835.1: 1506-045 (S) Undeclared identifier RLIMIT_LOCKS.
configure:10667: $? = 1
configure: failed program was:
| #line 10642 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_LOCKS
|   ;
|   return 0;
| }
configure:10684: result: no
configure:10695: checking for limit RLIMIT_MEMLOCK
configure:10722: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 10893.1: 1506-045 (S) Undeclared identifier RLIMIT_MEMLOCK.
configure:10725: $? = 1
configure: failed program was:
| #line 10700 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_MEMLOCK
|   ;
|   return 0;
| }
configure:10742: result: no
configure:10753: checking for limit RLIMIT_NPROC
configure:10780: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 10951.1: 1506-045 (S) Undeclared identifier RLIMIT_NPROC.
configure:10783: $? = 1
configure: failed program was:
| #line 10758 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_NPROC
|   ;
|   return 0;
| }
configure:10800: result: no
configure:10811: checking for limit RLIMIT_NOFILE
configure:10838: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:10841: $? = 0
configure:10844: test -s conftest.o
configure:10847: $? = 0
configure:10858: result: yes
configure:10869: checking for limit RLIMIT_PTHREAD
configure:10896: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11068.1: 1506-045 (S) Undeclared identifier RLIMIT_PTHREAD.
configure:10899: $? = 1
configure: failed program was:
| #line 10874 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_PTHREAD
|   ;
|   return 0;
| }
configure:10916: result: no
configure:10927: checking for limit RLIMIT_RSS
configure:10954: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:10957: $? = 0
configure:10960: test -s conftest.o
configure:10963: $? = 0
configure:10974: result: yes
configure:10985: checking for limit RLIMIT_SBSIZE
configure:11012: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11185.1: 1506-045 (S) Undeclared identifier RLIMIT_SBSIZE.
configure:11015: $? = 1
configure: failed program was:
| #line 10990 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_SBSIZE
|   ;
|   return 0;
| }
configure:11032: result: no
configure:11043: checking for limit RLIMIT_TCACHE
configure:11070: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11243.1: 1506-045 (S) Undeclared identifier RLIMIT_TCACHE.
configure:11073: $? = 1
configure: failed program was:
| #line 11048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_TCACHE
|   ;
|   return 0;
| }
configure:11090: result: no
configure:11101: checking for limit RLIMIT_VMEM
configure:11128: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11301.1: 1506-045 (S) Undeclared identifier RLIMIT_VMEM.
configure:11131: $? = 1
configure: failed program was:
| #line 11106 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_VMEM
|   ;
|   return 0;
| }
configure:11148: result: no
configure:11160: checking if RLIMIT_VMEM and RLIMIT_RSS are the same
configure:11191: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:11194: $? = 0
configure:11196: ./conftest
configure:11199: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 11168 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int main()
| {
| int ret = 1;
| #if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_RSS)
| if (RLIMIT_RSS == RLIMIT_VMEM) ret = 0;
| #endif
| return ret;
| }
configure:11213: result: no
configure:11226: checking if RLIMIT_VMEM and RLIMIT_AS are the same
configure:11257: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:11260: $? = 0
configure:11262: ./conftest
configure:11265: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 11234 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int main()
| {
| int ret = 1;
| #if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_AS)
| if (RLIMIT_AS == RLIMIT_VMEM) ret = 0;
| #endif
| return ret;
| }
configure:11279: result: no
configure:11311: checking for /dev/fd filesystem
configure:11320: result: no
configure:11329: checking for RFS superroot directory
configure:11336: result: no
configure:11347: checking whether we should use the native getcwd
configure:11357: result: no
configure:11370: checking for NIS
configure:11378: result: yes
configure:11389: checking for NIS+
configure:11398: result: no
configure:11407: checking for utmp file
configure:11419: result: /etc/utmp
configure:11430: checking for wtmp file
configure:11442: result: /var/adm/wtmp
configure:11453: checking for utmpx file
configure:11465: result: no
configure:11476: checking for wtmpx file
configure:11488: result: no
configure:11500: checking for brk() prototype in <unistd.h>
configure:11523: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11696.8: 1506-343 (S) Redeclaration of brk differs from previous declaration on line 795 of "/usr/include/unistd.h".
"configure", line 11696.8: 1506-050 (I) Return type "double" in redeclaration is not compatible with the previous return type "int".
configure:11526: $? = 1
configure: failed program was:
| #line 11505 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define DEFAULT_PATH "/usr/bin:/usr/vac/bin"
| #define HAVE_NIS 1
| #define PATH_UTMP_FILE "/etc/utmp"
| #define PATH_WTMP_FILE "/var/adm/wtmp"
| /* end confdefs.h.  */
| #include <unistd.h>
| double brk();
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:11543: result: yes
configure:11554: checking for sbrk() prototype in <unistd.h>
configure:11577: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11751.8: 1506-343 (S) Redeclaration of sbrk differs from previous declaration on line 801 of "/usr/include/unistd.h".
"configure", line 11751.8: 1506-050 (I) Return type "double" in redeclaration is not compatible with the previous return type "void*".
configure:11580: $? = 1
configure: failed program was:
| #line 11559 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define DEFAULT_PATH "/usr/bin:/usr/vac/bin"
| #define HAVE_NIS 1
| #define PATH_UTMP_FILE "/etc/utmp"
| #define PATH_WTMP_FILE "/var/adm/wtmp"
| #define HAVE_BRK_PROTO 1
| /* end confdefs.h.  */
| #include <unistd.h>
| double sbrk();
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:11597: result: yes
configure:11614: checking for ioctl prototype in <sys/ioctl.h>
configure:11637: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:11640: $? = 0
configure:11643: test -s conftest.o
configure:11646: $? = 0
configure:11657: result: no
configure:11665: checking for mknod prototype in <sys/stat.h>
configure:11688: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
"configure", line 11863.8: 1506-343 (S) Redeclaration of mknod differs from previous declaration on line 276 of "/usr/include/sys/stat.h".
"configure", line 11863.8: 1506-376 (I) Redeclaration of mknod has a different number of fixed parameters than the previous declaration.
"configure", line 11863.8: 1506-377 (I) The type "double" of parameter 1 differs from the previous type "const char*".
configure:11691: $? = 1
configure: failed program was:
| #line 11670 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "powerpc"
| #define VENDOR "ibm"
| #define OSTYPE "aix5.2.0.0"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define TERM_H_NEEDS_CURSES_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBICONV 1
| #define HAVE_OSPEED 1
| #define MUST_DEFINE_OSPEED 1
| #define RETSIGTYPE void
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FACCESSX 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGRELSE 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_CAP_GET_PROC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_ICONV 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define HAVE_LOAD 1
| #define HAVE_LOADQUERY 1
| #define HAVE_LOADBIND 1
| #define HAVE_UNLOAD 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_UNSIGNED 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define DEFAULT_PATH "/usr/bin:/usr/vac/bin"
| #define HAVE_NIS 1
| #define PATH_UTMP_FILE "/etc/utmp"
| #define PATH_WTMP_FILE "/var/adm/wtmp"
| #define HAVE_BRK_PROTO 1
| #define HAVE_SBRK_PROTO 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
|    int mknod(double x);
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:11708: result: yes
configure:11773: checking if named FIFOs work
configure:11818: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:11821: $? = 0
configure:11823: ./conftest
configure:11826: $? = 0
configure:11840: result: yes
configure:11850: checking if echo in /bin/sh interprets escape sequences
configure:11861: result: yes
configure:11872: checking if link() works
configure:11908: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:11911: $? = 0
configure:11913: ./conftest
configure:11916: $? = 0
configure:11930: result: yes
configure:11941: checking if kill(pid, 0) returns ESRCH correctly
configure:11969: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:11972: $? = 0
configure:11974: ./conftest
configure:11977: $? = 0
configure:11991: result: yes
configure:12005: checking if POSIX sigsuspend() works
configure:12048: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:12051: $? = 0
configure:12053: ./conftest
configure:12056: $? = 0
configure:12070: result: yes
configure:12083: checking if tcsetpgrp() actually works
configure:12109: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:12112: $? = 0
configure:12114: ./conftest
configure:12117: $? = 0
configure:12131: result: yes
configure:12144: checking if getpwnam() is faked
configure:12174: /usr/vac/bin/cc -qlanglvl=ansi -o conftest  -O   conftest.c -liconv -ldl -lcurses -ltermcap -lm  -lc >&5
configure:12177: $? = 0
configure:12179: ./conftest
configure:12182: $? = 0
configure:12196: result: no
configure:12209: checking base type of the third argument to accept
configure:12234: /usr/vac/bin/cc -qlanglvl=ansi -c  -O  conftest.c >&5
configure:12237: $? = 0
configure:12240: test -s conftest.o
configure:12243: $? = 0
configure:12260: result: socklen_t
configure:12269: checking if your system has /dev/ptmx
configure:12280: result: no
configure:12704: checking if environ is available in shared libraries
configure:12841: result: yes
configure:12846: checking if tgetent is available in shared libraries
configure:12868: /usr/vac/bin/cc -qlanglvl=ansi -c  -O   conftest1.c 1>&5
"conftest1.c", line 8.16: 1506-068 (E) Operation between types "void*" and "int(*)()" is not allowed.
"conftest1.c", line 9.2: 1506-137 (E) Declaration must declare at least one declarator, tag, or the members of an enumeration.
configure:12871: $? = 0
configure:12874: /usr/vac/bin/cc -qlanglvl=ansi -o conftest1.so  -bM:SRE conftest1.o -liconv -ldl -lcurses -ltermcap -lm  -lc 1>&5
ld: 0711-317 ERROR: Undefined symbol: .main
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:12877: $? = 8
configure:12983: result: no
configure:12988: checking if tigetstr is available in shared libraries
configure:13010: /usr/vac/bin/cc -qlanglvl=ansi -c  -O   conftest1.c 1>&5
"conftest1.c", line 8.16: 1506-068 (E) Operation between types "void*" and "int(*)()" is not allowed.
"conftest1.c", line 9.2: 1506-137 (E) Declaration must declare at least one declarator, tag, or the members of an enumeration.
configure:13013: $? = 0
configure:13016: /usr/vac/bin/cc -qlanglvl=ansi -o conftest1.so  -bM:SRE conftest1.o -liconv -ldl -lcurses -ltermcap -lm  -lc 1>&5
ld: 0711-317 ERROR: Undefined symbol: .main
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure:13019: $? = 8
configure:13125: result: no
configure:13132: checking if name clashes in shared objects are OK
configure:13250: result: yes
configure:13259: checking for working RTLD_GLOBAL
configure:13375: result: yes
configure:13379: checking whether symbols in the executable are available
configure:13485: result: yes
configure:13492: checking whether executables can be stripped
configure:13601: result: yes
configure:13604: checking whether libraries can be stripped
configure:13705: result: yes
configure:13979: creating ./config.status

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

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

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

on md000002s

config.status:682: creating Config/defs.mk
config.status:682: creating Makefile
config.status:682: creating Doc/Makefile
config.status:682: creating Etc/Makefile
config.status:682: creating Src/Makefile
config.status:682: creating Test/Makefile
config.status:786: creating config.h
config.status:1339: config.h is unchanged
config.status:1439: executing config.modules commands

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

ac_cv_build=powerpc-ibm-aix5.2.0.0
ac_cv_build_alias=powerpc-ibm-aix5.2.0.0
ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/vac/bin/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_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_func__mktemp=no
ac_cv_func_alloca_works=yes
ac_cv_func_brk=yes
ac_cv_func_cap_get_proc=yes
ac_cv_func_difftime=yes
ac_cv_func_dlclose=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=yes
ac_cv_func_dlsym=yes
ac_cv_func_erand48=yes
ac_cv_func_faccessx=yes
ac_cv_func_fchdir=yes
ac_cv_func_fseeko=yes
ac_cv_func_fstat=yes
ac_cv_func_ftello=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getenv=yes
ac_cv_func_getgrgid=yes
ac_cv_func_getgrnam=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostname=yes
ac_cv_func_getipnodebyname=yes
ac_cv_func_getlogin=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_grantpt=yes
ac_cv_func_iconv=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_lchown=yes
ac_cv_func_load=yes
ac_cv_func_loadbind=yes
ac_cv_func_loadquery=yes
ac_cv_func_lstat=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_nice=yes
ac_cv_func_nis_list=no
ac_cv_func_nl_langinfo=yes
ac_cv_func_open_memstream=no
ac_cv_func_pathconf=yes
ac_cv_func_pcre_compile=no
ac_cv_func_pcre_exec=no
ac_cv_func_pcre_study=no
ac_cv_func_poll=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_readlink=yes
ac_cv_func_sbrk=yes
ac_cv_func_select=yes
ac_cv_func_seteuid=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setresuid=no
ac_cv_func_setreuid=yes
ac_cv_func_setsid=yes
ac_cv_func_setuid=yes
ac_cv_func_setupterm=yes
ac_cv_func_shl_findsym=no
ac_cv_func_shl_load=no
ac_cv_func_shl_unload=no
ac_cv_func_sigaction=yes
ac_cv_func_sigblock=yes
ac_cv_func_sighold=yes
ac_cv_func_signgam=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigrelse=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strstr=yes
ac_cv_func_sysconf=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_tgetent=yes
ac_cv_func_tigetflag=yes
ac_cv_func_tigetnum=yes
ac_cv_func_tigetstr=yes
ac_cv_func_uname=yes
ac_cv_func_unload=yes
ac_cv_func_unlockpt=yes
ac_cv_func_wait3=yes
ac_cv_func_waitpid=yes
ac_cv_func_wctomb=yes
ac_cv_have_dev_ptmx=no
ac_cv_header_curses_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_pcre_h=no
ac_cv_header_poll_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_capability_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stropts_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termcap_h=no
ac_cv_header_termio_h=yes
ac_cv_header_termios_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_wchar_h=yes
ac_cv_host=powerpc-ibm-aix5.2.0.0
ac_cv_host_alias=powerpc-ibm-aix5.2.0.0
ac_cv_lib_c_printf=yes
ac_cv_lib_cap_cap_get_proc=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_iconv_iconv=yes
ac_cv_lib_m_pow=yes
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/vac/bin/cc -E'
ac_cv_prog_LN=ln
ac_cv_prog_ac_ct_CC=/usr/vac/bin/cc
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_opendir='none required'
ac_cv_search_tgetent=-ltermcap
ac_cv_search_tigetflag=-lcurses
ac_cv_search_yp_all='none required'
ac_cv_type_ino_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_winsize_in_ptem=no
ac_cv_working_alloca_h=yes
fp_cv_prog_cc_stdc=-qlanglvl=ansi
zsh_cv_64_bit_type='long long'
zsh_cv_64_bit_utype='unsigned long long'
zsh_cv_c_broken_signed_to_unsigned_casting=no
zsh_cv_c_have_union_init=yes
zsh_cv_c_variable_length_arrays=no
zsh_cv_cs_path=/usr/bin:/usr/vac/bin
zsh_cv_decl_h_errno_use_local=no
zsh_cv_decl_ospeed_include_defines=no
zsh_cv_decl_ospeed_must_define=yes
zsh_cv_func_dlsym_needs_underscore=no
zsh_cv_func_tgetent_accepts_null=yes
zsh_cv_func_tgetent_zero_success=no
zsh_cv_have_RLIMIT_AIO_MEM=no
zsh_cv_have_RLIMIT_AIO_OPS=no
zsh_cv_have_RLIMIT_AS=yes
zsh_cv_have_RLIMIT_LOCKS=no
zsh_cv_have_RLIMIT_MEMLOCK=no
zsh_cv_have_RLIMIT_NOFILE=yes
zsh_cv_have_RLIMIT_NPROC=no
zsh_cv_have_RLIMIT_PTHREAD=no
zsh_cv_have_RLIMIT_RSS=yes
zsh_cv_have_RLIMIT_SBSIZE=no
zsh_cv_have_RLIMIT_TCACHE=no
zsh_cv_have_RLIMIT_VMEM=no
zsh_cv_header_sys_ioctl_h_ioctl_proto=no
zsh_cv_header_sys_ioctl_h_tiocgwinsz=yes
zsh_cv_header_sys_stat_h_mknod_proto=yes
zsh_cv_header_termios_h_tiocgwinsz=no
zsh_cv_header_time_h_select_h_conflicts=no
zsh_cv_header_unistd_h_brk_proto=yes
zsh_cv_header_unistd_h_sbrk_proto=yes
zsh_cv_ino_t_is_64_bit=no
zsh_cv_long_is_64_bit=no
zsh_cv_off_t_is_64_bit=no
zsh_cv_path_errno_h=/usr/include/errno.h
zsh_cv_path_rlimit_h=/usr/include/sys/resource.h
zsh_cv_path_signal_h=/usr/include/sys/signal.h
zsh_cv_path_utmp=/etc/utmp
zsh_cv_path_utmpx=no
zsh_cv_path_wtmp=/var/adm/wtmp
zsh_cv_path_wtmpx=no
zsh_cv_prog_sh_echo_escape=yes
zsh_cv_rlim_t_is_longer=no
zsh_cv_rlimit_vmem_is_as=no
zsh_cv_rlimit_vmem_is_rss=no
zsh_cv_shared_environ=yes
zsh_cv_shared_tgetent=no
zsh_cv_shared_tigetstr=no
zsh_cv_struct_member_struct_direct_d_ino=no
zsh_cv_struct_member_struct_direct_d_stat=no
zsh_cv_struct_member_struct_dirent_d_ino=yes
zsh_cv_struct_member_struct_dirent_d_stat=no
zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=yes
zsh_cv_struct_member_struct_utmp_ut_host=yes
zsh_cv_struct_member_struct_utmpx_ut_host=yes
zsh_cv_struct_member_struct_utmpx_ut_tv=yes
zsh_cv_struct_member_struct_utmpx_ut_xtime=no
zsh_cv_sys_dynamic_clash_ok=yes
zsh_cv_sys_dynamic_execsyms=yes
zsh_cv_sys_dynamic_rtld_global=yes
zsh_cv_sys_dynamic_strip_exe=yes
zsh_cv_sys_dynamic_strip_lib=yes
zsh_cv_sys_fifo=yes
zsh_cv_sys_getpwnam_faked=no
zsh_cv_sys_killesrch=yes
zsh_cv_sys_link=yes
zsh_cv_sys_nis=yes
zsh_cv_sys_nis_plus=no
zsh_cv_sys_path_dev_fd=no
zsh_cv_sys_posix_termios=yes
zsh_cv_sys_sigsuspend=yes
zsh_cv_sys_superroot=no
zsh_cv_sys_tcsetpgrp=yes
zsh_cv_type_exists_struct_timezone=yes
zsh_cv_type_exists_struct_utmp=yes
zsh_cv_type_exists_struct_utmpx=yes
zsh_cv_type_rlim_t=yes
zsh_cv_type_rlim_t_is_unsigned=yes
zsh_cv_type_sigset_t=yes
zsh_cv_type_socklen_t=socklen_t
zsh_cv_use_getcwd=no

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

ALLOCA=''
ANSI2KNR=': ansi2knr'
AWK='gawk'
CC='/usr/vac/bin/cc -qlanglvl=ansi'
CFLAGS=' -O'
CPP='/usr/vac/bin/cc -E'
CPPFLAGS=''
D='D'
DEFS='-DHAVE_CONFIG_H'
DLCFLAGS=''
DLLD='/usr/vac/bin/cc -qlanglvl=ansi'
DLLDFLAGS='-bM:SRE'
DL_EXT='so'
E='E'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
ERRNO_H='/usr/include/errno.h'
EXEEXT=''
EXELDFLAGS=' -s'
EXPOPT='-bE:'
EXTRAZSHOBJS=''
EXTRA_LDFLAGS=''
FUNCTIONS_SUBDIRS='no'
IMPOPT='-bI:'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTLIB='install.bin-$(L)'
L='N'
LDFLAGS=''
LIBLDFLAGS=' -s'
LIBOBJS=''
LIBS='-liconv -ldl -lcurses -ltermcap -lm  -lc'
LINKMODS='NOLINKMODS'
LN='ln'
LTLIBOBJS=''
MOD_EXPORT=''
MOD_IMPORT_FUNCTION=''
MOD_IMPORT_VARIABLE=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCRECONF=''
RLIMITS_INC_H='/usr/include/sys/resource.h'
SET_MAKE=''
SHELL='/bin/sh'
SHORTBOOTNAMES='yes'
SIGNAL_H='/usr/include/sys/signal.h'
U=''
UNINSTLIB='uninstall.bin-$(L)'
YODL=': yodl'
ac_ct_CC='/usr/vac/bin/cc'
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix5.2.0.0'
build_alias=''
build_cpu='powerpc'
build_os='aix5.2.0.0'
build_vendor='ibm'
datadir='${prefix}/share'
exec_prefix='${prefix}'
fndir='${prefix}/share/zsh/${VERSION}/functions'
host='powerpc-ibm-aix5.2.0.0'
host_alias=''
host_cpu='powerpc'
host_os='aix5.2.0.0'
host_vendor='ibm'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/home/ibraheem/utils/zsh/AIX/'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sitefndir='${prefix}/share/zsh/site-functions'
sysconfdir='${prefix}/etc'
target_alias=''
tzsh='zsh'
zlogin='/etc/zlogin'
zlogout='/etc/zlogout'
zprofile='/etc/zprofile'
zshenv='/etc/zshenv'
zshrc='/etc/zshrc'

## ------------- ##
## Output files. ##
## ------------- ##

CLEAN_MK='./Config/clean.mk'
CONFIG_MK='./Config/config.mk'
DEFS_MK='Config/defs.mk'
VERSION_MK='./Config/version.mk'

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

#define AIXDYNAMIC 1
#define CONFIG_LOCALE 1
#define DEFAULT_PATH "/usr/bin:/usr/vac/bin"
#define DL_EXT "so"
#define DYNAMIC 1
#define DYNAMIC_NAME_CLASH_OK 1
#define GETPGRP_VOID 1
#define GLOBAL_ZLOGIN "/etc/zlogin"
#define GLOBAL_ZLOGOUT "/etc/zlogout"
#define GLOBAL_ZPROFILE "/etc/zprofile"
#define GLOBAL_ZSHENV "/etc/zshenv"
#define GLOBAL_ZSHRC "/etc/zshrc"
#define GWINSZ_IN_SYS_IOCTL 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_BOOLCODES 1
#define HAVE_BOOLNAMES 1
#define HAVE_BRK 1
#define HAVE_BRK_PROTO 1
#define HAVE_CAP_GET_PROC 1
#define HAVE_CURSES_H 1
#define HAVE_DIFFTIME 1
#define HAVE_DIRENT_H 1
#define HAVE_DLCLOSE 1
#define HAVE_DLERROR 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define HAVE_DLSYM 1
#define HAVE_ERAND48 1
#define HAVE_ERRNO_H 1
#define HAVE_FACCESSX 1
#define HAVE_FCHDIR 1
#define HAVE_FCNTL_H 1
#define HAVE_FIFOS 1
#define HAVE_FSEEKO 1
#define HAVE_FSTAT 1
#define HAVE_FTELLO 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETENV 1
#define HAVE_GETGRGID 1
#define HAVE_GETGRNAM 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETIPNODEBYNAME 1
#define HAVE_GETLOGIN 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWENT 1
#define HAVE_GETPWNAM 1
#define HAVE_GETPWUID 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GRANTPT 1
#define HAVE_GRP_H 1
#define HAVE_ICONV 1
#define HAVE_INET_ATON 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INITGROUPS 1
#define HAVE_INTTYPES_H 1
#define HAVE_KILLPG 1
#define HAVE_LANGINFO_H 1
#define HAVE_LCHOWN 1
#define HAVE_LIBDL 1
#define HAVE_LIBICONV 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_LINK 1
#define HAVE_LOAD 1
#define HAVE_LOADBIND 1
#define HAVE_LOADQUERY 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD_PROTO 1
#define HAVE_MKSTEMP 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NICE 1
#define HAVE_NIS 1
#define HAVE_NL_LANGINFO 1
#define HAVE_NUMCODES 1
#define HAVE_NUMNAMES 1
#define HAVE_OSPEED 1
#define HAVE_PATHCONF 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_PTSNAME 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
#define HAVE_RLIMIT_AS 1
#define HAVE_RLIMIT_NOFILE 1
#define HAVE_RLIMIT_RSS 1
#define HAVE_SBRK 1
#define HAVE_SBRK_PROTO 1
#define HAVE_SELECT 1
#define HAVE_SETEUID 1
#define HAVE_SETLOCALE 1
#define HAVE_SETPGID 1
#define HAVE_SETPGRP 1
#define HAVE_SETREUID 1
#define HAVE_SETSID 1
#define HAVE_SETUID 1
#define HAVE_SETUPTERM 1
#define HAVE_SIGACTION 1
#define HAVE_SIGBLOCK 1
#define HAVE_SIGHOLD 1
#define HAVE_SIGNGAM 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGRELSE 1
#define HAVE_SIGSETMASK 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCODES 1
#define HAVE_STRCOLL 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNAMES 1
#define HAVE_STRSTR 1
#define HAVE_STRUCT_DIRENT_D_INO 1
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
#define HAVE_STRUCT_TIMEZONE 1
#define HAVE_STRUCT_UTMP 1
#define HAVE_STRUCT_UTMPX 1
#define HAVE_STRUCT_UTMPX_UT_HOST 1
#define HAVE_STRUCT_UTMPX_UT_TV 1
#define HAVE_STRUCT_UTMP_UT_HOST 1
#define HAVE_SYSCONF 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STROPTS_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TCGETATTR 1
#define HAVE_TCSETPGRP 1
#define HAVE_TERMIOS_H 1
#define HAVE_TERMIO_H 1
#define HAVE_TERM_H 1
#define HAVE_TGETENT 1
#define HAVE_TIGETFLAG 1
#define HAVE_TIGETNUM 1
#define HAVE_TIGETSTR 1
#define HAVE_UNAME 1
#define HAVE_UNION_INIT 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNLOAD 1
#define HAVE_UNLOCKPT 1
#define HAVE_UTMPX_H 1
#define HAVE_UTMP_H 1
#define HAVE_WAIT3 1
#define HAVE_WAITPID 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTOMB 1
#define MACHTYPE "powerpc"
#define MUST_DEFINE_OSPEED 1
#define OSTYPE "aix5.2.0.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATH_UTMP_FILE "/etc/utmp"
#define PATH_WTMP_FILE "/var/adm/wtmp"
#define POSIX_SIGNALS 1
#define POSIX_SIGNALS 1
#define PROTOTYPES 1
#define RESTRICTED_R 1
#define RETSIGTYPE void
#define RLIM_T_IS_UNSIGNED 1
#define SOCKLEN_T socklen_t
#define STDC_HEADERS 1
#define TERM_H_NEEDS_CURSES_H 1
#define TGETENT_ACCEPTS_NULL 1
#define TGETENT_SUCCESS 1
#define TIME_WITH_SYS_TIME 1
#define VENDOR "ibm"
#define ZSH_64_BIT_TYPE long long
#define ZSH_64_BIT_UTYPE unsigned long long

configure: exit 0

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

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

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

on md000002s

config.status:786: creating config.h
config.status:1339: config.h is unchanged

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

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

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=Src/Makemod:Src/Makemod.in

on md000002s

config.status:682: creating Src/Makemod

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

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

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=Src/Modules/Makefile:Src/Modules/Makefile.in

on md000002s

config.status:682: creating Src/Modules/Makefile

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

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

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=Src/Builtins/Makefile:Src/Builtins/Makefile.in

on md000002s

config.status:682: creating Src/Builtins/Makefile

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

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

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=Src/Zle/Makefile:Src/Zle/Makefile.in

on md000002s

config.status:682: creating Src/Zle/Makefile

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

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

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

on md000002s

config.status:786: creating config.h
config.status:1339: config.h is unchanged


Messages sorted by: Reverse Date, Date, Thread, Author