I'm trying to build Clisp on an IBM P-series cluster, which uses AIX
5.1. I read the INSTALL file in the unix directory, and I installed
libreadline, libffcall, libsigsegv. Until now, I encountered two
problems which prevents me from moving forward. Not sure whether they
are related or not:
1\. the libreadline can't be found.
I'm quite sure that my installation is successful, and I specified the
directory of libreadline using --with-libreadline-prefix, however,
everytime I do configuration it says:
FFI: yes \(user requested: default\)
readline: no \(user requested: default\)
libsigsegv: yes
I looked at config.log, but still couldn't figure out why, attached is
this config.log file.
2\. Thought it couldn't find readline, Clisp can still be built,
therefore, I just ignored the libreadline, and typed make. However, I
got the following error \(last 30 lines\):
End of comment outside comment in line 199
./comment5 /home/yli/trunks/clisp/src/arilev0.d | ./gctrigger
| ./varbrace > arilev0.c
./comment5 /home/yli/trunks/clisp/src/arilev1.d | ./gctrigger
| ./varbrace > arilev1.c
./comment5 /home/yli/trunks/clisp/src/intelem.d | ./gctrigger
| ./varbrace > intelem.c
./comment5 /home/yli/trunks/clisp/src/intlog.d | ./gctrigger |
./varbrace > intlog.c
./comment5 /home/yli/trunks/clisp/src/intplus.d | ./gctrigger
| ./varbrace > intplus.c
./comment5 /home/yli/trunks/clisp/src/intcomp.d | ./gctrigger
| ./varbrace > intcomp.c
./comment5 /home/yli/trunks/clisp/src/intbyte.d | ./gctrigger
| ./varbrace > intbyte.c
./comment5 /home/yli/trunks/clisp/src/intmal.d | ./gctrigger |
./varbrace > intmal.c
./comment5 /home/yli/trunks/clisp/src/intdiv.d | ./gctrigger |
./varbrace > intdiv.c
./comment5 /home/yli/trunks/clisp/src/intgcd.d | ./gctrigger |
./varbrace > intgcd.c
./comment5 /home/yli/trunks/clisp/src/int2adic.d | ./gctrigger
| ./varbrace > int2adic.c
./comment5 /home/yli/trunks/clisp/src/intsqrt.d | ./gctrigger
| ./varbrace > intsqrt.c
./comment5 /home/yli/trunks/clisp/src/intprint.d | ./gctrigger
| ./varbrace > intprint.c
./comment5 /home/yli/trunks/clisp/src/intread.d | ./gctrigger
| ./varbrace > intread.c
./comment5 /home/yli/trunks/clisp/src/intserial.d |
./gctrigger | ./varbrace > intserial.c
./comment5 /home/yli/trunks/clisp/src/rational.d | ./gctrigger
| ./varbrace > rational.c
./comment5 /home/yli/trunks/clisp/src/sfloat.d | ./gctrigger |
./varbrace > sfloat.c
./comment5 /home/yli/trunks/clisp/src/ffloat.d | ./gctrigger |
./varbrace > ffloat.c
./comment5 /home/yli/trunks/clisp/src/dfloat.d | ./gctrigger |
./varbrace > dfloat.c
./comment5 /home/yli/trunks/clisp/src/lfloat.d | ./gctrigger |
./varbrace > lfloat.c
./comment5 /home/yli/trunks/clisp/src/flo\_konv.d | ./gctrigger
| ./varbrace > flo\_konv.c
./comment5 /home/yli/trunks/clisp/src/flo\_rest.d | ./gctrigger
| ./varbrace > flo\_rest.c
./comment5 /home/yli/trunks/clisp/src/realelem.d | ./gctrigger
| ./varbrace > realelem.c
./comment5 /home/yli/trunks/clisp/src/realrand.d | ./gctrigger
| ./varbrace > realrand.c
./comment5 /home/yli/trunks/clisp/src/realtran.d | ./gctrigger
| ./varbrace > realtran.c
./comment5 /home/yli/trunks/clisp/src/compelem.d | ./gctrigger
| ./varbrace > compelem.c
./comment5 /home/yli/trunks/clisp/src/comptran.d | ./gctrigger
| ./varbrace > comptran.c
./comment5 /home/yli/trunks/clisp/src/arilev1c.d | ./gctrigger
| ./varbrace > arilev1c.c
./comment5 /home/yli/trunks/clisp/src/arilev1e.d | ./gctrigger
| ./varbrace > arilev1e.c
./comment5 /home/yli/trunks/clisp/src/arilev1i.d | ./gctrigger
| ./varbrace > arilev1i.c
./comment5 /home/yli/trunks/clisp/src/genclisph.d |
./gctrigger | ./varbrace > genclisph.c
./comment5 /home/yli/trunks/clisp/src/noreadline.d |
./gctrigger | ./varbrace > noreadline.c
./comment5 /home/yli/trunks/clisp/src/lispbibl.d | sed -e
'/^%% /\{s///p;d;\}' -e '/^\#line /\!s/.\*//' > gen.lispbibl.c
true
rm -f spvw\_calendar.c
ln -s /home/yli/trunks/clisp/src/spvw\_calendar.c spvw\_calendar.c
make: 1254-002 Cannot find a rule to create target gllib/stdint.h from
dependencies.
Here I'm wondering is there any trick to follow to build Clisp on AIX?
Any suggestion is appreciate\!
Thanks,
Yue
Config log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU CLISP configure 2.49+ \(2010-07-17\), which was
generated by GNU Autoconf 2.65. Invocation command line was
$ configure --srcdir=/home/yli/trunks/clisp/src --disable-option-checking --prefix=/home/yli/ --with-libffcall-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0 --with-libsigsegv-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0 --with-libreadline-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0 --cache-file=config.cache
\#\# --------- \#\#
\#\# Platform. \#\#
\#\# --------- \#\#
hostname = hydra
uname -m = 00C7A9FD4C00
uname -r = 3
uname -s = AIX
uname -v = 5
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = 5.3.0.0
/bin/universe = unknown
PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java14/jre/bin
PATH: /usr/java14/bin
PATH: /usr/vac/bin
PATH: /usr/vacpp/bin
PATH: /usr/lpp/LoadL/full/bin
PATH: /usr/lpp/mmfs/bin
PATH: /usr/local/bin
PATH: /home/yli/bin
PATH: .
\#\# ----------- \#\#
\#\# Core tests. \#\#
\#\# ----------- \#\#
configure:2911: creating cache config.cache
configure:3050: checking for a BSD-compatible install
configure:3118: result: /home/yli/trunks/clisp/src/build-aux/install-sh -c
configure:3129: checking whether build environment is sane
configure:3179: result: yes
configure:3320: checking for a thread-safe mkdir -p
configure:3359: result: /home/yli/trunks/clisp/src/build-aux/install-sh -c -d
configure:3373: checking for gawk
configure:3403: result: no
configure:3373: checking for mawk
configure:3389: found /usr/bin/mawk
configure:3400: result: mawk
configure:3411: checking whether make sets $\(MAKE\)
configure:3433: result: yes
configure:3551: \[1m\*\* check for host type\[m
configure:3557: checking build system type
configure:3571: result: powerpc-ibm-aix5.3.0.0
configure:3591: checking host system type
configure:3604: result: powerpc-ibm-aix5.3.0.0
configure:3624: checking how to remove colons from paths
configure:3635: result: echo $x
configure:3639: \[1m\*\* checks for programs\[m
configure:3689: checking for gcc
configure:3705: found /usr/bin/gcc
configure:3716: result: gcc
configure:3945: checking for C compiler version
configure:3954: gcc --version >&5
gcc \(GCC\) 3.3.2
Copyright \(C\) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3965: $? = 0
configure:3954: gcc -v >&5
Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/specs
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.1.0.0
Thread model: aix
gcc version 3.3.2
configure:3965: $? = 0
configure:3954: gcc -V >&5
gcc: \`-V' option must have argument
configure:3965: $? = 1
configure:3954: gcc -qversion >&5
gcc: unrecognized option \`-qversion'
gcc: no input files
configure:3965: $? = 1
configure:3985: checking whether the C compiler works
configure:4007: gcc conftest.c >&5
configure:4011: $? = 0
configure:4060: result: yes
configure:4063: checking for C compiler default output file name
configure:4065: result: a.out
configure:4071: checking for suffix of executables
configure:4078: gcc -o conftest conftest.c >&5
configure:4082: $? = 0
configure:4104: result:
configure:4126: checking whether we are cross compiling
configure:4134: gcc -o conftest conftest.c >&5
configure:4138: $? = 0
configure:4145: ./conftest
configure:4149: $? = 0
configure:4164: result: no
configure:4169: checking for suffix of object files
configure:4191: gcc -c conftest.c >&5
configure:4195: $? = 0
configure:4216: result: o
configure:4220: checking whether we are using the GNU C compiler
configure:4239: gcc -c conftest.c >&5
configure:4239: $? = 0
configure:4248: result: yes
configure:4257: checking whether gcc accepts -g
configure:4277: gcc -c -g conftest.c >&5
configure:4277: $? = 0
configure:4318: result: yes
configure:4335: checking for gcc option to accept ISO C89
configure:4399: gcc -c -g -O2 conftest.c >&5
configure:4399: $? = 0
configure:4412: result: none needed
configure:4443: checking for style of include used by make
configure:4471: result: GNU
configure:4496: checking dependency style of gcc
configure:4606: result: gcc3
configure:4625: checking how to run the C preprocessor
configure:4656: gcc -E conftest.c
configure:4656: $? = 0
configure:4670: gcc -E conftest.c
conftest.c:9:28: ac\_nonexistent.h: No such file or directory
configure:4670: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| /\* end confdefs.h. \*/
| \#include <ac\_nonexistent.h>
configure:4695: result: gcc -E
configure:4715: gcc -E conftest.c
configure:4715: $? = 0
configure:4729: gcc -E conftest.c
conftest.c:9:28: ac\_nonexistent.h: No such file or directory
configure:4729: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| /\* end confdefs.h. \*/
| \#include <ac\_nonexistent.h>
configure:4799: checking for ranlib
configure:4815: found /usr/bin/ranlib
configure:4826: result: ranlib
configure:4849: checking whether gcc and cc understand -c and -o together
configure:4880: gcc -c conftest.c -o conftest2.o >&5
configure:4884: $? = 0
configure:4890: gcc -c conftest.c -o conftest2.o >&5
configure:4894: $? = 0
configure:4905: cc -c conftest.c >&5
cc: 1501-245 \(W\) Warning: Hard ulimit has been reduced to less than RLIM\_INFINITY. There may not be enough space to complete the compilation.
configure:4909: $? = 0
configure:4917: cc -c conftest.c -o conftest2.o >&5
cc: 1501-245 \(W\) Warning: Hard ulimit has been reduced to less than RLIM\_INFINITY. There may not be enough space to complete the compilation.
configure:4921: $? = 0
configure:4927: cc -c conftest.c -o conftest2.o >&5
cc: 1501-245 \(W\) Warning: Hard ulimit has been reduced to less than RLIM\_INFINITY. There may not be enough space to complete the compilation.
configure:4931: $? = 0
configure:4949: result: yes
configure:4976: checking for grep that handles long lines and -e
configure:5034: result: /usr/bin/grep
configure:5039: checking for egrep
configure:5101: result: /usr/bin/grep -E
configure:5106: checking for ANSI C header files
configure:5126: gcc -c -g -O2 conftest.c >&5
configure:5126: $? = 0
configure:5199: gcc -o conftest -g -O2 conftest.c >&5
configure:5199: $? = 0
configure:5199: ./conftest
configure:5199: $? = 0
configure:5210: result: yes
configure:5223: checking for sys/types.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for sys/stat.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for stdlib.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for string.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for memory.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for strings.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for inttypes.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for stdint.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for unistd.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5239: checking minix/config.h usability
configure:5239: gcc -c -g -O2 conftest.c >&5
conftest.c:52:26: minix/config.h: No such file or directory
configure:5239: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| \#include <minix/config.h>
configure:5239: result: no
configure:5239: checking minix/config.h presence
configure:5239: gcc -E conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:5239: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| /\* end confdefs.h. \*/
| \#include <minix/config.h>
configure:5239: result: no
configure:5239: checking for minix/config.h
configure:5239: result: no
configure:5268: checking whether it is safe to define \_\_EXTENSIONS\_\_
configure:5286: gcc -c -g -O2 conftest.c >&5
configure:5286: $? = 0
configure:5293: result: yes
configure:5374: checking how to make hard links
configure:5390: result: ln
configure:5394: checking whether ln -s works
configure:5408: result: yes
configure:5415: checking how to make hard links to symlinks
configure:5444: result: ln
configure:5796: checking how to print strings
configure:5825: result: print -r
configure:5844: checking for a sed that does not truncate output
configure:5908: result: /usr/bin/sed
configure:5926: checking for fgrep
configure:5988: result: /usr/bin/grep -F
configure:6023: checking for ld used by gcc
configure:6090: result: /usr/bin/ld
configure:6097: checking if the linker \(/usr/bin/ld\) is GNU ld
configure:6112: result: no
configure:6124: checking for BSD- or MS-compatible name lister \(nm\)
configure:6173: result: /usr/bin/nm -B
configure:6303: checking the name lister \(/usr/bin/nm -B\) interface
configure:6310: gcc -c -g -O2 conftest.c >&5
configure:6313: /usr/bin/nm -B "conftest.o"
configure:6316: output
8 d TOC
0 d \_conftest.rw\_c
0 D some\_variable
configure:6323: result: BSD nm
configure:6326: checking whether ln -s works
configure:6330: result: yes
configure:6338: checking the maximum length of command line arguments
configure:6463: result: 153600
configure:6480: checking whether the shell understands some XSI constructs
configure:6490: result: yes
configure:6494: checking whether the shell understands "+="
configure:6500: result: no
configure:6535: checking for /usr/bin/ld option to reload object files
configure:6542: result: -r
configure:6611: checking for objdump
configure:6638: result: objdump
configure:6667: checking how to recognize dependent libraries
configure:6869: result: pass\_all
configure:6929: checking for ar
configure:6945: found /usr/bin/ar
configure:6956: result: ar
configure:7034: checking for strip
configure:7050: found /usr/bin/strip
configure:7061: result: strip
configure:7133: checking for ranlib
configure:7160: result: ranlib
configure:7262: checking command to parse /usr/bin/nm -B output from gcc object
configure:7380: gcc -c -g -O2 conftest.c >&5
configure:7383: $? = 0
configure:7387: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.\*\[ \]\\\(\[BCDT\]\[BCDT\]\*\\\)\[ \]\[ \]\*\\\(\[\_A-Za-z\]\[\_A-Za-z0-9\]\*\\\)$/\1 \2 \2/p' \> conftest.nm
configure:7390: $? = 0
configure:7444: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7447: $? = 0
configure:7485: result: ok
configure:8322: checking for dlfcn.h
configure:8322: gcc -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8507: checking for objdir
configure:8522: result: .libs
configure:8789: checking if gcc supports -fno-rtti -fno-exceptions
configure:8807: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:8811: $? = 0
configure:8824: result: no
configure:8844: checking for gcc option to produce PIC
configure:9129: result: -DPIC
configure:9141: checking if gcc PIC flag -DPIC works
configure:9159: gcc -c -g -O2 -DPIC -DPIC conftest.c >&5
configure:9163: $? = 0
configure:9176: result: yes
configure:9200: checking if gcc static flag -static works
configure:9228: result: no
configure:9243: checking if gcc supports -c -o file.o
configure:9264: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9268: $? = 0
configure:9290: result: yes
configure:9298: checking if gcc supports -c -o file.o
configure:9345: result: yes
configure:9378: checking whether the gcc linker \(/usr/bin/ld\) supports shared libraries
configure:9912: gcc -o conftest -g -O2 conftest.c >&5
configure:9912: $? = 0
configure:10453: result: yes
configure:10698: checking dynamic linker characteristics
configure:11375: result: aix5.3.0.0 ld.so
configure:11482: checking how to hardcode library paths into programs
configure:11507: result: immediate
configure:12047: checking whether stripping libraries is possible
configure:12069: result: no
configure:12087: checking if libtool supports shared libraries
configure:12089: result: yes
configure:12092: checking whether to build shared libraries
configure:12113: result: yes
configure:12116: checking whether to build static libraries
configure:12120: result: no
configure:12158: checking for groff
configure:12188: result: no
configure:12195: checking for ps2pdf
configure:12211: found /usr/bin/ps2pdf
configure:12222: result: ps2pdf
configure:12234: checking for gzip
configure:12250: found /usr/bin/gzip
configure:12261: result: gzip
configure:12272: checking whether test -nt works
configure:12288: result: yes
configure:12291: \[1m\*\* checks for system features\[m
configure:12300: checking for special C compiler options needed for large files
configure:12345: result: no
configure:12351: checking for \_FILE\_OFFSET\_BITS value needed for large files
configure:12376: gcc -c -g -O2 conftest.c >&5
conftest.c:32: warning: left shift count >= width of type
conftest.c:32: warning: left shift count >= width of type
conftest.c:34: error: size of array \`off\_t\_is\_large' is negative
configure:12376: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| /\* end confdefs.h. \*/
| \#include <sys/types.h>
| /\* Check that off\_t can represent 2\*\*63 - 1 correctly.
| We can't simply define LARGE\_OFF\_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. \*/
| \#define LARGE\_OFF\_T \(\(\(off\_t\) 1 << 62\) - 1 + \(\(off\_t\) 1 << 62\)\)
| int off\_t\_is\_large\[\(LARGE\_OFF\_T % 2147483629 == 721
| && LARGE\_OFF\_T % 2147483647 == 1\)
| ? 1 : -1\];
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:12400: gcc -c -g -O2 conftest.c >&5
conftest.c:33: warning: left shift count >= width of type
conftest.c:33: warning: left shift count >= width of type
conftest.c:35: error: size of array \`off\_t\_is\_large' is negative
configure:12400: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| /\* end confdefs.h. \*/
| \#define \_FILE\_OFFSET\_BITS 64
| \#include <sys/types.h>
| /\* Check that off\_t can represent 2\*\*63 - 1 correctly.
| We can't simply define LARGE\_OFF\_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. \*/
| \#define LARGE\_OFF\_T \(\(\(off\_t\) 1 << 62\) - 1 + \(\(off\_t\) 1 << 62\)\)
| int off\_t\_is\_large\[\(LARGE\_OFF\_T % 2147483629 == 721
| && LARGE\_OFF\_T % 2147483647 == 1\)
| ? 1 : -1\];
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:12408: result: unknown
configure:12420: checking for \_LARGE\_FILES value needed for large files
configure:12445: gcc -c -g -O2 conftest.c >&5
conftest.c:32: warning: left shift count >= width of type
conftest.c:32: warning: left shift count >= width of type
conftest.c:34: error: size of array \`off\_t\_is\_large' is negative
configure:12445: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| /\* end confdefs.h. \*/
| \#include <sys/types.h>
| /\* Check that off\_t can represent 2\*\*63 - 1 correctly.
| We can't simply define LARGE\_OFF\_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. \*/
| \#define LARGE\_OFF\_T \(\(\(off\_t\) 1 << 62\) - 1 + \(\(off\_t\) 1 << 62\)\)
| int off\_t\_is\_large\[\(LARGE\_OFF\_T % 2147483629 == 721
| && LARGE\_OFF\_T % 2147483647 == 1\)
| ? 1 : -1\];
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:12469: gcc -c -g -O2 conftest.c >&5
configure:12469: $? = 0
configure:12477: result: 1
configure:12491: checking whether using GNU C
configure:12514: result: yes
configure:12524: checking whether using SUNPRO C
configure:12546: result: no
configure:12554: checking whether using C++
configure:12577: result: no
configure:12585: checking whether CPP likes empty macro arguments
configure:12596: gcc -E conftest.c
configure:12596: $? = 0
configure:12603: result: yes
configure:12612: checking for underscore in external names
configure:12626: gcc -S conftest.c
configure:12629: $? = 0
configure:12639: result: no
configure:12649: checking whether CC works at all
configure:12692: gcc -o conftest -g -O2 conftest.c >&5
configure:12692: $? = 0
configure:12692: ./conftest
configure:12692: $? = 0
configure:12709: result: yes
configure:12717: \[1m\*\* check for add-ons\[m
configure:12728: checking for working alloca.h
configure:12745: gcc -o conftest -g -O2 conftest.c >&5
configure:12745: $? = 0
configure:12753: result: yes
configure:12761: checking for alloca
configure:12798: gcc -o conftest -g -O2 conftest.c >&5
configure:12798: $? = 0
configure:12806: result: yes
configure:13028: checking if environ is properly declared
configure:13046: gcc -c -g -O2 conftest.c >&5
conftest.c:30: error: conflicting types for \`environ'
/usr/include/unistd.h:871: error: previous declaration of \`environ'
configure:13046: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| extern struct \{ int foo; \} environ;
| int
| main \(\)
| \{
| environ.foo = 1;
| ;
| return 0;
| \}
configure:13054: result: yes
configure:13069: checking whether the preprocessor supports include\_next
configure:13107: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:13107: $? = 0
configure:13128: result: yes
configure:13149: checking whether system header files limit the line length
configure:13172: result: no
configure:13187: checking for errno.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for sys/time.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for langinfo.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for sys/mman.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for unistd.h
configure:13187: result: yes
configure:13187: checking for sys/socket.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for stddef.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for stdint.h
configure:13187: result: yes
configure:13187: checking for wchar.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for stdlib.h
configure:13187: result: yes
configure:13187: checking for string.h
configure:13187: result: yes
configure:13187: checking for sys/wait.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for wctype.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13203: checking for complete errno.h
configure:13258: result: yes
configure:13533: checking for C/C++ restrict keyword
configure:13558: gcc -c -g -O2 conftest.c >&5
configure:13558: $? = 0
configure:13566: result: \_\_restrict
configure:13650: checking for struct timeval
configure:13670: gcc -c -g -O2 conftest.c >&5
configure:13670: $? = 0
configure:13677: result: yes
configure:13686: checking whether gettimeofday is declared without a macro
configure:13708: gcc -c -g -O2 conftest.c >&5
configure:13708: $? = 0
configure:13716: result: yes
configure:13738: checking for gettimeofday
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for readlink
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mbsinit
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mbrtowc
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mbsrtowcs
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mprotect
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for memchr
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for nl\_langinfo
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for setenv
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for iswcntrl
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for iswblank
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13796: checking for ld used by GCC
configure:13860: result: /usr/bin/ld
configure:13867: checking if the linker \(/usr/bin/ld\) is GNU ld
configure:13880: result: no
configure:13887: checking for shared library run path origin
configure:13900: result: done
configure:13985: checking for nl\_langinfo and CODESET
configure:14001: gcc -o conftest -g -O2 conftest.c >&5
configure:14001: $? = 0
configure:14010: result: yes
configure:14020: checking for working fcntl.h
configure:14077: gcc -o conftest -g -O2 conftest.c >&5
configure:14077: $? = 0
configure:14077: ./conftest
configure:14077: $? = 32
configure: program exited with status 32
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| /\* end confdefs.h. \*/
| \#include <sys/types.h>
| \#include <sys/stat.h>
| \#include <unistd.h>
| \#include <fcntl.h>
| \#ifndef O\_NOATIME
| \#define O\_NOATIME 0
| \#endif
| \#ifndef O\_NOFOLLOW
| \#define O\_NOFOLLOW 0
| \#endif
| static int const constants\[\] =
| \{
| O\_CREAT, O\_EXCL, O\_NOCTTY, O\_TRUNC, O\_APPEND,
| O\_NONBLOCK, O\_SYNC, O\_ACCMODE, O\_RDONLY, O\_RDWR, O\_WRONLY
| \};
|
| int
| main \(\)
| \{
|
| int status = \!constants;
| \{
| static char const sym\[\] = "conftest.sym";
| if \(symlink \(".", sym\) \!= 0
| || close \(open \(sym, O\_RDONLY | O\_NOFOLLOW\)\) == 0\)
| status |= 32;
| unlink \(sym\);
| \}
| \{
| static char const file\[\] = "confdefs.h";
| int fd = open \(file, O\_RDONLY | O\_NOATIME\);
| char c;
| struct stat st0, st1;
| if \(fd < 0
| || fstat \(fd, &st0\) \!= 0
| || sleep \(1\) \!= 0
| || read \(fd, &c, 1\) \!= 1
| || close \(fd\) \!= 0
| || stat \(file, &st1\) \!= 0
| || st0.st\_atime \!= st1.st\_atime\)
| status |= 64;
| \}
| return status;
| ;
| return 0;
| \}
configure:14092: result: no \(bad O\_NOFOLLOW\)
configure:14115: checking whether getc\_unlocked is declared
configure:14115: gcc -c -g -O2 conftest.c >&5
configure:14115: $? = 0
configure:14115: result: yes
configure:14127: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:61:22: features.h: No such file or directory
configure:14154: result: no
configure:14163: checking for stdlib.h
configure:14163: result: yes
configure:14173: checking for GNU libc compatible malloc
configure:14197: gcc -o conftest -g -O2 conftest.c >&5
configure:14197: $? = 0
configure:14197: ./conftest
configure:14197: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| /\* end confdefs.h. \*/
| \#if defined STDC\_HEADERS || defined HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \#else
| char \*malloc \(\);
| \#endif
|
| int
| main \(\)
| \{
| return \! malloc \(0\);
| ;
| return 0;
| \}
configure:14207: result: no
configure:14222: checking for long long int
configure:14259: gcc -o conftest -g -O2 conftest.c >&5
configure:14259: $? = 0
configure:14289: gcc -o conftest -g -O2 conftest.c >&5
configure:14289: $? = 0
configure:14289: ./conftest
configure:14289: $? = 0
configure:14304: result: yes
configure:14350: checking for mbstate\_t
configure:14367: gcc -c -g -O2 conftest.c >&5
configure:14367: $? = 0
configure:14374: result: yes
configure:14393: checking for a traditional japanese locale
configure:14450: gcc -o conftest -g -O2 conftest.c >&5
configure:14453: $? = 0
configure:14495: result: none
configure:14503: checking for a transitional chinese locale
configure:14561: gcc -o conftest -g -O2 conftest.c >&5
configure:14564: $? = 0
configure:14590: result: none
configure:14597: checking for a french Unicode locale
configure:14657: gcc -o conftest -g -O2 conftest.c >&5
configure:14660: $? = 0
configure:14687: result: none
configure:14777: checking for mmap
configure:14777: gcc -o conftest -g -O2 conftest.c >&5
configure:14777: $? = 0
configure:14777: result: yes
configure:14788: checking for MAP\_ANONYMOUS
configure:14825: result: yes
configure:14847: checking whether memchr works
configure:14909: gcc -o conftest -g -O2 conftest.c >&5
configure:14909: $? = 0
configure:14909: ./conftest
configure:14909: $? = 0
configure:14919: result: yes
configure:14964: gcc -c -g -O2 conftest.c >&5
conftest.c:66: error: parse error before "a"
conftest.c:68: error: syntax error before "typedef"
configure:14964: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| /\* end confdefs.h. \*/
| \#ifndef \_\_APPLE\_CC\_\_
| not a universal capable compiler
| \#endif
| typedef int dummy;
|
configure:15072: checking whether setenv validates arguments
configure:15100: gcc -o conftest -g -O2 conftest.c >&5
configure:15100: $? = 0
configure:15100: ./conftest
configure:15100: $? = 0
configure:15110: result: yes
configure:15132: checking search.h usability
configure:15132: gcc -c -g -O2 conftest.c >&5
configure:15132: $? = 0
configure:15132: result: yes
configure:15132: checking search.h presence
configure:15132: gcc -E conftest.c
configure:15132: $? = 0
configure:15132: result: yes
configure:15132: checking for search.h
configure:15132: result: yes
configure:15144: checking for tsearch
configure:15144: gcc -o conftest -g -O2 conftest.c >&5
configure:15144: $? = 0
configure:15144: result: yes
configure:15157: checking for inline
configure:15173: gcc -c -g -O2 conftest.c >&5
configure:15173: $? = 0
configure:15181: result: inline
configure:15223: checking whether <sys/socket.h> is self-contained
configure:15240: gcc -c -g -O2 conftest.c >&5
configure:15240: $? = 0
configure:15248: result: yes
configure:15253: checking for shutdown
configure:15253: gcc -o conftest -g -O2 conftest.c >&5
configure:15253: $? = 0
configure:15253: result: yes
configure:15263: checking whether <sys/socket.h> defines the SHUT\_\* macros
configure:15280: gcc -c -g -O2 conftest.c >&5
configure:15280: $? = 0
configure:15288: result: yes
configure:15376: checking for struct sockaddr\_storage
configure:15376: gcc -c -g -O2 conftest.c >&5
configure:15376: $? = 0
configure:15376: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:84: error: parse error before '\)' token
configure:15376: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| /\* end confdefs.h. \*/
|
| /\* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. \*/
| \#include <sys/types.h>
| \#ifdef HAVE\_SYS\_SOCKET\_H
| \#include <sys/socket.h>
| \#endif
| \#ifdef HAVE\_WS2TCPIP\_H
| \#include <ws2tcpip.h>
| \#endif
|
|
| int
| main \(\)
| \{
| if \(sizeof \(\(struct sockaddr\_storage\)\)\)
| return 0;
| ;
| return 0;
| \}
configure:15376: result: yes
configure:15397: checking for sa\_family\_t
configure:15397: gcc -c -g -O2 conftest.c >&5
configure:15397: $? = 0
configure:15397: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:85: error: parse error before '\)' token
configure:15397: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| /\* end confdefs.h. \*/
|
| /\* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. \*/
| \#include <sys/types.h>
| \#ifdef HAVE\_SYS\_SOCKET\_H
| \#include <sys/socket.h>
| \#endif
| \#ifdef HAVE\_WS2TCPIP\_H
| \#include <ws2tcpip.h>
| \#endif
|
|
| int
| main \(\)
| \{
| if \(sizeof \(\(sa\_family\_t\)\)\)
| return 0;
| ;
| return 0;
| \}
configure:15397: result: yes
configure:15456: checking whether socket is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`socket' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef socket
| \(void\) socket;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether connect is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`connect' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef connect
| \(void\) connect;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether accept is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`accept' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef accept
| \(void\) accept;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether bind is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`bind' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef bind
| \(void\) bind;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether getpeername is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`getpeername' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef getpeername
| \(void\) getpeername;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether getsockname is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`getsockname' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef getsockname
| \(void\) getsockname;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether getsockopt is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`getsockopt' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef getsockopt
| \(void\) getsockopt;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether listen is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`listen' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef listen
| \(void\) listen;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether recv is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`recv' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef recv
| \(void\) recv;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether send is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`send' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef send
| \(void\) send;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether recvfrom is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`recvfrom' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef recvfrom
| \(void\) recvfrom;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether sendto is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`sendto' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef sendto
| \(void\) sendto;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether setsockopt is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`setsockopt' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef setsockopt
| \(void\) setsockopt;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether shutdown is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`shutdown' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef shutdown
| \(void\) shutdown;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15456: checking whether accept4 is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:82: error: \`accept4' undeclared \(first use in this function\)
conftest.c:82: error: \(Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.\)
configure:15480: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
|
| /\* Some systems require prerequisite headers. \*/
| \#include <sys/types.h>
| \#if \!defined \_\_GLIBC\_\_ && HAVE\_SYS\_TIME\_H
| \# include <sys/time.h>
| \#endif
| \#include <sys/select.h>
|
| int
| main \(\)
| \{
| \#undef accept4
| \(void\) accept4;
| ;
| return 0;
| \}
configure:15488: result: no
configure:15501: checking for stdbool.h that conforms to C99
configure:15568: gcc -c -g -O2 conftest.c >&5
configure:15568: $? = 0
configure:15575: result: yes
configure:15577: checking for \_Bool
configure:15577: gcc -c -g -O2 conftest.c >&5
configure:15577: $? = 0
configure:15577: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:106: error: parse error before '\)' token
configure:15577: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| int
| main \(\)
| \{
| if \(sizeof \(\(\_Bool\)\)\)
| return 0;
| ;
| return 0;
| \}
configure:15577: result: yes
configure:15598: checking for wchar\_t
configure:15615: gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15622: result: yes
configure:15633: checking for unsigned long long int
configure:15670: gcc -o conftest -g -O2 conftest.c >&5
configure:15670: $? = 0
configure:15678: result: yes
configure:15754: checking whether memmem is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether mempcpy is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:81: error: \`mempcpy' undeclared \(first use in this function\)
conftest.c:81: error: \(Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.\)
configure:15772: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| /\* end confdefs.h. \*/
| \#include <string.h>
|
| int
| main \(\)
| \{
| \#undef mempcpy
| \(void\) mempcpy;
| ;
| return 0;
| \}
configure:15780: result: no
configure:15754: checking whether memrchr is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:81: error: \`memrchr' undeclared \(first use in this function\)
conftest.c:81: error: \(Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.\)
configure:15772: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| /\* end confdefs.h. \*/
| \#include <string.h>
|
| int
| main \(\)
| \{
| \#undef memrchr
| \(void\) memrchr;
| ;
| return 0;
| \}
configure:15780: result: no
configure:15754: checking whether rawmemchr is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:81: error: \`rawmemchr' undeclared \(first use in this function\)
conftest.c:81: error: \(Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.\)
configure:15772: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| /\* end confdefs.h. \*/
| \#include <string.h>
|
| int
| main \(\)
| \{
| \#undef rawmemchr
| \(void\) rawmemchr;
| ;
| return 0;
| \}
configure:15780: result: no
configure:15754: checking whether stpcpy is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether stpncpy is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strchrnul is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:83: error: \`strchrnul' undeclared \(first use in this function\)
conftest.c:83: error: \(Each undeclared identifier is reported only once
conftest.c:83: error: for each function it appears in.\)
configure:15772: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| /\* end confdefs.h. \*/
| \#include <string.h>
|
| int
| main \(\)
| \{
| \#undef strchrnul
| \(void\) strchrnul;
| ;
| return 0;
| \}
configure:15780: result: no
configure:15754: checking whether strdup is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strncat is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strndup is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strnlen is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strpbrk is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strsep is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strcasestr is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:89: error: \`strcasestr' undeclared \(first use in this function\)
conftest.c:89: error: \(Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.\)
configure:15772: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| /\* end confdefs.h. \*/
| \#include <string.h>
|
| int
| main \(\)
| \{
| \#undef strcasestr
| \(void\) strcasestr;
| ;
| return 0;
| \}
configure:15780: result: no
configure:15754: checking whether strtok\_r is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strsignal is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strverscmp is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:91: error: \`strverscmp' undeclared \(first use in this function\)
conftest.c:91: error: \(Each undeclared identifier is reported only once
conftest.c:91: error: for each function it appears in.\)
configure:15772: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| /\* end confdefs.h. \*/
| \#include <string.h>
|
| int
| main \(\)
| \{
| \#undef strverscmp
| \(void\) strverscmp;
| ;
| return 0;
| \}
configure:15780: result: no
configure:15828: checking whether <wchar.h> uses 'inline' correctly
configure:15843: gcc -c -g -O2 conftest.c >&5
configure:15846: $? = 0
configure:15857: gcc -c -g -O2 conftest.c >&5
configure:15860: $? = 0
configure:15873: result: yes
configure:15888: checking for wint\_t
configure:15913: gcc -c -g -O2 conftest.c >&5
configure:15913: $? = 0
configure:15920: result: yes
configure:15932: checking whether iswblank is declared
configure:15932: gcc -c -g -O2 conftest.c >&5
conftest.c: In function \`main':
conftest.c:123: error: \`iswblank' undeclared \(first use in this function\)
conftest.c:123: error: \(Each undeclared identifier is reported only once
conftest.c:123: error: for each function it appears in.\)
configure:15932: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| int
| main \(\)
| \{
| \#ifndef iswblank
| \(void\) iswblank;
| \#endif
|
| ;
| return 0;
| \}
configure:15932: result: no
configure:15982: checking for alloca as a compiler built-in
configure:16006: result: yes
configure:16047: checking for getpagesize
configure:16047: gcc -o conftest -g -O2 conftest.c >&5
configure:16047: $? = 0
configure:16047: result: yes
configure:16104: checking whether getpagesize is declared
configure:16104: gcc -c -g -O2 conftest.c >&5
configure:16104: $? = 0
configure:16104: result: yes
configure:16177: checking whether gettimeofday clobbers localtime buffer
configure:16209: gcc -o conftest -g -O2 conftest.c >&5
configure:16209: $? = 0
configure:16209: ./conftest
configure:16209: $? = 0
configure:16219: result: no
configure:16272: checking for gettimeofday with POSIX signature
configure:16300: gcc -c -g -O2 conftest.c >&5
configure:16300: $? = 0
configure:16325: result: yes
configure:16400: checking host CPU and C ABI
configure:16542: result: powerpc
configure:16626: checking whether langinfo.h defines CODESET
configure:16644: gcc -c -g -O2 conftest.c >&5
configure:16644: $? = 0
configure:16652: result: yes
configure:16657: checking whether langinfo.h defines T\_FMT\_AMPM
configure:16675: gcc -c -g -O2 conftest.c >&5
configure:16675: $? = 0
configure:16683: result: yes
configure:16688: checking whether langinfo.h defines ERA
configure:16706: gcc -c -g -O2 conftest.c >&5
configure:16706: $? = 0
configure:16714: result: yes
configure:16719: checking whether langinfo.h defines YESEXPR
configure:16737: gcc -c -g -O2 conftest.c >&5
configure:16737: $? = 0
configure:16745: result: yes
configure:16762: checking whether nl\_langinfo is declared without a macro
configure:16780: gcc -c -g -O2 conftest.c >&5
configure:16780: $? = 0
configure:16788: result: yes
configure:17296: checking for libsigsegv
configure:17318: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libsigsegv.a -lc >&5
configure:17318: $? = 0
configure:17328: result: yes
configure:17335: checking how to link with libsigsegv
configure:17337: result: /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libsigsegv.a -lc
configure:17359: checking whether link\(2\) dereferences a symlink
configure:17409: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:17409: $? = 0
configure:17409: ./conftest
configure:17409: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| /\* end confdefs.h. \*/
|
| \# include <sys/types.h>
| \# include <sys/stat.h>
| \# include <unistd.h>
| \# include <stdlib.h>
|
| \# define SAME\_INODE\(Stat\_buf\_1, Stat\_buf\_2\) \(\(Stat\_buf\_1\).st\_ino == \(Stat\_buf\_2\).st\_ino && \(Stat\_buf\_1\).st\_dev == \(Stat\_buf\_2\).st\_dev\)
|
| int
| main \(\)
| \{
| const char \*file = "conftest.file";
| const char \*sym = "conftest.sym";
| const char \*hard = "conftest.hard";
| struct stat sb\_file, sb\_hard;
|
| /\* Create a symlink to the regular file. \*/
| if \(symlink \(file, sym\)\)
| return 2;
|
| /\* Create a hard link to that symlink. \*/
| if \(link \(sym, hard\)\)
| return 3;
|
| if \(lstat \(hard, &sb\_hard\)\)
| return 4;
| if \(lstat \(file, &sb\_file\)\)
| return 5;
|
| /\* If the dev/inode of hard and file are the same, then
| the link call followed the symlink. \*/
| return SAME\_INODE \(sb\_hard, sb\_file\) ? 1 : 0;
| \}
|
configure:17421: result: yes
configure:17466: checking whether mbrtowc handles incomplete characters
configure:17516: result: guessing no
configure:17522: checking whether mbrtowc works as well as mbtowc
configure:17576: result: guessing yes
configure:17865: checking whether mbrtowc handles incomplete characters
configure:17915: result: guessing no
configure:17921: checking whether mbrtowc works as well as mbtowc
configure:17975: result: guessing yes
configure:18050: checking whether mbrtowc handles incomplete characters
configure:18100: result: guessing no
configure:18106: checking whether mbrtowc works as well as mbtowc
configure:18160: result: guessing yes
configure:18512: checking for library containing setsockopt
configure:18534: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:18534: $? = 0
configure:18615: result: none needed
configure:18632: checking for socklen\_t
configure:18632: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:18632: $? = 0
configure:18632: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:115: error: parse error before '\)' token
configure:18632: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| /\* end confdefs.h. \*/
| \#include <sys/types.h>
| \#if HAVE\_SYS\_SOCKET\_H
| \# include <sys/socket.h>
| \#elif HAVE\_WS2TCPIP\_H
| \# include <ws2tcpip.h>
| \#endif
|
| int
| main \(\)
| \{
| if \(sizeof \(\(socklen\_t\)\)\)
| return 0;
| ;
| return 0;
| \}
configure:18632: result: yes
configure:18718: checking whether NULL can be used in arbitrary expressions
configure:18736: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:18736: $? = 0
configure:18743: result: yes
configure:18898: checking whether stdint.h conforms to C99
configure:19067: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:226: error: negative width in bit-field \`check\_UINT8\_C'
conftest.c:228: error: negative width in bit-field \`check\_UINT16\_C'
configure:19067: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| /\* end confdefs.h. \*/
|
|
| \#define \_\_STDC\_LIMIT\_MACROS 1 /\* to make it work also in C++ mode \*/
| \#define \_\_STDC\_CONSTANT\_MACROS 1 /\* to make it work also in C++ mode \*/
| \#define \_GL\_JUST\_INCLUDE\_SYSTEM\_STDINT\_H 1 /\* work if build isn't clean \*/
| \#include <stdint.h>
| /\* Dragonfly defines WCHAR\_MIN, WCHAR\_MAX only in <wchar.h>. \*/
| \#if \!\(defined WCHAR\_MIN && defined WCHAR\_MAX\)
| \#error "WCHAR\_MIN, WCHAR\_MAX not defined in <stdint.h>"
| \#endif
|
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
|
| \#ifdef INT8\_MAX
| int8\_t a1 = INT8\_MAX;
| int8\_t a1min = INT8\_MIN;
| \#endif
| \#ifdef INT16\_MAX
| int16\_t a2 = INT16\_MAX;
| int16\_t a2min = INT16\_MIN;
| \#endif
| \#ifdef INT32\_MAX
| int32\_t a3 = INT32\_MAX;
| int32\_t a3min = INT32\_MIN;
| \#endif
| \#ifdef INT64\_MAX
| int64\_t a4 = INT64\_MAX;
| int64\_t a4min = INT64\_MIN;
| \#endif
| \#ifdef UINT8\_MAX
| uint8\_t b1 = UINT8\_MAX;
| \#else
| typedef int b1\[\(unsigned char\) -1 \!= 255 ? 1 : -1\];
| \#endif
| \#ifdef UINT16\_MAX
| uint16\_t b2 = UINT16\_MAX;
| \#endif
| \#ifdef UINT32\_MAX
| uint32\_t b3 = UINT32\_MAX;
| \#endif
| \#ifdef UINT64\_MAX
| uint64\_t b4 = UINT64\_MAX;
| \#endif
| int\_least8\_t c1 = INT8\_C \(0x7f\);
| int\_least8\_t c1max = INT\_LEAST8\_MAX;
| int\_least8\_t c1min = INT\_LEAST8\_MIN;
| int\_least16\_t c2 = INT16\_C \(0x7fff\);
| int\_least16\_t c2max = INT\_LEAST16\_MAX;
| int\_least16\_t c2min = INT\_LEAST16\_MIN;
| int\_least32\_t c3 = INT32\_C \(0x7fffffff\);
| int\_least32\_t c3max = INT\_LEAST32\_MAX;
| int\_least32\_t c3min = INT\_LEAST32\_MIN;
| int\_least64\_t c4 = INT64\_C \(0x7fffffffffffffff\);
| int\_least64\_t c4max = INT\_LEAST64\_MAX;
| int\_least64\_t c4min = INT\_LEAST64\_MIN;
| uint\_least8\_t d1 = UINT8\_C \(0xff\);
| uint\_least8\_t d1max = UINT\_LEAST8\_MAX;
| uint\_least16\_t d2 = UINT16\_C \(0xffff\);
| uint\_least16\_t d2max = UINT\_LEAST16\_MAX;
| uint\_least32\_t d3 = UINT32\_C \(0xffffffff\);
| uint\_least32\_t d3max = UINT\_LEAST32\_MAX;
| uint\_least64\_t d4 = UINT64\_C \(0xffffffffffffffff\);
| uint\_least64\_t d4max = UINT\_LEAST64\_MAX;
| int\_fast8\_t e1 = INT\_FAST8\_MAX;
| int\_fast8\_t e1min = INT\_FAST8\_MIN;
| int\_fast16\_t e2 = INT\_FAST16\_MAX;
| int\_fast16\_t e2min = INT\_FAST16\_MIN;
| int\_fast32\_t e3 = INT\_FAST32\_MAX;
| int\_fast32\_t e3min = INT\_FAST32\_MIN;
| int\_fast64\_t e4 = INT\_FAST64\_MAX;
| int\_fast64\_t e4min = INT\_FAST64\_MIN;
| uint\_fast8\_t f1 = UINT\_FAST8\_MAX;
| uint\_fast16\_t f2 = UINT\_FAST16\_MAX;
| uint\_fast32\_t f3 = UINT\_FAST32\_MAX;
| uint\_fast64\_t f4 = UINT\_FAST64\_MAX;
| \#ifdef INTPTR\_MAX
| intptr\_t g = INTPTR\_MAX;
| intptr\_t gmin = INTPTR\_MIN;
| \#endif
| \#ifdef UINTPTR\_MAX
| uintptr\_t h = UINTPTR\_MAX;
| \#endif
| intmax\_t i = INTMAX\_MAX;
| uintmax\_t j = UINTMAX\_MAX;
|
| \#include <limits.h> /\* for CHAR\_BIT \*/
| \#define TYPE\_MINIMUM\(t\) \(\(t\) \(\(t\) 0 < \(t\) -1 ? \(t\) 0 : ~ \(t\) 0 << \(sizeof \(t\) \* CHAR\_BIT - 1\)\)\)
| \#define TYPE\_MAXIMUM\(t\) \(\(t\) \(\(t\) 0 < \(t\) -1 ? \(t\) -1 : ~ \(~ \(t\) 0 << \(sizeof \(t\) \* CHAR\_BIT - 1\)\)\)\)
| struct s \{
| int check\_PTRDIFF:
| PTRDIFF\_MIN == TYPE\_MINIMUM \(ptrdiff\_t\)
| && PTRDIFF\_MAX == TYPE\_MAXIMUM \(ptrdiff\_t\)
| ? 1 : -1;
| /\* Detect bug in FreeBSD 6.0 / ia64. \*/
| int check\_SIG\_ATOMIC:
| SIG\_ATOMIC\_MIN == TYPE\_MINIMUM \(sig\_atomic\_t\)
| && SIG\_ATOMIC\_MAX == TYPE\_MAXIMUM \(sig\_atomic\_t\)
| ? 1 : -1;
| int check\_SIZE: SIZE\_MAX == TYPE\_MAXIMUM \(size\_t\) ? 1 : -1;
| int check\_WCHAR:
| WCHAR\_MIN == TYPE\_MINIMUM \(wchar\_t\)
| && WCHAR\_MAX == TYPE\_MAXIMUM \(wchar\_t\)
| ? 1 : -1;
| /\* Detect bug in mingw. \*/
| int check\_WINT:
| WINT\_MIN == TYPE\_MINIMUM \(wint\_t\)
| && WINT\_MAX == TYPE\_MAXIMUM \(wint\_t\)
| ? 1 : -1;
|
| /\* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. \*/
| int check\_UINT8\_C:
| \(-1 < UINT8\_C \(0\)\) == \(-1 < \(uint\_least8\_t\) 0\) ? 1 : -1;
| int check\_UINT16\_C:
| \(-1 < UINT16\_C \(0\)\) == \(-1 < \(uint\_least16\_t\) 0\) ? 1 : -1;
|
| /\* Detect bugs in OpenBSD 3.9 stdint.h. \*/
| \#ifdef UINT8\_MAX
| int check\_uint8: \(uint8\_t\) -1 == UINT8\_MAX ? 1 : -1;
| \#endif
| \#ifdef UINT16\_MAX
| int check\_uint16: \(uint16\_t\) -1 == UINT16\_MAX ? 1 : -1;
| \#endif
| \#ifdef UINT32\_MAX
| int check\_uint32: \(uint32\_t\) -1 == UINT32\_MAX ? 1 : -1;
| \#endif
| \#ifdef UINT64\_MAX
| int check\_uint64: \(uint64\_t\) -1 == UINT64\_MAX ? 1 : -1;
| \#endif
| int check\_uint\_least8: \(uint\_least8\_t\) -1 == UINT\_LEAST8\_MAX ? 1 : -1;
| int check\_uint\_least16: \(uint\_least16\_t\) -1 == UINT\_LEAST16\_MAX ? 1 : -1;
| int check\_uint\_least32: \(uint\_least32\_t\) -1 == UINT\_LEAST32\_MAX ? 1 : -1;
| int check\_uint\_least64: \(uint\_least64\_t\) -1 == UINT\_LEAST64\_MAX ? 1 : -1;
| int check\_uint\_fast8: \(uint\_fast8\_t\) -1 == UINT\_FAST8\_MAX ? 1 : -1;
| int check\_uint\_fast16: \(uint\_fast16\_t\) -1 == UINT\_FAST16\_MAX ? 1 : -1;
| int check\_uint\_fast32: \(uint\_fast32\_t\) -1 == UINT\_FAST32\_MAX ? 1 : -1;
| int check\_uint\_fast64: \(uint\_fast64\_t\) -1 == UINT\_FAST64\_MAX ? 1 : -1;
| int check\_uintptr: \(uintptr\_t\) -1 == UINTPTR\_MAX ? 1 : -1;
| int check\_uintmax: \(uintmax\_t\) -1 == UINTMAX\_MAX ? 1 : -1;
| int check\_size: \(size\_t\) -1 == SIZE\_MAX ? 1 : -1;
| \};
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19161: result: no
configure:19170: checking sys/inttypes.h usability
configure:19170: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19170: $? = 0
configure:19170: result: yes
configure:19170: checking sys/inttypes.h presence
configure:19170: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:19170: $? = 0
configure:19170: result: yes
configure:19170: checking for sys/inttypes.h
configure:19170: result: yes
configure:19170: checking sys/bitypes.h usability
configure:19170: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:139:25: sys/bitypes.h: No such file or directory
configure:19170: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| \#include <sys/bitypes.h>
configure:19170: result: no
configure:19170: checking sys/bitypes.h presence
configure:19170: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
conftest.c:106:25: sys/bitypes.h: No such file or directory
configure:19170: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| /\* end confdefs.h. \*/
| \#include <sys/bitypes.h>
configure:19170: result: no
configure:19170: checking for sys/bitypes.h
configure:19170: result: no
configure:19202: checking for bit size of ptrdiff\_t
configure:19207: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19207: $? = 0
configure:19207: ./conftest
configure:19207: $? = 0
configure:19228: result: 32
configure:19202: checking for bit size of size\_t
configure:19207: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19207: $? = 0
configure:19207: ./conftest
configure:19207: $? = 0
configure:19228: result: 32
configure:19247: checking for bit size of sig\_atomic\_t
configure:19252: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19252: $? = 0
configure:19252: ./conftest
configure:19252: $? = 0
configure:19273: result: 32
configure:19247: checking for bit size of wchar\_t
configure:19252: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19252: $? = 0
configure:19252: ./conftest
configure:19252: $? = 0
configure:19273: result: 16
configure:19247: checking for bit size of wint\_t
configure:19252: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19252: $? = 0
configure:19252: ./conftest
configure:19252: $? = 0
configure:19273: result: 32
configure:19291: checking whether sig\_atomic\_t is signed
configure:19318: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19318: $? = 0
configure:19328: result: yes
configure:19291: checking whether wchar\_t is signed
configure:19318: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:123: error: size of array \`verify' is negative
configure:19318: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| int verify\[2 \* \(\(wchar\_t\) -1 < \(wchar\_t\) 0\) - 1\];
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19328: result: no
configure:19291: checking whether wint\_t is signed
configure:19318: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19318: $? = 0
configure:19328: result: yes
configure:19350: checking for ptrdiff\_t integer literal suffix
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:125: error: conflicting types for \`foo'
conftest.c:124: error: previous declaration of \`foo'
configure:19396: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| extern ptrdiff\_t foo;
| extern int foo;
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19396: $? = 0
configure:19405: result: l
configure:19350: checking for size\_t integer literal suffix
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:126: error: conflicting types for \`foo'
conftest.c:125: error: previous declaration of \`foo'
configure:19396: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| extern size\_t foo;
| extern unsigned int foo;
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19396: $? = 0
configure:19405: result: ul
configure:19422: checking for sig\_atomic\_t integer literal suffix
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19468: $? = 0
configure:19477: result:
configure:19422: checking for wchar\_t integer literal suffix
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: conflicting types for \`foo'
conftest.c:127: error: previous declaration of \`foo'
configure:19468: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| extern wchar\_t foo;
| extern unsigned int foo;
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: conflicting types for \`foo'
conftest.c:127: error: previous declaration of \`foo'
configure:19468: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| extern wchar\_t foo;
| extern unsigned long int foo;
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: conflicting types for \`foo'
conftest.c:127: error: previous declaration of \`foo'
configure:19468: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| extern wchar\_t foo;
| extern unsigned long long int foo;
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: parse error before "foo"
conftest.c:128: error: conflicting types for \`foo'
conftest.c:127: error: previous declaration of \`foo'
conftest.c:128: warning: data definition has no type or storage class
configure:19468: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| /\* end confdefs.h. \*/
|
| /\* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. \*/
| \#include <stddef.h>
| \#include <signal.h>
| \#if HAVE\_WCHAR\_H
| \# include <stdio.h>
| \# include <time.h>
| \# include <wchar.h>
| \#endif
|
| extern wchar\_t foo;
| extern unsigned \_\_int64 foo;
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:19477: result: no
configure:19422: checking for wint\_t integer literal suffix
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19468: $? = 0
configure:19477: result:
configure:19553: checking for random.h
configure:19553: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:152:20: random.h: No such file or directory
configure:19553: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
|
| \#include <random.h>
configure:19553: result: no
configure:19570: checking for struct random\_data
configure:19570: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:127: error: invalid application of \`sizeof' to an incomplete type
configure:19570: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
|
| int
| main \(\)
| \{
| if \(sizeof \(struct random\_data\)\)
| return 0;
| ;
| return 0;
| \}
configure:19570: result: no
configure:19591: checking whether \_Exit is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:130: error: \`\_Exit' undeclared \(first use in this function\)
conftest.c:130: error: \(Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef \_Exit
| \(void\) \_Exit;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether atoll is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:130: error: \`atoll' undeclared \(first use in this function\)
conftest.c:130: error: \(Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef atoll
| \(void\) atoll;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether canonicalize\_file\_name is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:130: error: \`canonicalize\_file\_name' undeclared \(first use in this function\)
conftest.c:130: error: \(Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef canonicalize\_file\_name
| \(void\) canonicalize\_file\_name;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether getloadavg is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:130: error: \`getloadavg' undeclared \(first use in this function\)
conftest.c:130: error: \(Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef getloadavg
| \(void\) getloadavg;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether getsubopt is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether grantpt is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether mkdtemp is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:132: error: \`mkdtemp' undeclared \(first use in this function\)
conftest.c:132: error: \(Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef mkdtemp
| \(void\) mkdtemp;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether mkostemp is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:132: error: \`mkostemp' undeclared \(first use in this function\)
conftest.c:132: error: \(Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef mkostemp
| \(void\) mkostemp;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether mkostemps is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:132: error: \`mkostemps' undeclared \(first use in this function\)
conftest.c:132: error: \(Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef mkostemps
| \(void\) mkostemps;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether mkstemp is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether mkstemps is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:133: error: \`mkstemps' undeclared \(first use in this function\)
conftest.c:133: error: \(Each undeclared identifier is reported only once
conftest.c:133: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef mkstemps
| \(void\) mkstemps;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether ptsname is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether random\_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:134: error: \`random\_r' undeclared \(first use in this function\)
conftest.c:134: error: \(Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef random\_r
| \(void\) random\_r;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether initstat\_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:134: error: \`initstat\_r' undeclared \(first use in this function\)
conftest.c:134: error: \(Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef initstat\_r
| \(void\) initstat\_r;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether srandom\_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:134: error: \`srandom\_r' undeclared \(first use in this function\)
conftest.c:134: error: \(Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef srandom\_r
| \(void\) srandom\_r;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether setstate\_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:134: error: \`setstate\_r' undeclared \(first use in this function\)
conftest.c:134: error: \(Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef setstate\_r
| \(void\) setstate\_r;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19591: checking whether realpath is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether rpmatch is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether setenv is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether strtod is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether strtoll is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether strtoull is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether unlockpt is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether unsetenv is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:141: error: \`unsetenv' undeclared \(first use in this function\)
conftest.c:141: error: \(Each undeclared identifier is reported only once
conftest.c:141: error: for each function it appears in.\)
configure:19615: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| /\* end confdefs.h. \*/
| \#include <stdlib.h>
| \#if HAVE\_SYS\_LOADAVG\_H
| \# include <sys/loadavg.h>
| \#endif
| \#if HAVE\_RANDOM\_H
| \# include <random.h>
| \#endif
|
| int
| main \(\)
| \{
| \#undef unsetenv
| \(void\) unsetenv;
| ;
| return 0;
| \}
configure:19623: result: no
configure:19647: checking whether <sys/socket.h> is self-contained
configure:19672: result: yes
configure:19677: checking for shutdown
configure:19677: result: yes
configure:19687: checking whether <sys/socket.h> defines the SHUT\_\* macros
configure:19712: result: yes
configure:19800: checking for struct sockaddr\_storage
configure:19800: result: yes
configure:19821: checking for sa\_family\_t
configure:19821: result: yes
configure:19880: checking whether socket is declared without a macro
configure:19912: result: no
configure:19880: checking whether connect is declared without a macro
configure:19912: result: no
configure:19880: checking whether accept is declared without a macro
configure:19912: result: no
configure:19880: checking whether bind is declared without a macro
configure:19912: result: no
configure:19880: checking whether getpeername is declared without a macro
configure:19912: result: no
configure:19880: checking whether getsockname is declared without a macro
configure:19912: result: no
configure:19880: checking whether getsockopt is declared without a macro
configure:19912: result: no
configure:19880: checking whether listen is declared without a macro
configure:19912: result: no
configure:19880: checking whether recv is declared without a macro
configure:19912: result: no
configure:19880: checking whether send is declared without a macro
configure:19912: result: no
configure:19880: checking whether recvfrom is declared without a macro
configure:19912: result: no
configure:19880: checking whether sendto is declared without a macro
configure:19912: result: no
configure:19880: checking whether setsockopt is declared without a macro
configure:19912: result: no
configure:19880: checking whether shutdown is declared without a macro
configure:19912: result: no
configure:19880: checking whether accept4 is declared without a macro
configure:19912: result: no
configure:19992: checking whether waitpid is declared without a macro
configure:20009: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20009: $? = 0
configure:20017: result: yes
configure:20159: checking whether chown is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether dup2 is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether dup3 is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:150: error: \`dup3' undeclared \(first use in this function\)
conftest.c:150: error: \(Each undeclared identifier is reported only once
conftest.c:150: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef dup3
| \(void\) dup3;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether environ is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether euidaccess is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:151: error: \`euidaccess' undeclared \(first use in this function\)
conftest.c:151: error: \(Each undeclared identifier is reported only once
conftest.c:151: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef euidaccess
| \(void\) euidaccess;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether faccessat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:151: error: \`faccessat' undeclared \(first use in this function\)
conftest.c:151: error: \(Each undeclared identifier is reported only once
conftest.c:151: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef faccessat
| \(void\) faccessat;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether fchdir is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether fchownat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:152: error: \`fchownat' undeclared \(first use in this function\)
conftest.c:152: error: \(Each undeclared identifier is reported only once
conftest.c:152: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef fchownat
| \(void\) fchownat;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether fsync is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether ftruncate is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:153: error: \`ftruncate' undeclared \(first use in this function\)
conftest.c:153: error: \(Each undeclared identifier is reported only once
conftest.c:153: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef ftruncate
| \(void\) ftruncate;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether getcwd is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getdomainname is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:154: error: \`getdomainname' undeclared \(first use in this function\)
conftest.c:154: error: \(Each undeclared identifier is reported only once
conftest.c:154: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef getdomainname
| \(void\) getdomainname;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether getdtablesize is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getgroups is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether gethostname is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getlogin is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getlogin\_r is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getpagesize is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getusershell is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether setusershell is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether endusershell is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether lchown is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether link is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether linkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:165: error: \`linkat' undeclared \(first use in this function\)
conftest.c:165: error: \(Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef linkat
| \(void\) linkat;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether lseek is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:165: error: \`lseek' undeclared \(first use in this function\)
conftest.c:165: error: \(Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef lseek
| \(void\) lseek;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether pipe2 is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:165: error: \`pipe2' undeclared \(first use in this function\)
conftest.c:165: error: \(Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef pipe2
| \(void\) pipe2;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether pread is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:165: error: \`pread' undeclared \(first use in this function\)
conftest.c:165: error: \(Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef pread
| \(void\) pread;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether pwrite is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:165: error: \`pwrite' undeclared \(first use in this function\)
conftest.c:165: error: \(Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef pwrite
| \(void\) pwrite;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether readlink is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether readlinkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:166: error: \`readlinkat' undeclared \(first use in this function\)
conftest.c:166: error: \(Each undeclared identifier is reported only once
conftest.c:166: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef readlinkat
| \(void\) readlinkat;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether rmdir is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether sleep is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether symlink is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether symlinkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:169: error: \`symlinkat' undeclared \(first use in this function\)
conftest.c:169: error: \(Each undeclared identifier is reported only once
conftest.c:169: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef symlinkat
| \(void\) symlinkat;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether ttyname\_r is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether unlink is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether unlinkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:171: error: \`unlinkat' undeclared \(first use in this function\)
conftest.c:171: error: \(Each undeclared identifier is reported only once
conftest.c:171: error: for each function it appears in.\)
configure:20186: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| /\* end confdefs.h. \*/
| \#include <unistd.h>
| /\* Some systems declare various items in the wrong headers. \*/
| \#ifndef \_\_GLIBC\_\_
| \# include <fcntl.h>
| \# include <stdio.h>
| \# include <stdlib.h>
| \# if \(defined \_WIN32 || defined \_\_WIN32\_\_\) && \! defined \_\_CYGWIN\_\_
| \# include <io.h>
| \# endif
| \#endif
|
| int
| main \(\)
| \{
| \#undef unlinkat
| \(void\) unlinkat;
| ;
| return 0;
| \}
configure:20194: result: no
configure:20159: checking whether usleep is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20298: checking for unsetenv
configure:20298: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20298: $? = 0
configure:20298: result: yes
configure:20324: checking for unsetenv\(\) return type
configure:20351: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20351: $? = 0
configure:20358: result: int
configure:20377: checking whether unsetenv obeys POSIX
configure:20407: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20407: $? = 0
configure:20407: ./conftest
configure:20407: $? = 0
configure:20417: result: yes
configure:20523: checking whether btowc is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wctob is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbsinit is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbrtowc is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbrlen is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbsrtowcs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbsnrtowcs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcrtomb is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcsrtombs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcsnrtombs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcwidth is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20609: checking whether iswcntrl works
configure:20648: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20648: $? = 0
configure:20648: ./conftest
configure:20648: $? = 0
configure:20659: result: yes
configure:21263: checking for iconv
configure:21287: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: .iconv\_open
ld: 0711-317 ERROR: Undefined symbol: .iconv
ld: 0711-317 ERROR: Undefined symbol: .iconv\_close
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:21287: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#include <iconv.h>
|
| int
| main \(\)
| \{
| iconv\_t cd = iconv\_open\("",""\);
| iconv\(cd,NULL,NULL,NULL,NULL\);
| iconv\_close\(cd\);
| ;
| return 0;
| \}
configure:21311: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -liconv >&5
configure:21311: $? = 0
configure:21321: result: yes
configure:21324: checking for working iconv
configure:21439: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -liconv >&5
configure:21439: $? = 0
configure:21439: ./conftest
configure:21439: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| /\* end confdefs.h. \*/
|
| \#include <iconv.h>
| \#include <string.h>
| int main \(\)
| \{
| /\* Test against AIX 5.1 bug: Failures are not distinguishable from successful
| returns. \*/
| \{
| iconv\_t cd\_utf8\_to\_88591 = iconv\_open \("ISO8859-1", "UTF-8"\);
| if \(cd\_utf8\_to\_88591 \!= \(iconv\_t\)\(-1\)\)
| \{
| static const char input\[\] = "\342\202\254"; /\* EURO SIGN \*/
| char buf\[10\];
| const char \*inptr = input;
| size\_t inbytesleft = strlen \(input\);
| char \*outptr = buf;
| size\_t outbytesleft = sizeof \(buf\);
| size\_t res = iconv \(cd\_utf8\_to\_88591,
| \(char \*\*\) &inptr, &inbytesleft,
| &outptr, &outbytesleft\);
| if \(res == 0\)
| return 1;
| \}
| \}
| /\* Test against Solaris 10 bug: Failures are not distinguishable from
| successful returns. \*/
| \{
| iconv\_t cd\_ascii\_to\_88591 = iconv\_open \("ISO8859-1", "646"\);
| if \(cd\_ascii\_to\_88591 \!= \(iconv\_t\)\(-1\)\)
| \{
| static const char input\[\] = "\263";
| char buf\[10\];
| const char \*inptr = input;
| size\_t inbytesleft = strlen \(input\);
| char \*outptr = buf;
| size\_t outbytesleft = sizeof \(buf\);
| size\_t res = iconv \(cd\_ascii\_to\_88591,
| \(char \*\*\) &inptr, &inbytesleft,
| &outptr, &outbytesleft\);
| if \(res == 0\)
| return 1;
| \}
| \}
| /\* Test against AIX 6.1..7.1 bug: Buffer overrun. \*/
| \{
| iconv\_t cd\_88591\_to\_utf8 = iconv\_open \("UTF-8", "ISO-8859-1"\);
| if \(cd\_88591\_to\_utf8 \!= \(iconv\_t\)\(-1\)\)
| \{
| static const char input\[\] = "\304";
| static char buf\[2\] = \{ \(char\)0xDE, \(char\)0xAD \};
| const char \*inptr = input;
| size\_t inbytesleft = 1;
| char \*outptr = buf;
| size\_t outbytesleft = 1;
| size\_t res = iconv \(cd\_88591\_to\_utf8,
| \(char \*\*\) &inptr, &inbytesleft,
| &outptr, &outbytesleft\);
| if \(res \!= \(size\_t\)\(-1\) || outptr - buf > 1 || buf\[1\] \!= \(char\)0xAD\)
| return 1;
| \}
| \}
| \#if 0 /\* This bug could be worked around by the caller. \*/
| /\* Test against HP-UX 11.11 bug: Positive return value instead of 0. \*/
| \{
| iconv\_t cd\_88591\_to\_utf8 = iconv\_open \("utf8", "iso88591"\);
| if \(cd\_88591\_to\_utf8 \!= \(iconv\_t\)\(-1\)\)
| \{
| static const char input\[\] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
| char buf\[50\];
| const char \*inptr = input;
| size\_t inbytesleft = strlen \(input\);
| char \*outptr = buf;
| size\_t outbytesleft = sizeof \(buf\);
| size\_t res = iconv \(cd\_88591\_to\_utf8,
| \(char \*\*\) &inptr, &inbytesleft,
| &outptr, &outbytesleft\);
| if \(\(int\)res > 0\)
| return 1;
| \}
| \}
| \#endif
| /\* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
| provided. \*/
| if \(/\* Try standardized names. \*/
| iconv\_open \("UTF-8", "EUC-JP"\) == \(iconv\_t\)\(-1\)
| /\* Try IRIX, OSF/1 names. \*/
| && iconv\_open \("UTF-8", "eucJP"\) == \(iconv\_t\)\(-1\)
| /\* Try AIX names. \*/
| && iconv\_open \("UTF-8", "IBM-eucJP"\) == \(iconv\_t\)\(-1\)
| /\* Try HP-UX names. \*/
| && iconv\_open \("utf8", "eucJP"\) == \(iconv\_t\)\(-1\)\)
| return 1;
| return 0;
| \}
configure:21451: result: no
configure:21479: checking for iconv declaration
configure:21508: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:21508: $? = 0
configure:21518: result:
extern size\_t iconv \(iconv\_t cd, char \* \*inbuf, size\_t \*inbytesleft, char \* \*outbuf, size\_t \*outbytesleft\);
configure:21529: checking whether NLS is requested
configure:21538: result: yes
configure:21578: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:21610: result: /usr/bin/msgfmt
configure:21619: checking for gmsgfmt
configure:21650: result: /usr/bin/msgfmt
configure:21700: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: unrecognized option \`--copyright-holder='
Try \`/usr/bin/xgettext --help' for more information.
configure:21735: result: no
configure:21777: checking for msgmerge
configure: trying /usr/bin/msgmerge...
/usr/bin/msgmerge: unrecognized option \`--update'
Try \`/usr/bin/msgmerge --help' for more information.
configure:21811: result: no
configure:21849: checking for CFPreferencesCopyAppValue
configure:21867: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:171:42: CoreFoundation/CFPreferences.h: No such file or directory
conftest.c: In function \`main':
conftest.c:175: error: \`NULL' undeclared \(first use in this function\)
conftest.c:175: error: \(Each undeclared identifier is reported only once
conftest.c:175: error: for each function it appears in.\)
configure:21867: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| /\* end confdefs.h. \*/
| \#include <CoreFoundation/CFPreferences.h>
| int
| main \(\)
| \{
| CFPreferencesCopyAppValue\(NULL, NULL\)
| ;
| return 0;
| \}
configure:21876: result: no
configure:21883: checking for CFLocaleCopyCurrent
configure:21901: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:171:37: CoreFoundation/CFLocale.h: No such file or directory
configure:21901: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| /\* end confdefs.h. \*/
| \#include <CoreFoundation/CFLocale.h>
| int
| main \(\)
| \{
| CFLocaleCopyCurrent\(\);
| ;
| return 0;
| \}
configure:21910: result: no
configure:21959: checking for GNU gettext in libc
configure:21983: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: .bindtextdomain
ld: 0711-317 ERROR: Undefined symbol: .gettext
ld: 0711-317 ERROR: Undefined symbol: .ngettext
ld: 0711-317 ERROR: Undefined symbol: \_nl\_domain\_bindings
ld: 0711-317 ERROR: Undefined symbol: \_nl\_msg\_cat\_cntr
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:21983: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| /\* end confdefs.h. \*/
|
| \#include <libintl.h>
|
| extern int \_nl\_msg\_cat\_cntr;
| extern int \*\_nl\_domain\_bindings;
|
| int
| main \(\)
| \{
|
| bindtextdomain \("", ""\);
| return \* gettext \(""\) + \* ngettext \("", "", 0\) + \_nl\_msg\_cat\_cntr + \*\_nl\_domain\_bindings
|
| ;
| return 0;
| \}
configure:21992: result: no
configure:22026: checking for iconv
configure:22084: result: yes
configure:22087: checking for working iconv
configure:22214: result: no
configure:22703: checking for GNU gettext in libintl
configure:22735: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lintl >&5
configure:22735: $? = 0
configure:22780: result: yes
configure:22815: checking whether to use NLS
configure:22817: result: yes
configure:22820: checking where the gettext function comes from
configure:22831: result: external libintl
configure:22839: checking how to link with libintl
configure:22841: result: -lintl
configure:22922: checking how to link with libavcall
configure:23395: result: /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a
configure:23436: checking how to link with libcallback
configure:23909: result: /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a
configure:23948: checking avcall.h usability
configure:23948: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking avcall.h presence
configure:23948: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking for avcall.h
configure:23948: result: yes
configure:23948: checking callback.h usability
configure:23948: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking callback.h presence
configure:23948: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking for callback.h
configure:23948: result: yes
configure:24009: checking for library containing \_\_builtin\_avcall
configure:24040: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24040: $? = 0
configure:24057: result: none required
configure:24065: checking for library containing trampoline\_r\_data0
configure:24096: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24096: $? = 0
configure:24113: result: none required
configure:24126: checking whether libffcall is installed
configure:24139: result: yes
configure:24187: checking lightning.h usability
configure:24187: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:209:23: lightning.h: No such file or directory
configure:24187: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| \#include <lightning.h>
configure:24187: result: no
configure:24187: checking lightning.h presence
configure:24187: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
conftest.c:176:23: lightning.h: No such file or directory
configure:24187: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| /\* end confdefs.h. \*/
| \#include <lightning.h>
configure:24187: result: no
configure:24187: checking for lightning.h
configure:24187: result: no
configure:24200: \[1m\*\* checks for fundamental compiler characteristics\[m
configure:24202: checking for inline
configure:24226: result: inline
configure:24243: checking for inline \_\_builtin\_strlen
configure:24254: gcc -S -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24257: $? = 0
configure:24270: result: no
configure:24278: checking for long long int
configure:24360: result: yes
configure:24367: \[1m\*\* checks for header files\[m
configure:24372: checking for sys/inttypes.h
configure:24372: result: yes
configure:24372: checking for unistd.h
configure:24372: result: yes
configure:24372: checking sys/file.h usability
configure:24372: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking sys/file.h presence
configure:24372: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking for sys/file.h
configure:24372: result: yes
configure:24372: checking time.h usability
configure:24372: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking time.h presence
configure:24372: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking for time.h
configure:24372: result: yes
configure:24372: checking for sys/time.h
configure:24372: result: yes
configure:24372: checking sys/utsname.h usability
configure:24372: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking sys/utsname.h presence
configure:24372: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking for sys/utsname.h
configure:24372: result: yes
configure:24385: checking sys/shm.h usability
configure:24385: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24385: $? = 0
configure:24385: result: yes
configure:24385: checking sys/shm.h presence
configure:24385: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24385: $? = 0
configure:24385: result: yes
configure:24385: checking for sys/shm.h
configure:24385: result: yes
configure:24398: checking sys/ipc.h usability
configure:24398: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24398: $? = 0
configure:24398: result: yes
configure:24398: checking sys/ipc.h presence
configure:24398: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24398: $? = 0
configure:24398: result: yes
configure:24398: checking for sys/ipc.h
configure:24398: result: yes
configure:24413: checking termios.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking termios.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for termios.h
configure:24413: result: yes
configure:24413: checking termio.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking termio.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for termio.h
configure:24413: result: yes
configure:24413: checking sys/termio.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking sys/termio.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for sys/termio.h
configure:24413: result: yes
configure:24413: checking sgtty.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking sgtty.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for sgtty.h
configure:24413: result: yes
configure:24424: checking for tcgetattr
configure:24440: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24440: $? = 0
configure:24448: result: yes
configure:24455: checking for TCSAFLUSH in termios.h
configure:24471: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24471: $? = 0
configure:24479: result: yes
configure:24486: checking for struct winsize in termios.h
configure:24502: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:195: error: storage size of \`w' isn't known
configure:24502: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| /\* end confdefs.h. \*/
| \#include <termios.h>
| int
| main \(\)
| \{
| struct winsize w;
| ;
| return 0;
| \}
configure:24509: result: no
configure:24515: checking for struct winsize in sys/ioctl.h
configure:24532: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24532: $? = 0
configure:24539: result: yes
configure:24582: checking for X
configure:24721: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lX11 /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24721: $? = 0
configure:24771: result: libraries , headers
configure:24870: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a -lX11 >&5
configure:24870: $? = 0
configure:24968: checking for gethostbyname
configure:24968: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24968: $? = 0
configure:24968: result: yes
configure:25065: checking for connect
configure:25065: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25065: $? = 0
configure:25065: result: yes
configure:25114: checking for remove
configure:25114: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25114: $? = 0
configure:25114: result: yes
configure:25163: checking for shmat
configure:25163: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25163: $? = 0
configure:25163: result: yes
configure:25221: checking for IceConnectionNumber in -lICE
configure:25246: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lICE /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25246: $? = 0
configure:25255: result: yes
configure:25264: \[1m\*\* checks for typedefs\[m
configure:25266: checking for caddr\_t in sys/types.h
configure:25287: result: yes
configure:25301: checking size of off\_t
configure:25306: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25306: $? = 0
configure:25306: ./conftest
configure:25306: $? = 0
configure:25321: result: 8
configure:25335: checking size of struct timeval
configure:25340: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25340: $? = 0
configure:25340: ./conftest
configure:25340: $? = 0
configure:25357: result: 8
configure:25367: \[1m\*\* checks for structure members\[m
configure:25369: checking for struct dirent.d\_namlen
configure:25369: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:25369: $? = 0
configure:25369: result: yes
configure:25380: \[1m\*\* checks for functions and declarations\[m
configure:25384: checking for working alloca.h
configure:25409: result: yes
configure:25417: checking for alloca
configure:25462: result: yes
configure:25571: checking for \_setjmp
configure:25571: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25571: $? = 0
configure:25571: result: yes
configure:25578: checking for \_longjmp
configure:25578: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25578: $? = 0
configure:25578: result: yes
configure:25605: checking whether signal handlers need to be reinstalled
configure:25638: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25638: $? = 0
configure:25638: ./conftest
configure:25638: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <signal.h>
| \#ifdef \_\_CYGWIN32\_\_
| /\* On Cygwin32 version 18, this test would hang \(SIGALRM not being signalled\).
| \* Let it fail instead. \*/
| \#error "better fail than hang"
| \#endif
| volatile int gotsig=0;
| void sigalrm\_handler\(\) \{ gotsig=1; \}
| int got\_sig \(\) \{ return gotsig; \}
| typedef void \(\*signal\_handler\_t\) \(int\);
| int main\(\) \{ /\* returns 0 if they need not to be reinstalled \*/
| signal\(SIGALRM,\(signal\_handler\_t\)sigalrm\_handler\); alarm\(1\); while \(\!got\_sig\(\)\);
| exit\(\!\( \(signal\_handler\_t\)signal\(SIGALRM,\(signal\_handler\_t\)sigalrm\_handler\)
| == \(signal\_handler\_t\)sigalrm\_handler
| \) \);
| \}
configure:25649: result: yes
configure:25794: checking for sigaction
configure:25794: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25794: $? = 0
configure:25794: result: yes
configure:25942: checking for siginterrupt
configure:25942: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25942: $? = 0
configure:25942: result: yes
configure:25953: checking for strerror
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for sysconf
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for getdtablesize
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for memset
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c:228: warning: conflicting types for built-in function \`memset'
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setsid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setpgid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for fchmod
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for fsync
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for flock
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .flock
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| /\* end confdefs.h. \*/
| /\* Define flock to an innocuous variant, in case <limits.h> declares flock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define flock innocuous\_flock
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char flock \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef flock
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char flock \(\);
| /\* 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\_flock || defined \_\_stub\_\_\_flock
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return flock \(\);
| ;
| return 0;
| \}
configure:25953: result: no
configure:25953: checking for gethostent
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for shutdown
configure:25953: result: yes
configure:25953: checking for usleep
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for ualarm
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setitimer
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for nice
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for ftime
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for realpath
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for getresuid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .getresuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| /\* end confdefs.h. \*/
| /\* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define getresuid innocuous\_getresuid
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char getresuid \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef getresuid
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char getresuid \(\);
| /\* 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\_getresuid || defined \_\_stub\_\_\_getresuid
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return getresuid \(\);
| ;
| return 0;
| \}
configure:25953: result: no
configure:25953: checking for setresuid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .setresuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| /\* end confdefs.h. \*/
| /\* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define setresuid innocuous\_setresuid
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char setresuid \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef setresuid
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char setresuid \(\);
| /\* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with \_\_ and the normal name is an alias. \*/
| \#if defined \_\_stub\_setresuid || defined \_\_stub\_\_\_setresuid
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return setresuid \(\);
| ;
| return 0;
| \}
configure:25953: result: no
configure:25953: checking for getresgid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .getresgid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| /\* end confdefs.h. \*/
| /\* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define getresgid innocuous\_getresgid
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char getresgid \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef getresgid
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char getresgid \(\);
| /\* 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\_getresgid || defined \_\_stub\_\_\_getresgid
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return getresgid \(\);
| ;
| return 0;
| \}
configure:25953: result: no
configure:25953: checking for setresgid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .setresgid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| /\* end confdefs.h. \*/
| /\* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define setresgid innocuous\_setresgid
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char setresgid \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef setresgid
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char setresgid \(\);
| /\* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with \_\_ and the normal name is an alias. \*/
| \#if defined \_\_stub\_setresgid || defined \_\_stub\_\_\_setresgid
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return setresgid \(\);
| ;
| return 0;
| \}
configure:25953: result: no
configure:25953: checking for setreuid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setregid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for gethostname
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for readlink
configure:25953: result: yes
configure:25953: checking for getcwd
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for uname
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for readdir\_r
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for rand\_r
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25964: checking for LC\_MESSAGES
configure:25980: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25980: $? = 0
configure:25988: result: yes
configure:25998: checking for getrlimit
configure:25998: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25998: $? = 0
configure:25998: result: yes
configure:25998: checking for setrlimit
configure:25998: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25998: $? = 0
configure:25998: result: yes
configure:26012: checking size of rlim\_t
configure:26017: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26017: $? = 0
configure:26017: ./conftest
configure:26017: $? = 0
configure:26034: result: 4
configure:26044: checking for getrlimit declaration
configure:26076: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26076: $? = 0
configure:26088: result: extern int getrlimit \(int, struct rlimit \*\);
configure:26096: checking for setrlimit declaration
configure:26128: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:245: error: conflicting types for \`setrlimit'
/usr/include/sys/resource.h:327: error: previous declaration of \`setrlimit'
configure:26128: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/time.h>
| \#include <sys/resource.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setrlimit \(RLIMIT\_RESOURCE\_T resource, struct rlimit \* rlim\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26141: result: extern int setrlimit \(int, const struct rlimit \*\);
configure:26150: checking for pid\_t
configure:26150: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26150: $? = 0
configure:26150: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:268: error: parse error before '\)' token
configure:26150: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| int
| main \(\)
| \{
| if \(sizeof \(\(pid\_t\)\)\)
| return 0;
| ;
| return 0;
| \}
configure:26150: result: yes
configure:26163: checking vfork.h usability
configure:26163: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:265:19: vfork.h: No such file or directory
configure:26163: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| \#include <vfork.h>
configure:26163: result: no
configure:26163: checking vfork.h presence
configure:26163: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
conftest.c:232:19: vfork.h: No such file or directory
configure:26163: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| /\* end confdefs.h. \*/
| \#include <vfork.h>
configure:26163: result: no
configure:26163: checking for vfork.h
configure:26163: result: no
configure:26176: checking for fork
configure:26176: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26176: $? = 0
configure:26176: result: yes
configure:26176: checking for vfork
configure:26176: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26176: $? = 0
configure:26176: result: yes
configure:26187: checking for working fork
configure:26209: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26209: $? = 0
configure:26209: ./conftest
configure:26209: $? = 0
configure:26219: result: yes
configure:26240: checking for working vfork
configure:26350: result: yes
configure:26374: checking for waitpid declaration
configure:26404: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26404: $? = 0
configure:26416: result: extern pid\_t waitpid \(pid\_t, int\*, int\);
configure:26427: checking sys/resource.h usability
configure:26427: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking sys/resource.h presence
configure:26427: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking for sys/resource.h
configure:26427: result: yes
configure:26427: checking sys/times.h usability
configure:26427: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking sys/times.h presence
configure:26427: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking for sys/times.h
configure:26427: result: yes
configure:26438: checking for getrusage
configure:26456: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26456: $? = 0
configure:26464: result: yes
configure:26470: checking for getrusage declaration
configure:26501: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26501: $? = 0
configure:26513: result: extern int getrusage \(int, struct rusage \*\);
configure:26515: checking whether getrusage works
configure:26558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26558: $? = 0
configure:26558: ./conftest
configure:26558: $? = 0
configure:26568: result: yes
configure:26582: checking for lstat
configure:26601: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26601: $? = 0
configure:26609: result: yes
configure:26618: checking for sys/stat.h
configure:26618: result: yes
configure:26629: checking for struct stat.st\_rdev
configure:26629: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26629: $? = 0
configure:26629: result: yes
configure:26639: checking for struct stat.st\_blksize
configure:26639: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26639: $? = 0
configure:26639: result: yes
configure:26649: checking for struct stat.st\_blocks
configure:26649: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26649: $? = 0
configure:26649: result: yes
configure:26665: checking size of ino\_t
configure:26670: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26670: $? = 0
configure:26670: ./conftest
configure:26670: $? = 0
configure:26685: result: 4
configure:26699: checking size of dev\_t
configure:26704: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26704: $? = 0
configure:26704: ./conftest
configure:26704: $? = 0
configure:26719: result: 4
configure:26729: checking for ELOOP
configure:26788: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26788: $? = 0
configure:26788: ./conftest
configure:26788: $? = 0
configure:26806: result: yes
configure:26815: checking for usable closedir return value
configure:26837: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26837: $? = 0
configure:26837: ./conftest
configure:26837: $? = 0
configure:26847: result: yes
configure:26856: checking for ioctl
configure:26856: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26856: $? = 0
configure:26856: result: yes
configure:26892: checking for ioctl declaration
configure:26914: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:280: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26914: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#ifndef HAVE\_TCSAFLUSH
| \#undef HAVE\_TERMIOS\_H
| \#endif
| \#ifdef HAVE\_TERMIOS\_H
| \#include <termios.h>
| \#else
| \#ifdef HAVE\_SYS\_TERMIO\_H
| \#include <sys/termio.h>
| \#else
| \#ifdef HAVE\_TERMIO\_H
| \#include <termio.h>
| \#else
| \#ifdef HAVE\_SGTTY\_H
| \#include <sgtty.h>
| \#include <sys/ioctl.h>
| \#endif
| \#endif
| \#endif
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
| char\* ioctl\(\);
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26945: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:262: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26945: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
| char\* ioctl\(\);
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, unsigned int request, caddr\_t arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, int request, caddr\_t arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, unsigned long request, caddr\_t arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, long request, caddr\_t arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, size\_t request, caddr\_t arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: parse error before "socklen\_t"
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, socklen\_t request, caddr\_t arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, unsigned int request, void\* arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, int request, void\* arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, unsigned long request, void\* arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, long request, void\* arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, size\_t request, void\* arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: parse error before "socklen\_t"
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, socklen\_t request, void\* arg\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for \`ioctl'
/usr/include/unistd.h:909: error: previous declaration of \`ioctl'
configure:26977: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#include <sys/ioctl.h>
|
| \#ifdef INCLUDE\_SYS\_IOCTL\_H
| \#include <sys/ioctl.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int ioctl \(int fd, unsigned int request, ...\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26977: $? = 0
configure:27006: result: extern int ioctl \(int, int, ...\);
configure:27027: checking for FIONREAD
configure:27043: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:281: error: \`FIONREAD' undeclared \(first use in this function\)
conftest.c:281: error: \(Each undeclared identifier is reported only once
conftest.c:281: error: for each function it appears in.\)
configure:27043: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#ifndef HAVE\_TCSAFLUSH
| \#undef HAVE\_TERMIOS\_H
| \#endif
| \#ifdef HAVE\_TERMIOS\_H
| \#include <termios.h>
| \#else
| \#ifdef HAVE\_SYS\_TERMIO\_H
| \#include <sys/termio.h>
| \#else
| \#ifdef HAVE\_TERMIO\_H
| \#include <termio.h>
| \#else
| \#ifdef HAVE\_SGTTY\_H
| \#include <sgtty.h>
| \#include <sys/ioctl.h>
| \#endif
| \#endif
| \#endif
| \#endif
|
| int
| main \(\)
| \{
| int x = FIONREAD;
| ;
| return 0;
| \}
configure:27050: result: no
configure:27056: checking for FIONREAD in sys/filio.h
configure:27072: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:277:23: sys/filio.h: No such file or directory
conftest.c: In function \`main':
conftest.c:281: error: \`FIONREAD' undeclared \(first use in this function\)
conftest.c:281: error: \(Each undeclared identifier is reported only once
conftest.c:281: error: for each function it appears in.\)
configure:27072: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <sys/types.h>
| \#include <unistd.h>
| \#endif
| \#ifndef HAVE\_TCSAFLUSH
| \#undef HAVE\_TERMIOS\_H
| \#endif
| \#ifdef HAVE\_TERMIOS\_H
| \#include <termios.h>
| \#else
| \#ifdef HAVE\_SYS\_TERMIO\_H
| \#include <sys/termio.h>
| \#else
| \#ifdef HAVE\_TERMIO\_H
| \#include <termio.h>
| \#else
| \#ifdef HAVE\_SGTTY\_H
| \#include <sgtty.h>
| \#include <sys/ioctl.h>
| \#endif
| \#endif
| \#endif
| \#endif
| \#include <sys/filio.h>
| int
| main \(\)
| \{
| int x = FIONREAD;
| ;
| return 0;
| \}
configure:27079: result: no
configure:27089: checking for FIONREAD in sys/ioctl.h
configure:27105: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27105: $? = 0
configure:27112: result: yes
configure:27128: checking for reliable FIONREAD
configure:27162: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27162: $? = 0
configure:27162: ./conftest
configure:27162: $? = 0
configure:27173: result: yes
configure:27183: checking for poll
configure:27183: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27183: $? = 0
configure:27183: result: yes
configure:27235: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27235: $? = 0
configure:27235: ./conftest
configure:27235: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <fcntl.h>
| \#include <poll.h>
| int main\(\)
| \{
| struct pollfd ufd;
| /\* Try /dev/null for reading. \*/
| ufd.fd = open \("/dev/null", O\_RDONLY\);
| if \(ufd.fd < 0\) /\* If /dev/null does not exist, it's not MacOS X. \*/
| return 0;
| ufd.events = POLLIN;
| ufd.revents = 0;
| if \(\!\(poll \(&ufd, 1, 0\) == 1 && ufd.revents == POLLIN\)\)
| return 1;
| /\* Try /dev/null for writing. \*/
| ufd.fd = open \("/dev/null", O\_WRONLY\);
| if \(ufd.fd < 0\) /\* If /dev/null does not exist, it's not MacOS X. \*/
| return 0;
| ufd.events = POLLOUT;
| ufd.revents = 0;
| if \(\!\(poll \(&ufd, 1, 0\) == 1 && ufd.revents == POLLOUT\)\)
| return 1;
| /\* Trying /dev/tty may be too environment dependent. \*/
| return 0;
| \}
configure:27331: checking for select
configure:27363: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27363: $? = 0
configure:27371: result: yes
configure:27377: checking for sys/select.h
configure:27397: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27397: $? = 0
configure:27404: result: yes
configure:27411: checking for select declaration
configure:27452: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`select'
/usr/include/sys/time.h:228: error: previous declaration of \`select'
configure:27452: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#endif
| \#include <sys/time.h>
| \#ifdef HAVE\_SYS\_SELECT\_H
| \#include <sys/select.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int select \(unsigned int width, fd\_set \* readfds, fd\_set \* writefds, fd\_set \* exceptfds, struct timeval \* timeout\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27452: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27452: $? = 0
configure:27475: result: extern int select \(int, fd\_set \*, fd\_set \*, fd\_set \*, struct timeval \*\);
configure:27495: checking for reliable select\(\)
configure:27563: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27563: $? = 0
configure:27563: ./conftest
configure:27563: $? = 0
configure:27574: result: yes
configure:27585: checking netdb.h usability
configure:27585: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27585: $? = 0
configure:27585: result: yes
configure:27585: checking netdb.h presence
configure:27585: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27585: $? = 0
configure:27585: result: yes
configure:27585: checking for netdb.h
configure:27585: result: yes
configure:27598: checking for connect
configure:27598: result: yes
configure:27608: checking for connect declaration
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, struct sockaddr \* name, unsigned int namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, struct sockaddr \* name, int namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, struct sockaddr \* name, unsigned long namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, struct sockaddr \* name, long namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, struct sockaddr \* name, size\_t namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, struct sockaddr \* name, socklen\_t namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, void\* name, unsigned int namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, void\* name, int namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, void\* name, unsigned long namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, void\* name, long namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, void\* name, size\_t namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, void\* name, socklen\_t namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, const struct sockaddr \* name, unsigned int namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for \`connect'
/usr/include/sys/socket.h:545: error: previous declaration of \`connect'
configure:27642: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int connect \(int fd, const struct sockaddr \* name, int namelen\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27642: $? = 0
configure:27666: result: extern int connect \(int, const struct sockaddr \*, unsigned long\);
configure:27687: checking sys/un.h usability
configure:27687: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27687: $? = 0
configure:27687: result: yes
configure:27687: checking sys/un.h presence
configure:27687: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27687: $? = 0
configure:27687: result: yes
configure:27687: checking for sys/un.h
configure:27687: result: yes
configure:27697: checking for sun\_len in struct sockaddr\_un
configure:27714: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27714: $? = 0
configure:27721: result: yes
configure:27729: checking for IPv4 sockets
configure:27747: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27747: $? = 0
configure:27754: result: yes
configure:27762: checking for IPv6 sockets
configure:27780: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27780: $? = 0
configure:27787: result: yes
configure:27836: checking for inet\_pton
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for inet\_ntop
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for inet\_addr
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for setsockopt
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for getsockopt
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27849: checking netinet/in.h usability
configure:27849: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking netinet/in.h presence
configure:27849: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking for netinet/in.h
configure:27849: result: yes
configure:27849: checking arpa/inet.h usability
configure:27849: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking arpa/inet.h presence
configure:27849: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking for arpa/inet.h
configure:27849: result: yes
configure:27860: checking for inet\_addr declaration
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for \`inet\_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of \`inet\_addr'
configure:27900: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <netinet/in.h>
| \#ifdef HAVE\_ARPA\_INET\_H
| \#include <arpa/inet.h>
| \#endif
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#include <netdb.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| unsigned int inet\_addr \( char \*\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for \`inet\_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of \`inet\_addr'
configure:27900: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <netinet/in.h>
| \#ifdef HAVE\_ARPA\_INET\_H
| \#include <arpa/inet.h>
| \#endif
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#include <netdb.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int inet\_addr \( char \*\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for \`inet\_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of \`inet\_addr'
configure:27900: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <netinet/in.h>
| \#ifdef HAVE\_ARPA\_INET\_H
| \#include <arpa/inet.h>
| \#endif
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#include <netdb.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| unsigned long inet\_addr \( char \*\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for \`inet\_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of \`inet\_addr'
configure:27900: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <netinet/in.h>
| \#ifdef HAVE\_ARPA\_INET\_H
| \#include <arpa/inet.h>
| \#endif
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#include <netdb.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| long inet\_addr \( char \*\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for \`inet\_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of \`inet\_addr'
configure:27900: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <netinet/in.h>
| \#ifdef HAVE\_ARPA\_INET\_H
| \#include <arpa/inet.h>
| \#endif
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#include <netdb.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| size\_t inet\_addr \( char \*\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for \`inet\_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of \`inet\_addr'
configure:27900: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| /\* end confdefs.h. \*/
|
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <sys/types.h>
| \#include <netinet/in.h>
| \#ifdef HAVE\_ARPA\_INET\_H
| \#include <arpa/inet.h>
| \#endif
| \#ifdef \_\_BEOS\_\_
| \#include <sys/socket.h>
| \#include <netdb.h>
| \#endif
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| socklen\_t inet\_addr \( char \*\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27900: $? = 0
configure:27922: result: extern unsigned int inet\_addr \(const char\*\);
configure:27946: checking for netinet/tcp.h
configure:27946: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27946: $? = 0
configure:27946: result: yes
configure:27961: checking for setsockopt declaration
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, char\*, unsigned int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, const char\*, unsigned int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, \_\_const char\*, unsigned int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, void\*, unsigned int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, const void\*, unsigned int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, \_\_const void\*, unsigned int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, char\*, int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, const char\*, int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, \_\_const char\*, int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, void\*, int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, const void\*, int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, \_\_const void\*, int\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, char\*, unsigned long\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, const char\*, unsigned long\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, \_\_const char\*, unsigned long\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:291: error: conflicting types for \`setsockopt'
/usr/include/sys/socket.h:551: error: previous declaration of \`setsockopt'
configure:27992: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| /\* end confdefs.h. \*/
|
| \#include <sys/types.h>
| \#include <sys/socket.h>
|
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int setsockopt \(int, int, int, void\*, unsigned long\);
|
| int
| main \(\)
| \{
|
| ;
| return 0;
| \}
configure:27992: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27992: $? = 0
configure:28016: result: extern int setsockopt \(int, int, int, const void\*, unsigned long\);
configure:28048: checking for the code address range
configure:28062: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c: In function \`printf\_address':
conftest.c:293: warning: right shift count >= width of type
configure:28062: $? = 0
configure:28062: ./conftest
configure:28062: $? = 0
configure:28074: result: 0x20000000
configure:28082: checking for the malloc address range
configure:28102: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c: In function \`printf\_address':
conftest.c:300: warning: right shift count >= width of type
configure:28102: $? = 0
configure:28102: ./conftest
configure:28102: $? = 0
configure:28114: result: 0x20000000
configure:28122: checking for the shared library address range
configure:28162: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c: In function \`printf\_address':
conftest.c:295: warning: right shift count >= width of type
configure:28162: $? = 0
configure:28162: ./conftest
configure:28162: $? = 0
configure:28174: result: 0xF1000000
configure:28183: checking for the stack address range
configure:28198: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c: In function \`printf\_address':
conftest.c:297: warning: right shift count >= width of type
configure:28198: $? = 0
configure:28198: ./conftest
configure:28198: $? = 0
configure:28210: result: 0x2F000000
configure:28219: checking for vadvise
configure:28235: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c:289:25: sys/vadvise.h: No such file or directory
configure:28235: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| /\* end confdefs.h. \*/
| \#include <sys/vadvise.h>
| int
| main \(\)
| \{
| vadvise\(0\);
| ;
| return 0;
| \}
configure:28243: result: no
configure:28250: checking for vm\_allocate
configure:28266: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .vm\_allocate
ld: 0711-317 ERROR: Undefined symbol: .task\_self
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:28266: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| /\* end confdefs.h. \*/
|
| int
| main \(\)
| \{
| vm\_allocate\(\); task\_self\(\);
| ;
| return 0;
| \}
configure:28274: result: no
configure:28282: checking for sys/mman.h
configure:28282: result: yes
configure:28290: checking for mmap
configure:28290: result: yes
configure:28300: checking for working mmap
configure:28464: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28464: $? = 0
configure:28464: ./conftest
configure:28464: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <fcntl.h>
| \#include <sys/types.h>
| \#include <sys/mman.h>
| int main \(\) \{
|
| int flags = MAP\_ANON | MAP\_PRIVATE;
| int fd = -1;
| nocrash\_init\(\);
| \#define bits\_to\_avoid 0
| \#define my\_shift 24
| \#define my\_low 1
| \#ifdef FOR\_SUN4\_29
| \#define my\_high 31
| \#define my\_size 32768 /\* hope that 32768 is a multiple of the page size \*/
| /\* i\*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need \*/
| \#else
| \#define my\_high 64
| \#define my\_size 8192 /\* hope that 8192 is a multiple of the page size \*/
| /\* i\*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need \*/
| \#endif
| \#if defined\(\_\_APPLE\_\_\) && defined\(\_\_MACH\_\_\) && defined\(\_\_x86\_64\_\_\)
| /\* On MacOS X in 64-bit mode, mmapable addresses start at 2^33. \*/
| \#define base\_address 0x200000000UL
| \#else
| \#define base\_address 0
| \#endif
| \{long i;
| \#define i\_ok\(i\) \(\(i\) & \(bits\_to\_avoid >> my\_shift\) == 0\)
| for \(i=my\_low; i<=my\_high; i++\)
| if \(i\_ok\(i\)\)
| \{ caddr\_t addr = \(caddr\_t\)\(base\_address + \(i << my\_shift\)\);
| /\* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. \*/
| \#if bits\_to\_avoid
| long size = i\*my\_size;
| \#else
| long size = \(\(i+1\)/2\)\*my\_size;
| \#endif
| if \(mmap\(addr,size,PROT\_READ|PROT\_WRITE,flags|MAP\_FIXED,fd,0\) == \(void\*\)-1\) exit\(1\);
| \}
| \#define x\(i\) \*\(unsigned char \*\) \(base\_address + \(i<<my\_shift\) + \(i\*i\)\)
| \#define y\(i\) \(unsigned char\)\(\(3\*i-4\)\*\(7\*i+3\)\)
| for \(i=my\_low; i<=my\_high; i++\) if \(i\_ok\(i\)\) \{ x\(i\) = y\(i\); \}
| for \(i=my\_high; i>=my\_low; i--\) if \(i\_ok\(i\)\) \{ if \(x\(i\) \!= y\(i\)\) exit\(1\); \}
| exit\(0\);
| \}\}
|
|
configure:28569: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28569: $? = 0
configure:28569: ./conftest
configure:28569: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <fcntl.h>
| \#include <sys/types.h>
| \#include <sys/mman.h>
| int main \(\) \{
|
| int flags = MAP\_ANONYMOUS | MAP\_PRIVATE;
| int fd = -1;
| nocrash\_init\(\);
| \#define bits\_to\_avoid 0
| \#define my\_shift 24
| \#define my\_low 1
| \#ifdef FOR\_SUN4\_29
| \#define my\_high 31
| \#define my\_size 32768 /\* hope that 32768 is a multiple of the page size \*/
| /\* i\*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need \*/
| \#else
| \#define my\_high 64
| \#define my\_size 8192 /\* hope that 8192 is a multiple of the page size \*/
| /\* i\*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need \*/
| \#endif
| \#if defined\(\_\_APPLE\_\_\) && defined\(\_\_MACH\_\_\) && defined\(\_\_x86\_64\_\_\)
| /\* On MacOS X in 64-bit mode, mmapable addresses start at 2^33. \*/
| \#define base\_address 0x200000000UL
| \#else
| \#define base\_address 0
| \#endif
| \{long i;
| \#define i\_ok\(i\) \(\(i\) & \(bits\_to\_avoid >> my\_shift\) == 0\)
| for \(i=my\_low; i<=my\_high; i++\)
| if \(i\_ok\(i\)\)
| \{ caddr\_t addr = \(caddr\_t\)\(base\_address + \(i << my\_shift\)\);
| /\* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. \*/
| \#if bits\_to\_avoid
| long size = i\*my\_size;
| \#else
| long size = \(\(i+1\)/2\)\*my\_size;
| \#endif
| if \(mmap\(addr,size,PROT\_READ|PROT\_WRITE,flags|MAP\_FIXED,fd,0\) == \(void\*\)-1\) exit\(1\);
| \}
| \#define x\(i\) \*\(unsigned char \*\) \(base\_address + \(i<<my\_shift\) + \(i\*i\)\)
| \#define y\(i\) \(unsigned char\)\(\(3\*i-4\)\*\(7\*i+3\)\)
| for \(i=my\_low; i<=my\_high; i++\) if \(i\_ok\(i\)\) \{ x\(i\) = y\(i\); \}
| for \(i=my\_high; i>=my\_low; i--\) if \(i\_ok\(i\)\) \{ if \(x\(i\) \!= y\(i\)\) exit\(1\); \}
| exit\(0\);
| \}\}
|
|
configure:28678: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28678: $? = 0
configure:28678: ./conftest
configure:28678: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <fcntl.h>
| \#include <sys/types.h>
| \#include <sys/mman.h>
| int main \(\) \{
|
| \#ifndef MAP\_FILE
| \#define MAP\_FILE 0
| \#endif
| int flags = MAP\_FILE | MAP\_PRIVATE;
| int fd = open\("/dev/zero",O\_RDONLY,0666\);
| if \(fd<0\) exit\(1\);
| nocrash\_init\(\);
| \#define bits\_to\_avoid 0
| \#define my\_shift 24
| \#define my\_low 1
| \#ifdef FOR\_SUN4\_29
| \#define my\_high 31
| \#define my\_size 32768 /\* hope that 32768 is a multiple of the page size \*/
| /\* i\*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need \*/
| \#else
| \#define my\_high 64
| \#define my\_size 8192 /\* hope that 8192 is a multiple of the page size \*/
| /\* i\*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need \*/
| \#endif
| \#if defined\(\_\_APPLE\_\_\) && defined\(\_\_MACH\_\_\) && defined\(\_\_x86\_64\_\_\)
| /\* On MacOS X in 64-bit mode, mmapable addresses start at 2^33. \*/
| \#define base\_address 0x200000000UL
| \#else
| \#define base\_address 0
| \#endif
| \{long i;
| \#define i\_ok\(i\) \(\(i\) & \(bits\_to\_avoid >> my\_shift\) == 0\)
| for \(i=my\_low; i<=my\_high; i++\)
| if \(i\_ok\(i\)\)
| \{ caddr\_t addr = \(caddr\_t\)\(base\_address + \(i << my\_shift\)\);
| /\* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. \*/
| \#if bits\_to\_avoid
| long size = i\*my\_size;
| \#else
| long size = \(\(i+1\)/2\)\*my\_size;
| \#endif
| if \(mmap\(addr,size,PROT\_READ|PROT\_WRITE,flags|MAP\_FIXED,fd,0\) == \(void\*\)-1\) exit\(1\);
| \}
| \#define x\(i\) \*\(unsigned char \*\) \(base\_address + \(i<<my\_shift\) + \(i\*i\)\)
| \#define y\(i\) \(unsigned char\)\(\(3\*i-4\)\*\(7\*i+3\)\)
| for \(i=my\_low; i<=my\_high; i++\) if \(i\_ok\(i\)\) \{ x\(i\) = y\(i\); \}
| for \(i=my\_high; i>=my\_low; i--\) if \(i\_ok\(i\)\) \{ if \(x\(i\) \!= y\(i\)\) exit\(1\); \}
| exit\(0\);
| \}\}
|
|
configure:28791: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28791: $? = 0
configure:28791: ./conftest
configure:28791: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
| \#define FOR\_SUN4\_29
|
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| \#include <fcntl.h>
| \#include <sys/types.h>
| \#include <sys/mman.h>
| int main \(\) \{
|
| \#ifndef MAP\_FILE
| \#define MAP\_FILE 0
| \#endif
| int flags = MAP\_FILE | MAP\_PRIVATE;
| int fd = open\("/dev/zero",O\_RDONLY,0666\);
| if \(fd<0\) exit\(1\);
| nocrash\_init\(\);
| \#define bits\_to\_avoid 0
| \#define my\_shift 24
| \#define my\_low 1
| \#ifdef FOR\_SUN4\_29
| \#define my\_high 31
| \#define my\_size 32768 /\* hope that 32768 is a multiple of the page size \*/
| /\* i\*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need \*/
| \#else
| \#define my\_high 64
| \#define my\_size 8192 /\* hope that 8192 is a multiple of the page size \*/
| /\* i\*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need \*/
| \#endif
| \#if defined\(\_\_APPLE\_\_\) && defined\(\_\_MACH\_\_\) && defined\(\_\_x86\_64\_\_\)
| /\* On MacOS X in 64-bit mode, mmapable addresses start at 2^33. \*/
| \#define base\_address 0x200000000UL
| \#else
| \#define base\_address 0
| \#endif
| \{long i;
| \#define i\_ok\(i\) \(\(i\) & \(bits\_to\_avoid >> my\_shift\) == 0\)
| for \(i=my\_low; i<=my\_high; i++\)
| if \(i\_ok\(i\)\)
| \{ caddr\_t addr = \(caddr\_t\)\(base\_address + \(i << my\_shift\)\);
| /\* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. \*/
| \#if bits\_to\_avoid
| long size = i\*my\_size;
| \#else
| long size = \(\(i+1\)/2\)\*my\_size;
| \#endif
| if \(mmap\(addr,size,PROT\_READ|PROT\_WRITE,flags|MAP\_FIXED,fd,0\) == \(void\*\)-1\) exit\(1\);
| \}
| \#define x\(i\) \*\(unsigned char \*\) \(base\_address + \(i<<my\_shift\) + \(i\*i\)\)
| \#define y\(i\) \(unsigned char\)\(\(3\*i-4\)\*\(7\*i+3\)\)
| for \(i=my\_low; i<=my\_high; i++\) if \(i\_ok\(i\)\) \{ x\(i\) = y\(i\); \}
| for \(i=my\_high; i>=my\_low; i--\) if \(i\_ok\(i\)\) \{ if \(x\(i\) \!= y\(i\)\) exit\(1\); \}
| exit\(0\);
| \}\}
|
|
configure:28807: result: no
configure:28835: checking for munmap
configure:28835: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28835: $? = 0
configure:28835: result: yes
configure:28847: checking for msync
configure:28847: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28847: $? = 0
configure:28847: result: yes
configure:28858: checking for mprotect
configure:28858: result: yes
configure:28867: checking for working mprotect
configure:28908: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:28908: $? = 0
configure:28908: ./conftest
configure:28908: $? = 0
configure:29018: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29018: $? = 0
configure:29018: ./conftest
configure:29018: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
|
| \#include <sys/types.h>
| /\* declare malloc\(\) \*/
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| /\* declare getpagesize\(\) and mprotect\(\) \*/
| \#include <sys/mman.h>
| \#ifndef HAVE\_GETPAGESIZE
| \#include <sys/param.h>
| \#define getpagesize\(\) PAGESIZE
| \#else
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int getpagesize \(void\);
| \#endif
| char foo;
| int main \(\) \{
| unsigned long pagesize = getpagesize\(\);
| \#define page\_align\(address\) \(char\*\)\(\(unsigned long\)\(address\) & -pagesize\)
|
| char\* area = \(char\*\) malloc\(6\*pagesize\);
| char\* fault\_address = area + pagesize\*7/2;
|
| nocrash\_init\(\);
| if \(mprotect\(page\_align\(fault\_address\),pagesize,PROT\_NONE\) < 0\) exit\(0\);
| foo = \*fault\_address; /\* this should cause an exception or signal \*/
| exit\(0\); \}
configure:29123: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29123: $? = 0
configure:29123: ./conftest
configure:29123: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
|
| \#include <sys/types.h>
| /\* declare malloc\(\) \*/
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| /\* declare getpagesize\(\) and mprotect\(\) \*/
| \#include <sys/mman.h>
| \#ifndef HAVE\_GETPAGESIZE
| \#include <sys/param.h>
| \#define getpagesize\(\) PAGESIZE
| \#else
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int getpagesize \(void\);
| \#endif
| char foo;
| int main \(\) \{
| unsigned long pagesize = getpagesize\(\);
| \#define page\_align\(address\) \(char\*\)\(\(unsigned long\)\(address\) & -pagesize\)
|
| char\* area = \(char\*\) malloc\(6\*pagesize\);
| char\* fault\_address = area + pagesize\*7/2;
|
| nocrash\_init\(\);
| if \(mprotect\(page\_align\(fault\_address\),pagesize,PROT\_NONE\) < 0\) exit\(0\);
| \*fault\_address = 'z'; /\* this should cause an exception or signal \*/
| exit\(0\); \}
configure:29228: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29228: $? = 0
configure:29228: ./conftest
configure:29228: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| /\* end confdefs.h. \*/
|
| \#include <stdlib.h>
| \#if defined \_\_MACH\_\_ && defined \_\_APPLE\_\_
| /\* Avoid a crash on MacOS X. \*/
| \#include <mach/mach.h>
| \#include <mach/mach\_error.h>
| \#include <mach/thread\_status.h>
| \#include <mach/exception.h>
| \#include <mach/task.h>
| \#include <pthread.h>
| /\* The exception port on which our thread listens. \*/
| static mach\_port\_t our\_exception\_port;
| /\* The main function of the thread listening for exceptions of type
| EXC\_BAD\_ACCESS. \*/
| static void \*
| mach\_exception\_thread \(void \*arg\)
| \{
| /\* Buffer for a message to be received. \*/
| struct \{
| mach\_msg\_header\_t head;
| mach\_msg\_body\_t msgh\_body;
| char data\[1024\];
| \} msg;
| mach\_msg\_return\_t retval;
| /\* Wait for a message on the exception port. \*/
| retval = mach\_msg \(&msg.head, MACH\_RCV\_MSG | MACH\_RCV\_LARGE, 0, sizeof \(msg\),
| our\_exception\_port, MACH\_MSG\_TIMEOUT\_NONE, MACH\_PORT\_NULL\);
| if \(retval \!= MACH\_MSG\_SUCCESS\)
| abort \(\);
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| mach\_port\_t self = mach\_task\_self \(\);
| /\* Allocate a port on which the thread shall listen for exceptions. \*/
| if \(mach\_port\_allocate \(self, MACH\_PORT\_RIGHT\_RECEIVE, &our\_exception\_port\)
| == KERN\_SUCCESS\) \{
| /\* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach\_port\_insert\_right.html. \*/
| if \(mach\_port\_insert\_right \(self, our\_exception\_port, our\_exception\_port,
| MACH\_MSG\_TYPE\_MAKE\_SEND\)
| == KERN\_SUCCESS\) \{
| /\* The exceptions we want to catch. Only EXC\_BAD\_ACCESS is interesting
| for us. \*/
| exception\_mask\_t mask = EXC\_MASK\_BAD\_ACCESS;
| /\* Create the thread listening on the exception port. \*/
| pthread\_attr\_t attr;
| pthread\_t thread;
| if \(pthread\_attr\_init \(&attr\) == 0
| && pthread\_attr\_setdetachstate \(&attr, PTHREAD\_CREATE\_DETACHED\) == 0
| && pthread\_create \(&thread, &attr, mach\_exception\_thread, NULL\) == 0\) \{
| pthread\_attr\_destroy \(&attr\);
| /\* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task\_set\_exception\_ports.html. \*/
| task\_set\_exception\_ports \(self, mask, our\_exception\_port,
| EXCEPTION\_DEFAULT, MACHINE\_THREAD\_STATE\);
| \}
| \}
| \}
| \}
| \#else
| /\* Avoid a crash on POSIX systems. \*/
| \#include <signal.h>
| /\* A POSIX signal handler. \*/
| static void
| exception\_handler \(int sig\)
| \{
| exit \(1\);
| \}
| static void
| nocrash\_init \(void\)
| \{
| \#ifdef SIGSEGV
| signal \(SIGSEGV, exception\_handler\);
| \#endif
| \#ifdef SIGBUS
| signal \(SIGBUS, exception\_handler\);
| \#endif
| \}
| \#endif
|
| \#include <sys/types.h>
| /\* declare malloc\(\) \*/
| \#include <stdlib.h>
| \#ifdef HAVE\_UNISTD\_H
| \#include <unistd.h>
| \#endif
| /\* declare getpagesize\(\) and mprotect\(\) \*/
| \#include <sys/mman.h>
| \#ifndef HAVE\_GETPAGESIZE
| \#include <sys/param.h>
| \#define getpagesize\(\) PAGESIZE
| \#else
| extern
| \#ifdef \_\_cplusplus
| "C"
| \#endif
|
| int getpagesize \(void\);
| \#endif
| char foo;
| int main \(\) \{
| unsigned long pagesize = getpagesize\(\);
| \#define page\_align\(address\) \(char\*\)\(\(unsigned long\)\(address\) & -pagesize\)
|
| char\* area = \(char\*\) malloc\(6\*pagesize\);
| char\* fault\_address = area + pagesize\*7/2;
|
| nocrash\_init\(\);
| if \(mprotect\(page\_align\(fault\_address\),pagesize,PROT\_READ\) < 0\) exit\(0\);
| \*fault\_address = 'z'; /\* this should cause an exception or signal \*/
| exit\(0\); \}
configure:29334: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29334: $? = 0
configure:29334: ./conftest
configure:29334: $? = 0
configure:29351: result: yes
configure:29361: checking for working shared memory
configure:29390: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29390: $? = 0
configure:29390: ./conftest
configure:29390: $? = 1
configure: program exited with status 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| /\* end confdefs.h. \*/
| \#include <sys/types.h>
| \#include <sys/ipc.h>
| \#include <sys/shm.h>
| /\* try attaching a single segment to multiple addresses \*/
| \#define segsize 0x10000
| \#define attaches 128
| \#define base\_addr 0x01000000
| int main \(\)
| \{ int shmid, i; char\* addr; char\* result;
| if \(\(shmid = shmget\(IPC\_PRIVATE,segsize,0400\)\) < 0\) exit\(1\);
| for \(i=0, addr = \(char\*\)0x01000000; i<attaches; i++, addr += segsize\)
| if \(\(result = \(char\*\)shmat\(shmid,addr,SHM\_RDONLY\)\) == \(char\*\)\(-1\)\) break;
| for \(i=0, addr = \(char\*\)0x01000000; i<attaches; i++, addr += segsize\)
| shmdt\(addr\);
| shmctl\(shmid,IPC\_RMID,0\);
| exit\(result == \(char\*\)\(-1\)\);
| \}
configure:29401: result: no
configure:29488: checking for dlfcn.h
configure:29488: result: yes
configure:29499: checking for library containing dlopen
configure:29530: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29530: $? = 0
configure:29547: result: none required
configure:29558: checking for dlopen
configure:29558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29558: $? = 0
configure:29558: result: yes
configure:29558: checking for dlsym
configure:29558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29558: $? = 0
configure:29558: result: yes
configure:29558: checking for dlvsym
configure:29558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .dlvsym
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:29558: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| /\* end confdefs.h. \*/
| /\* Define dlvsym to an innocuous variant, in case <limits.h> declares dlvsym.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define dlvsym innocuous\_dlvsym
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char dlvsym \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef dlvsym
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char dlvsym \(\);
| /\* 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\_dlvsym || defined \_\_stub\_\_\_dlvsym
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return dlvsym \(\);
| ;
| return 0;
| \}
configure:29558: result: no
configure:29558: checking for dlerror
configure:29558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29558: $? = 0
configure:29558: result: yes
configure:29558: checking for dlclose
configure:29558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:29558: $? = 0
configure:29558: result: yes
configure:29558: checking for dladdr
configure:29558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .dladdr
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:29558: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| \#define HAVE\_DLERROR 1
| \#define HAVE\_DLCLOSE 1
| /\* end confdefs.h. \*/
| /\* Define dladdr to an innocuous variant, in case <limits.h> declares dladdr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. \*/
| \#define dladdr innocuous\_dladdr
|
| /\* System header to define \_\_stub macros and hopefully few prototypes,
| which can conflict with char dladdr \(\); below.
| Prefer <limits.h> to <assert.h> if \_\_STDC\_\_ is defined, since
| <limits.h> exists even on freestanding compilers. \*/
|
| \#ifdef \_\_STDC\_\_
| \# include <limits.h>
| \#else
| \# include <assert.h>
| \#endif
|
| \#undef dladdr
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char dladdr \(\);
| /\* 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\_dladdr || defined \_\_stub\_\_\_dladdr
| choke me
| \#endif
|
| int
| main \(\)
| \{
| return dladdr \(\);
| ;
| return 0;
| \}
configure:29558: result: no
configure:29571: checking for working fcntl.h
configure:29643: result: no \(bad O\_NOFOLLOW\)
configure:29665: \[1m\*\* checks for libraries\[m
configure:29683: checking for library containing tgetent
configure:29714: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .tgetent
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:29714: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| \#define HAVE\_DLERROR 1
| \#define HAVE\_DLCLOSE 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| /\* end confdefs.h. \*/
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char tgetent \(\);
| int
| main \(\)
| \{
| return tgetent \(\);
| ;
| return 0;
| \}
configure:29714: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lncurses /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
collect2: library libncurses not found
configure:29714: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| \#define HAVE\_DLERROR 1
| \#define HAVE\_DLCLOSE 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| /\* end confdefs.h. \*/
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char tgetent \(\);
| int
| main \(\)
| \{
| return tgetent \(\);
| ;
| return 0;
| \}
configure:29714: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -ltermcap /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
collect2: library libtermcap not found
configure:29714: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| \#define HAVE\_DLERROR 1
| \#define HAVE\_DLCLOSE 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| /\* end confdefs.h. \*/
|
| /\* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. \*/
| \#ifdef \_\_cplusplus
| extern "C"
| \#endif
| char tgetent \(\);
| int
| main \(\)
| \{
| return tgetent \(\);
| ;
| return 0;
| \}
configure:29731: result: no
configure:30393: \[1m\*\* checks for OS services\[m
configure:30395: checking for the valid characters in filenames
configure:30504: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30504: $? = 0
configure:30504: ./conftest
configure:30504: $? = 0
configure:30539: result: \(\(ch >= 1\) && \(ch \!= 47\)\)
configure:30548: \[1m\*\* checks for compiler characteristics \(arithmetic data types\)\[m
configure:30550: checking whether char is unsigned
configure:30568: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function \`main':
conftest.c:338: error: size of array \`test\_array' is negative
configure:30568: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| \#define HAVE\_DLERROR 1
| \#define HAVE\_DLCLOSE 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define VALID\_FILENAME\_CHAR \(\(ch >= 1\) && \(ch \!= 47\)\)
| /\* end confdefs.h. \*/
| \#include <stdio.h>
| \#ifdef HAVE\_SYS\_TYPES\_H
| \# include <sys/types.h>
| \#endif
| \#ifdef HAVE\_SYS\_STAT\_H
| \# include <sys/stat.h>
| \#endif
| \#ifdef STDC\_HEADERS
| \# include <stdlib.h>
| \# include <stddef.h>
| \#else
| \# ifdef HAVE\_STDLIB\_H
| \# include <stdlib.h>
| \# endif
| \#endif
| \#ifdef HAVE\_STRING\_H
| \# if \!defined STDC\_HEADERS && defined HAVE\_MEMORY\_H
| \# include <memory.h>
| \# endif
| \# include <string.h>
| \#endif
| \#ifdef HAVE\_STRINGS\_H
| \# include <strings.h>
| \#endif
| \#ifdef HAVE\_INTTYPES\_H
| \# include <inttypes.h>
| \#endif
| \#ifdef HAVE\_STDINT\_H
| \# include <stdint.h>
| \#endif
| \#ifdef HAVE\_UNISTD\_H
| \# include <unistd.h>
| \#endif
| int
| main \(\)
| \{
| static int test\_array \[1 - 2 \* \!\(\(\(char\) -1\) < 0\)\];
| test\_array \[0\] = 0
|
| ;
| return 0;
| \}
configure:30575: result: yes
configure:30581: checking whether single-float divbyzero raises an exception
configure:30607: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c:308: warning: built-in function \`nan' declared as non-function
configure:30607: $? = 0
configure:30607: ./conftest
configure:30607: $? = 0
configure:30617: result: no
configure:30625: checking whether single-float overflow raises an exception
configure:30651: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30651: $? = 0
configure:30651: ./conftest
configure:30651: $? = 0
configure:30661: result: no
configure:30669: checking whether single-float underflow raises an exception
configure:30695: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30695: $? = 0
configure:30695: ./conftest
configure:30695: $? = 0
configure:30705: result: no
configure:30713: checking whether single-float inexact raises an exception
configure:30738: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30738: $? = 0
configure:30738: ./conftest
configure:30738: $? = 0
configure:30748: result: no
configure:30756: checking whether double-float divbyzero raises an exception
configure:30782: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c:308: warning: built-in function \`nan' declared as non-function
configure:30782: $? = 0
configure:30782: ./conftest
configure:30782: $? = 0
configure:30792: result: no
configure:30800: checking whether double-float overflow raises an exception
configure:30826: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30826: $? = 0
configure:30826: ./conftest
configure:30826: $? = 0
configure:30836: result: no
configure:30844: checking whether double-float underflow raises an exception
configure:30870: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30870: $? = 0
configure:30870: ./conftest
configure:30870: $? = 0
configure:30880: result: no
configure:30888: checking whether double-float inexact raises an exception
configure:30913: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:30913: $? = 0
configure:30913: ./conftest
configure:30913: $? = 0
configure:30923: result: no
configure:30931: checking whether byte ordering is bigendian
configure:30946: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:303: error: parse error before "a"
conftest.c:305: error: syntax error before "typedef"
configure:30946: $? = 1
configure: failed program was:
| /\* confdefs.h \*/
| \#define PACKAGE\_NAME "GNU CLISP"
| \#define PACKAGE\_TARNAME "clisp"
| \#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
| \#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
| \#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
| \#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
| \#define STDC\_HEADERS 1
| \#define HAVE\_SYS\_TYPES\_H 1
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_MEMORY\_H 1
| \#define HAVE\_STRINGS\_H 1
| \#define HAVE\_INTTYPES\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define \_\_EXTENSIONS\_\_ 1
| \#define \_ALL\_SOURCE 1
| \#define \_GNU\_SOURCE 1
| \#define \_POSIX\_PTHREAD\_SEMANTICS 1
| \#define \_TANDEM\_SOURCE 1
| \#define HAVE\_DLFCN\_H 1
| \#define LT\_OBJDIR ".libs/"
| \#define \_LARGE\_FILES 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_ENVIRON\_DECL 1
| \#define HAVE\_ERRNO\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_LANGINFO\_H 1
| \#define HAVE\_SYS\_MMAN\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_SOCKET\_H 1
| \#define HAVE\_STDDEF\_H 1
| \#define HAVE\_STDINT\_H 1
| \#define HAVE\_WCHAR\_H 1
| \#define HAVE\_STDLIB\_H 1
| \#define HAVE\_STRING\_H 1
| \#define HAVE\_SYS\_WAIT\_H 1
| \#define HAVE\_WCTYPE\_H 1
| \#define restrict \_\_restrict
| \#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
| \#define HAVE\_GETTIMEOFDAY 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_MBSINIT 1
| \#define HAVE\_MBRTOWC 1
| \#define HAVE\_MBSRTOWCS 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_MEMCHR 1
| \#define HAVE\_NL\_LANGINFO 1
| \#define HAVE\_SETENV 1
| \#define HAVE\_ISWCNTRL 1
| \#define HAVE\_ISWBLANK 1
| \#define HAVE\_LANGINFO\_CODESET 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define HAVE\_DECL\_GETC\_UNLOCKED 1
| \#define HAVE\_STDLIB\_H 1
| \#define MALLOC\_0\_IS\_NONNULL 0
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_MBSTATE\_T 1
| \#define HAVE\_MAP\_ANONYMOUS 1
| \#define HAVE\_SEARCH\_H 1
| \#define HAVE\_TSEARCH 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_\_BOOL 1
| \#define HAVE\_STDBOOL\_H 1
| \#define HAVE\_WCHAR\_T 1
| \#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
| \#define HAVE\_RAW\_DECL\_MEMMEM 1
| \#define HAVE\_RAW\_DECL\_STPCPY 1
| \#define HAVE\_RAW\_DECL\_STPNCPY 1
| \#define HAVE\_RAW\_DECL\_STRDUP 1
| \#define HAVE\_RAW\_DECL\_STRNCAT 1
| \#define HAVE\_RAW\_DECL\_STRNDUP 1
| \#define HAVE\_RAW\_DECL\_STRNLEN 1
| \#define HAVE\_RAW\_DECL\_STRPBRK 1
| \#define HAVE\_RAW\_DECL\_STRSEP 1
| \#define HAVE\_RAW\_DECL\_STRTOK\_R 1
| \#define HAVE\_RAW\_DECL\_STRSIGNAL 1
| \#define HAVE\_WINT\_T 1
| \#define HAVE\_DECL\_ISWBLANK 0
| \#define HAVE\_ALLOCA 1
| \#define GNULIB\_TEST\_ENVIRON 1
| \#define HAVE\_GETPAGESIZE 1
| \#define GNULIB\_TEST\_GETPAGESIZE 1
| \#define GETTIMEOFDAY\_TIMEZONE void
| \#define GNULIB\_TEST\_GETTIMEOFDAY 1
| \#ifndef \_\_powerpc\_\_
| \#define \_\_powerpc\_\_ 1
| \#endif
| \#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
| \#define HAVE\_LIBSIGSEGV 1
| \#define LINK\_FOLLOWS\_SYMLINKS 1
| \#define GNULIB\_TEST\_MBRTOWC 1
| \#define GNULIB\_TEST\_MBSINIT 1
| \#define GNULIB\_TEST\_MBSRTOWCS 1
| \#define GNULIB\_TEST\_MEMCHR 1
| \#define GNULIB\_TEST\_NL\_LANGINFO 1
| \#define GNULIB\_TEST\_SETENV 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define BITSIZEOF\_PTRDIFF\_T 32
| \#define BITSIZEOF\_SIZE\_T 32
| \#define BITSIZEOF\_SIG\_ATOMIC\_T 32
| \#define BITSIZEOF\_WCHAR\_T 16
| \#define BITSIZEOF\_WINT\_T 32
| \#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
| \#define HAVE\_SIGNED\_WINT\_T 1
| \#define PTRDIFF\_T\_SUFFIX l
| \#define SIZE\_T\_SUFFIX ul
| \#define SIG\_ATOMIC\_T\_SUFFIX
| \#define WCHAR\_T\_SUFFIX
| \#define WINT\_T\_SUFFIX
| \#define HAVE\_RAW\_DECL\_GETSUBOPT 1
| \#define HAVE\_RAW\_DECL\_GRANTPT 1
| \#define HAVE\_RAW\_DECL\_MKSTEMP 1
| \#define HAVE\_RAW\_DECL\_PTSNAME 1
| \#define HAVE\_RAW\_DECL\_REALPATH 1
| \#define HAVE\_RAW\_DECL\_RPMATCH 1
| \#define HAVE\_RAW\_DECL\_SETENV 1
| \#define HAVE\_RAW\_DECL\_STRTOD 1
| \#define HAVE\_RAW\_DECL\_STRTOLL 1
| \#define HAVE\_RAW\_DECL\_STRTOULL 1
| \#define HAVE\_RAW\_DECL\_UNLOCKPT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
| \#define HAVE\_SA\_FAMILY\_T 1
| \#define HAVE\_RAW\_DECL\_WAITPID 1
| \#define HAVE\_RAW\_DECL\_CHOWN 1
| \#define HAVE\_RAW\_DECL\_DUP2 1
| \#define HAVE\_RAW\_DECL\_ENVIRON 1
| \#define HAVE\_RAW\_DECL\_FCHDIR 1
| \#define HAVE\_RAW\_DECL\_FSYNC 1
| \#define HAVE\_RAW\_DECL\_GETCWD 1
| \#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
| \#define HAVE\_RAW\_DECL\_GETGROUPS 1
| \#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN 1
| \#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
| \#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
| \#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
| \#define HAVE\_RAW\_DECL\_LCHOWN 1
| \#define HAVE\_RAW\_DECL\_LINK 1
| \#define HAVE\_RAW\_DECL\_READLINK 1
| \#define HAVE\_RAW\_DECL\_RMDIR 1
| \#define HAVE\_RAW\_DECL\_SLEEP 1
| \#define HAVE\_RAW\_DECL\_SYMLINK 1
| \#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
| \#define HAVE\_RAW\_DECL\_UNLINK 1
| \#define HAVE\_RAW\_DECL\_USLEEP 1
| \#define HAVE\_UNSETENV 1
| \#define GNULIB\_TEST\_UNSETENV 1
| \#define HAVE\_RAW\_DECL\_BTOWC 1
| \#define HAVE\_RAW\_DECL\_WCTOB 1
| \#define HAVE\_RAW\_DECL\_MBSINIT 1
| \#define HAVE\_RAW\_DECL\_MBRTOWC 1
| \#define HAVE\_RAW\_DECL\_MBRLEN 1
| \#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
| \#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
| \#define HAVE\_RAW\_DECL\_WCRTOMB 1
| \#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
| \#define HAVE\_RAW\_DECL\_WCWIDTH 1
| \#define ICONV\_CONST
| \#define ENABLE\_NLS 1
| \#define HAVE\_GETTEXT 1
| \#define HAVE\_DCGETTEXT 1
| \#define HAVE\_AVCALL\_H 1
| \#define HAVE\_CALLBACK\_H 1
| \#define HAVE\_LONG\_LONG\_INT 1
| \#define HAVE\_SYS\_INTTYPES\_H 1
| \#define HAVE\_UNISTD\_H 1
| \#define HAVE\_SYS\_FILE\_H 1
| \#define HAVE\_TIME\_H 1
| \#define HAVE\_SYS\_TIME\_H 1
| \#define HAVE\_SYS\_UTSNAME\_H 1
| \#define HAVE\_SYS\_SHM\_H 1
| \#define HAVE\_SYS\_IPC\_H 1
| \#define HAVE\_TERMIOS\_H 1
| \#define HAVE\_TERMIO\_H 1
| \#define HAVE\_SYS\_TERMIO\_H 1
| \#define HAVE\_SGTTY\_H 1
| \#define HAVE\_TCGETATTR /\*\*/
| \#define HAVE\_TCSAFLUSH /\*\*/
| \#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
| \#define CADDR\_T caddr\_t
| \#define SIZEOF\_OFF\_T 8
| \#define SIZEOF\_STRUCT\_TIMEVAL 8
| \#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
| \#define HAVE\_ALLOCA\_H 1
| \#define HAVE\_ALLOCA 1
| \#define HAVE\_\_JMP /\*\*/
| \#define SIGNAL\_NEED\_REINSTALL /\*\*/
| \#define HAVE\_SIGACTION 1
| \#define HAVE\_SIGINTERRUPT 1
| \#define HAVE\_STRERROR 1
| \#define HAVE\_SYSCONF 1
| \#define HAVE\_GETDTABLESIZE 1
| \#define HAVE\_MEMSET 1
| \#define HAVE\_SETSID 1
| \#define HAVE\_SETPGID 1
| \#define HAVE\_FCHMOD 1
| \#define HAVE\_FSYNC 1
| \#define HAVE\_GETHOSTENT 1
| \#define HAVE\_SHUTDOWN 1
| \#define HAVE\_USLEEP 1
| \#define HAVE\_UALARM 1
| \#define HAVE\_SETITIMER 1
| \#define HAVE\_NICE 1
| \#define HAVE\_FTIME 1
| \#define HAVE\_REALPATH 1
| \#define HAVE\_SETREUID 1
| \#define HAVE\_SETREGID 1
| \#define HAVE\_GETHOSTNAME 1
| \#define HAVE\_READLINK 1
| \#define HAVE\_GETCWD 1
| \#define HAVE\_UNAME 1
| \#define HAVE\_READDIR\_R 1
| \#define HAVE\_RAND\_R 1
| \#define HAVE\_LC\_MESSAGES 1
| \#define HAVE\_GETRLIMIT 1
| \#define HAVE\_SETRLIMIT 1
| \#define SIZEOF\_RLIM\_T 4
| \#define RLIMIT\_RESOURCE\_T int
| \#define SETRLIMIT\_CONST const
| \#define HAVE\_FORK 1
| \#define HAVE\_VFORK 1
| \#define HAVE\_WORKING\_VFORK 1
| \#define HAVE\_WORKING\_FORK 1
| \#define PID\_T pid\_t
| \#define HAVE\_SYS\_RESOURCE\_H 1
| \#define HAVE\_SYS\_TIMES\_H 1
| \#define HAVE\_GETRUSAGE /\*\*/
| \#define RUSAGE\_WHO\_T int
| \#define HAVE\_LSTAT /\*\*/
| \#define HAVE\_SYS\_STAT\_H 1
| \#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
| \#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
| \#define SIZEOF\_INO\_T 4
| \#define SIZEOF\_DEV\_T 4
| \#define ELOOP\_VALUE ELOOP
| \#define HAVE\_IOCTL 1
| \#define IOCTL\_REQUEST\_T int
| \#define IOCTL\_DOTS /\*\*/
| \#define NEED\_SYS\_IOCTL\_H /\*\*/
| \#define HAVE\_FIONREAD /\*\*/
| \#define HAVE\_RELIABLE\_FIONREAD /\*\*/
| \#define HAVE\_SELECT 1
| \#define HAVE\_SYS\_SELECT\_H /\*\*/
| \#define SELECT\_WIDTH\_T int
| \#define SELECT\_SET\_T fd\_set
| \#define SELECT\_CONST
| \#define HAVE\_RELIABLE\_SELECT /\*\*/
| \#define HAVE\_NETDB\_H 1
| \#define HAVE\_GETHOSTBYNAME /\*\*/
| \#define HAVE\_CONNECT 1
| \#define CONNECT\_CONST const
| \#define CONNECT\_NAME\_T struct sockaddr \*
| \#define CONNECT\_ADDRLEN\_T unsigned long
| \#define HAVE\_SYS\_UN\_H 1
| \#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
| \#define HAVE\_IPV4 /\*\*/
| \#define HAVE\_IPV6 /\*\*/
| \#define HAVE\_INET\_PTON 1
| \#define HAVE\_INET\_NTOP 1
| \#define HAVE\_INET\_ADDR 1
| \#define HAVE\_SETSOCKOPT 1
| \#define HAVE\_GETSOCKOPT 1
| \#define HAVE\_NETINET\_IN\_H 1
| \#define HAVE\_ARPA\_INET\_H 1
| \#define RET\_INET\_ADDR\_TYPE unsigned int
| \#define INET\_ADDR\_CONST const
| \#define INET\_ADDR\_SUFFIX /\*\*/
| \#define HAVE\_NETINET\_TCP\_H 1
| \#define SETSOCKOPT\_CONST const
| \#define SETSOCKOPT\_ARG\_T void\*
| \#define SETSOCKOPT\_OPTLEN\_T unsigned long
| \#define CODE\_ADDRESS\_RANGE 0x20000000UL
| \#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
| \#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
| \#define STACK\_ADDRESS\_RANGE 0x2F000000UL
| \#define HAVE\_MMAP /\*\*/
| \#define HAVE\_MUNMAP 1
| \#define HAVE\_MSYNC 1
| \#define HAVE\_MPROTECT 1
| \#define HAVE\_WORKING\_MPROTECT /\*\*/
| \#define HAVE\_DLFCN\_H 1
| \#define HAVE\_DLOPEN 1
| \#define HAVE\_DLSYM 1
| \#define HAVE\_DLERROR 1
| \#define HAVE\_DLCLOSE 1
| \#define HAVE\_WORKING\_O\_NOATIME 1
| \#define HAVE\_WORKING\_O\_NOFOLLOW 0
| \#define VALID\_FILENAME\_CHAR \(\(ch >= 1\) && \(ch \!= 47\)\)
| /\* end confdefs.h. \*/
| \#ifndef \_\_APPLE\_CC\_\_
| not a universal capable compiler
| \#endif
| typedef int dummy;
|
configure:30991: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:30991: $? = 0
configure:31009: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:31009: $? = 0
configure:31137: result: yes
configure:31157: checking for integer types and behaviour
configure:32239: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:32239: $? = 0
configure:32239: ./conftest
configure:32239: $? = 0
configure:32240: result: created intparam.h
configure:32264: checking for floating-point types and behaviour
configure:32482: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:32482: $? = 0
configure:32482: ./conftest
configure:32482: $? = 0
configure:32483: result: created floatparam.h
configure:32505: \[1m\*\* output file generation\[m
configure:32580: updating cache config.cache
configure:32682: creating ./config.status
\#\# ---------------------- \#\#
\#\# Running config.status. \#\#
\#\# ---------------------- \#\#
This file was extended by GNU CLISP config.status 2.49+ \(2010-07-17\), which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG\_FILES =
CONFIG\_HEADERS =
CONFIG\_LINKS =
CONFIG\_COMMANDS =
$ ./config.status
on hydra
config.status:1799: creating po/Makefile.in
config.status:1799: creating gllib/Makefile
config.status:1799: creating makemake
config.status:1799: creating config.h
config.status:2012: executing depfiles commands
config.status:2012: executing libtool commands
config.status:2012: executing po-directories commands
\#\# ---------------- \#\#
\#\# Cache variables. \#\#
\#\# ---------------- \#\#
ac\_cv\_build=powerpc-ibm-aix5.3.0.0
ac\_cv\_c\_bigendian=yes
ac\_cv\_c\_char\_unsigned=yes
ac\_cv\_c\_compiler\_gnu=yes
ac\_cv\_c\_inline=inline
ac\_cv\_c\_restrict=\_\_restrict
ac\_cv\_env\_CC\_set=''
ac\_cv\_env\_CC\_value=''
ac\_cv\_env\_CFLAGS\_set=''
ac\_cv\_env\_CFLAGS\_value=''
ac\_cv\_env\_CPPFLAGS\_set=''
ac\_cv\_env\_CPPFLAGS\_value=''
ac\_cv\_env\_CPP\_set=''
ac\_cv\_env\_CPP\_value=''
ac\_cv\_env\_LDFLAGS\_set=''
ac\_cv\_env\_LDFLAGS\_value=''
ac\_cv\_env\_LIBS\_set=''
ac\_cv\_env\_LIBS\_value=''
ac\_cv\_env\_XMKMF\_set=''
ac\_cv\_env\_XMKMF\_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\_func\_\_longjmp=yes
ac\_cv\_func\_\_setjmp=yes
ac\_cv\_func\_alloca\_works=yes
ac\_cv\_func\_connect=yes
ac\_cv\_func\_dladdr=no
ac\_cv\_func\_dlclose=yes
ac\_cv\_func\_dlerror=yes
ac\_cv\_func\_dlopen=yes
ac\_cv\_func\_dlsym=yes
ac\_cv\_func\_dlvsym=no
ac\_cv\_func\_fchmod=yes
ac\_cv\_func\_flock=no
ac\_cv\_func\_fork=yes
ac\_cv\_func\_fork\_works=yes
ac\_cv\_func\_fsync=yes
ac\_cv\_func\_ftime=yes
ac\_cv\_func\_getcwd=yes
ac\_cv\_func\_getdtablesize=yes
ac\_cv\_func\_gethostbyname=yes
ac\_cv\_func\_gethostent=yes
ac\_cv\_func\_gethostname=yes
ac\_cv\_func\_getpagesize=yes
ac\_cv\_func\_getresgid=no
ac\_cv\_func\_getresuid=no
ac\_cv\_func\_getrlimit=yes
ac\_cv\_func\_getsockopt=yes
ac\_cv\_func\_gettimeofday=yes
ac\_cv\_func\_inet\_addr=yes
ac\_cv\_func\_inet\_ntop=yes
ac\_cv\_func\_inet\_pton=yes
ac\_cv\_func\_ioctl=yes
ac\_cv\_func\_iswblank=yes
ac\_cv\_func\_iswcntrl=yes
ac\_cv\_func\_malloc\_0\_nonnull=no
ac\_cv\_func\_mbrtowc=yes
ac\_cv\_func\_mbsinit=yes
ac\_cv\_func\_mbsrtowcs=yes
ac\_cv\_func\_memchr=yes
ac\_cv\_func\_memset=yes
ac\_cv\_func\_mmap=yes
ac\_cv\_func\_mprotect=yes
ac\_cv\_func\_msync=yes
ac\_cv\_func\_munmap=yes
ac\_cv\_func\_nice=yes
ac\_cv\_func\_nl\_langinfo=yes
ac\_cv\_func\_poll=yes
ac\_cv\_func\_rand\_r=yes
ac\_cv\_func\_readdir\_r=yes
ac\_cv\_func\_readlink=yes
ac\_cv\_func\_realpath=yes
ac\_cv\_func\_remove=yes
ac\_cv\_func\_select=yes
ac\_cv\_func\_setenv=yes
ac\_cv\_func\_setitimer=yes
ac\_cv\_func\_setpgid=yes
ac\_cv\_func\_setregid=yes
ac\_cv\_func\_setresgid=no
ac\_cv\_func\_setresuid=no
ac\_cv\_func\_setreuid=yes
ac\_cv\_func\_setrlimit=yes
ac\_cv\_func\_setsid=yes
ac\_cv\_func\_setsockopt=yes
ac\_cv\_func\_shmat=yes
ac\_cv\_func\_shutdown=yes
ac\_cv\_func\_sigaction=yes
ac\_cv\_func\_siginterrupt=yes
ac\_cv\_func\_strerror=yes
ac\_cv\_func\_sysconf=yes
ac\_cv\_func\_tsearch=yes
ac\_cv\_func\_ualarm=yes
ac\_cv\_func\_uname=yes
ac\_cv\_func\_unsetenv=yes
ac\_cv\_func\_usleep=yes
ac\_cv\_func\_vfork=yes
ac\_cv\_func\_vfork\_works=yes
ac\_cv\_gnu\_library\_2\_1=no
ac\_cv\_have\_decl\_btowc=yes
ac\_cv\_have\_decl\_chown=yes
ac\_cv\_have\_decl\_dup2=yes
ac\_cv\_have\_decl\_endusershell=yes
ac\_cv\_have\_decl\_environ=yes
ac\_cv\_have\_decl\_fchdir=yes
ac\_cv\_have\_decl\_fsync=yes
ac\_cv\_have\_decl\_getc\_unlocked=yes
ac\_cv\_have\_decl\_getcwd=yes
ac\_cv\_have\_decl\_getdtablesize=yes
ac\_cv\_have\_decl\_getgroups=yes
ac\_cv\_have\_decl\_gethostname=yes
ac\_cv\_have\_decl\_getlogin=yes
ac\_cv\_have\_decl\_getlogin\_r=yes
ac\_cv\_have\_decl\_getpagesize=yes
ac\_cv\_have\_decl\_getsubopt=yes
ac\_cv\_have\_decl\_gettimeofday=yes
ac\_cv\_have\_decl\_getusershell=yes
ac\_cv\_have\_decl\_grantpt=yes
ac\_cv\_have\_decl\_iswblank=no
ac\_cv\_have\_decl\_lchown=yes
ac\_cv\_have\_decl\_link=yes
ac\_cv\_have\_decl\_mbrlen=yes
ac\_cv\_have\_decl\_mbrtowc=yes
ac\_cv\_have\_decl\_mbsinit=yes
ac\_cv\_have\_decl\_mbsnrtowcs=yes
ac\_cv\_have\_decl\_mbsrtowcs=yes
ac\_cv\_have\_decl\_memmem=yes
ac\_cv\_have\_decl\_mkstemp=yes
ac\_cv\_have\_decl\_nl\_langinfo=yes
ac\_cv\_have\_decl\_ptsname=yes
ac\_cv\_have\_decl\_readlink=yes
ac\_cv\_have\_decl\_realpath=yes
ac\_cv\_have\_decl\_rmdir=yes
ac\_cv\_have\_decl\_rpmatch=yes
ac\_cv\_have\_decl\_setenv=yes
ac\_cv\_have\_decl\_setusershell=yes
ac\_cv\_have\_decl\_sleep=yes
ac\_cv\_have\_decl\_stpcpy=yes
ac\_cv\_have\_decl\_stpncpy=yes
ac\_cv\_have\_decl\_strdup=yes
ac\_cv\_have\_decl\_strncat=yes
ac\_cv\_have\_decl\_strndup=yes
ac\_cv\_have\_decl\_strnlen=yes
ac\_cv\_have\_decl\_strpbrk=yes
ac\_cv\_have\_decl\_strsep=yes
ac\_cv\_have\_decl\_strsignal=yes
ac\_cv\_have\_decl\_strtod=yes
ac\_cv\_have\_decl\_strtok\_r=yes
ac\_cv\_have\_decl\_strtoll=yes
ac\_cv\_have\_decl\_strtoull=yes
ac\_cv\_have\_decl\_symlink=yes
ac\_cv\_have\_decl\_ttyname\_r=yes
ac\_cv\_have\_decl\_unlink=yes
ac\_cv\_have\_decl\_unlockpt=yes
ac\_cv\_have\_decl\_usleep=yes
ac\_cv\_have\_decl\_waitpid=yes
ac\_cv\_have\_decl\_wcrtomb=yes
ac\_cv\_have\_decl\_wcsnrtombs=yes
ac\_cv\_have\_decl\_wcsrtombs=yes
ac\_cv\_have\_decl\_wctob=yes
ac\_cv\_have\_decl\_wcwidth=yes
ac\_cv\_have\_readline=no
ac\_cv\_have\_x=have\_x='yes ac\_x\_includes='\'''\'' ac\_x\_libraries='\'''\'
ac\_cv\_header\_arpa\_inet\_h=yes
ac\_cv\_header\_avcall\_h=yes
ac\_cv\_header\_callback\_h=yes
ac\_cv\_header\_dlfcn\_h=yes
ac\_cv\_header\_errno\_h=yes
ac\_cv\_header\_inttypes\_h=yes
ac\_cv\_header\_langinfo\_h=yes
ac\_cv\_header\_lightning\_h=no
ac\_cv\_header\_memory\_h=yes
ac\_cv\_header\_minix\_config\_h=no
ac\_cv\_header\_netdb\_h=yes
ac\_cv\_header\_netinet\_in\_h=yes
ac\_cv\_header\_netinet\_tcp\_h=yes
ac\_cv\_header\_random\_h=no
ac\_cv\_header\_search\_h=yes
ac\_cv\_header\_sgtty\_h=yes
ac\_cv\_header\_stdbool\_h=yes
ac\_cv\_header\_stdc=yes
ac\_cv\_header\_stddef\_h=yes
ac\_cv\_header\_stdint\_h=yes
ac\_cv\_header\_stdlib\_h=yes
ac\_cv\_header\_string\_h=yes
ac\_cv\_header\_strings\_h=yes
ac\_cv\_header\_sys\_bitypes\_h=no
ac\_cv\_header\_sys\_file\_h=yes
ac\_cv\_header\_sys\_inttypes\_h=yes
ac\_cv\_header\_sys\_ipc\_h=yes
ac\_cv\_header\_sys\_mman\_h=yes
ac\_cv\_header\_sys\_resource\_h=yes
ac\_cv\_header\_sys\_shm\_h=yes
ac\_cv\_header\_sys\_socket\_h=yes
ac\_cv\_header\_sys\_stat\_h=yes
ac\_cv\_header\_sys\_termio\_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\_un\_h=yes
ac\_cv\_header\_sys\_utsname\_h=yes
ac\_cv\_header\_sys\_wait\_h=yes
ac\_cv\_header\_termio\_h=yes
ac\_cv\_header\_termios\_h=yes
ac\_cv\_header\_time\_h=yes
ac\_cv\_header\_unistd\_h=yes
ac\_cv\_header\_vfork\_h=no
ac\_cv\_header\_wchar\_h=yes
ac\_cv\_header\_wctype\_h=yes
ac\_cv\_host=powerpc-ibm-aix5.3.0.0
ac\_cv\_lib\_ICE\_IceConnectionNumber=yes
ac\_cv\_libavcall\_cppflags=''
ac\_cv\_libavcall\_libs=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a
ac\_cv\_libavcall\_ltlibs='-L/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib -lavcall'
ac\_cv\_libavcall\_prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0
ac\_cv\_libcallback\_cppflags=''
ac\_cv\_libcallback\_libs=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a
ac\_cv\_libcallback\_ltlibs='-L/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib -lcallback'
ac\_cv\_libcallback\_prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0
ac\_cv\_libsigsegv=yes
ac\_cv\_member\_struct\_dirent\_d\_namlen=yes
ac\_cv\_member\_struct\_stat\_st\_blksize=yes
ac\_cv\_member\_struct\_stat\_st\_blocks=yes
ac\_cv\_member\_struct\_stat\_st\_rdev=yes
ac\_cv\_objext=o
ac\_cv\_path\_EGREP='/usr/bin/grep -E'
ac\_cv\_path\_FGREP='/usr/bin/grep -F'
ac\_cv\_path\_GMSGFMT=/usr/bin/msgfmt
ac\_cv\_path\_GREP=/usr/bin/grep
ac\_cv\_path\_MSGFMT=/usr/bin/msgfmt
ac\_cv\_path\_MSGMERGE=:
ac\_cv\_path\_SED=/usr/bin/sed
ac\_cv\_path\_XGETTEXT=:
ac\_cv\_prog\_AWK=mawk
ac\_cv\_prog\_COMPRESS=gzip
ac\_cv\_prog\_CPP='gcc -E'
ac\_cv\_prog\_PS2PDF=ps2pdf
ac\_cv\_prog\_ac\_ct\_AR=ar
ac\_cv\_prog\_ac\_ct\_CC=gcc
ac\_cv\_prog\_ac\_ct\_OBJDUMP=objdump
ac\_cv\_prog\_ac\_ct\_RANLIB=ranlib
ac\_cv\_prog\_ac\_ct\_STRIP=strip
ac\_cv\_prog\_cc\_c89=''
ac\_cv\_prog\_cc\_g=yes
ac\_cv\_prog\_cc\_gcc\_c\_o=yes
ac\_cv\_prog\_make\_make\_set=yes
ac\_cv\_safe\_to\_define\_\_\_extensions\_\_=yes
ac\_cv\_search\_\_\_builtin\_avcall='none required'
ac\_cv\_search\_dlopen='none required'
ac\_cv\_search\_tgetent=no
ac\_cv\_search\_trampoline\_r\_data0='none required'
ac\_cv\_sizeof\_dev\_t=4
ac\_cv\_sizeof\_ino\_t=4
ac\_cv\_sizeof\_off\_t=8
ac\_cv\_sizeof\_rlim\_t=4
ac\_cv\_sizeof\_struct\_timeval=8
ac\_cv\_sys\_file\_offset\_bits=unknown
ac\_cv\_sys\_large\_files=1
ac\_cv\_sys\_largefile\_CC=no
ac\_cv\_type\_\_Bool=yes
ac\_cv\_type\_long\_long\_int=yes
ac\_cv\_type\_mbstate\_t=yes
ac\_cv\_type\_pid\_t=yes
ac\_cv\_type\_sa\_family\_t=yes
ac\_cv\_type\_socklen\_t=yes
ac\_cv\_type\_struct\_random\_data=no
ac\_cv\_type\_struct\_sockaddr\_storage=yes
ac\_cv\_type\_unsigned\_long\_long\_int=yes
ac\_cv\_use\_readline=default
ac\_cv\_working\_alloca\_h=yes
acl\_cv\_hardcode\_direct=yes
acl\_cv\_hardcode\_libdir\_flag\_spec='$\{wl\}-blibpath:$libdir:/opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2:/opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/../../..:/usr/lib:/lib '
acl\_cv\_hardcode\_libdir\_separator=:
acl\_cv\_hardcode\_minus\_L=no
acl\_cv\_libext=a
acl\_cv\_libname\_spec='lib$name'
acl\_cv\_library\_names\_spec='$libname$shrext'
acl\_cv\_path\_LD=/usr/bin/ld
acl\_cv\_prog\_gnu\_ld=no
acl\_cv\_rpath=done
acl\_cv\_shlibext=so
acl\_cv\_wl=-Wl,
am\_cv\_CC\_dependencies\_compiler\_type=gcc3
am\_cv\_func\_iconv=yes
am\_cv\_func\_iconv\_works=no
am\_cv\_langinfo\_codeset=yes
am\_cv\_lib\_iconv=no
am\_cv\_proto\_iconv='extern size\_t iconv \(iconv\_t cd, char \* \*inbuf, size\_t \*inbytesleft, char \* \*outbuf, size\_t \*outbytesleft\);'
am\_cv\_proto\_iconv\_arg1=''
cl\_cv\_address\_code=0x20000000
cl\_cv\_address\_malloc=0x20000000
cl\_cv\_address\_shlib=0xF1000000
cl\_cv\_address\_stack=0x2F000000
cl\_cv\_builtin\_strlen=no
cl\_cv\_cc\_double\_divbyzero=no
cl\_cv\_cc\_double\_inexact=no
cl\_cv\_cc\_double\_overflow=no
cl\_cv\_cc\_double\_underflow=no
cl\_cv\_cc\_float\_divbyzero=no
cl\_cv\_cc\_float\_inexact=no
cl\_cv\_cc\_float\_overflow=no
cl\_cv\_cc\_float\_underflow=no
cl\_cv\_decl\_ELOOP=ELOOP
cl\_cv\_decl\_FIONREAD\_1=no
cl\_cv\_decl\_FIONREAD\_1\_sys\_filio\_h=no
cl\_cv\_decl\_FIONREAD\_1\_sys\_ioctl\_h=yes
cl\_cv\_decl\_FIONREAD\_reliable=yes
cl\_cv\_decl\_TCSAFLUSH=yes
cl\_cv\_decl\_eloop=yes
cl\_cv\_decolonize='echo $x'
cl\_cv\_file\_floatparam\_h=1
cl\_cv\_file\_intparam\_h=1
cl\_cv\_func\_closedir\_retval=yes
cl\_cv\_func\_getrusage=yes
cl\_cv\_func\_getrusage\_works=yes
cl\_cv\_func\_lstat=yes
cl\_cv\_func\_mmap\_works=no
cl\_cv\_func\_mprotect\_works=yes
cl\_cv\_func\_poll=no
cl\_cv\_func\_select\_reliable=yes
cl\_cv\_func\_signal\_reinstall=yes
cl\_cv\_func\_tcgetattr=yes
cl\_cv\_func\_vadvise=no
cl\_cv\_func\_vm=no
cl\_cv\_have\_ffcall=yes
cl\_cv\_header\_sys\_select\_h=yes
cl\_cv\_os\_valid\_filename\_char='\(\(ch >= 1\) && \(ch \!= 47\)\)'
cl\_cv\_os\_valid\_filename\_charset=8-bit
cl\_cv\_prog\_LN=ln
cl\_cv\_prog\_LN\_S\_works=yes
cl\_cv\_prog\_as\_underscore=no
cl\_cv\_prog\_cc\_cplusplus=no
cl\_cv\_prog\_cc\_ema=yes
cl\_cv\_prog\_cc\_gcc=yes
cl\_cv\_prog\_cc\_sunpro=no
cl\_cv\_prog\_cc\_works=yes
cl\_cv\_prog\_hln=ln
cl\_cv\_proto\_connect='extern int connect \(int, const struct sockaddr \*, unsigned long\);'
cl\_cv\_proto\_connect\_arg2a=const
cl\_cv\_proto\_connect\_arg2b='struct sockaddr \*'
cl\_cv\_proto\_connect\_arg3='unsigned long'
cl\_cv\_proto\_getrlimit='extern int getrlimit \(int, struct rlimit \*\);'
cl\_cv\_proto\_getrlimit\_arg1=int
cl\_cv\_proto\_getrusage='extern int getrusage \(int, struct rusage \*\);'
cl\_cv\_proto\_getrusage\_arg1=int
cl\_cv\_proto\_inet\_addr='extern unsigned int inet\_addr \(const char\*\);'
cl\_cv\_proto\_inet\_addr\_arg1=const
cl\_cv\_proto\_inet\_addr\_ret='unsigned int'
cl\_cv\_proto\_ioctl='extern int ioctl \(int, int, ...\);'
cl\_cv\_proto\_ioctl\_arg2=int
cl\_cv\_proto\_ioctl\_args='int, int, ...'
cl\_cv\_proto\_ioctl\_dots=yes
cl\_cv\_proto\_select='extern int select \(int, fd\_set \*, fd\_set \*, fd\_set \*, struct timeval \*\);'
cl\_cv\_proto\_select\_arg1=int
cl\_cv\_proto\_select\_arg2=fd\_set
cl\_cv\_proto\_select\_arg5=''
cl\_cv\_proto\_setrlimit='extern int setrlimit \(int, const struct rlimit \*\);'
cl\_cv\_proto\_setrlimit\_arg2=const
cl\_cv\_proto\_setsockopt='extern int setsockopt \(int, int, int, const void\*, unsigned long\);'
cl\_cv\_proto\_setsockopt\_arg\_t='void\*'
cl\_cv\_proto\_setsockopt\_const=const
cl\_cv\_proto\_setsockopt\_optlen\_t='unsigned long'
cl\_cv\_proto\_waitpid='extern pid\_t waitpid \(pid\_t, int\*, int\);'
cl\_cv\_proto\_waitpid\_arg1=pid\_t
cl\_cv\_socket\_ipv4=yes
cl\_cv\_socket\_ipv6=yes
cl\_cv\_struct\_sockaddr\_sun\_len=yes
cl\_cv\_struct\_winsize=no
cl\_cv\_struct\_winsize\_ioctl=yes
cl\_cv\_sys\_shm\_works=no
cl\_cv\_test\_nt=yes
cl\_cv\_type\_caddr\_t=yes
gl\_cv\_bitsizeof\_ptrdiff\_t=32
gl\_cv\_bitsizeof\_sig\_atomic\_t=32
gl\_cv\_bitsizeof\_size\_t=32
gl\_cv\_bitsizeof\_wchar\_t=16
gl\_cv\_bitsizeof\_wint\_t=32
gl\_cv\_c\_multiarch=no
gl\_cv\_decl\_null\_works=yes
gl\_cv\_func\_gettimeofday\_clobber=no
gl\_cv\_func\_gettimeofday\_posix\_signature=yes
gl\_cv\_func\_iswcntrl\_works=yes
gl\_cv\_func\_link\_follows\_symlink=yes
gl\_cv\_func\_malloc\_0\_nonnull=0
gl\_cv\_func\_mbrtowc\_incomplete\_state='guessing no'
gl\_cv\_func\_mbrtowc\_sanitycheck='guessing yes'
gl\_cv\_func\_memchr\_works=yes
gl\_cv\_func\_setenv\_works=yes
gl\_cv\_func\_unsetenv\_works=yes
gl\_cv\_have\_include\_next=yes
gl\_cv\_have\_raw\_decl\_\_Exit=no
gl\_cv\_have\_raw\_decl\_accept4=no
gl\_cv\_have\_raw\_decl\_accept=no
gl\_cv\_have\_raw\_decl\_atoll=no
gl\_cv\_have\_raw\_decl\_bind=no
gl\_cv\_have\_raw\_decl\_btowc=yes
gl\_cv\_have\_raw\_decl\_canonicalize\_file\_name=no
gl\_cv\_have\_raw\_decl\_chown=yes
gl\_cv\_have\_raw\_decl\_connect=no
gl\_cv\_have\_raw\_decl\_dup2=yes
gl\_cv\_have\_raw\_decl\_dup3=no
gl\_cv\_have\_raw\_decl\_endusershell=yes
gl\_cv\_have\_raw\_decl\_environ=yes
gl\_cv\_have\_raw\_decl\_euidaccess=no
gl\_cv\_have\_raw\_decl\_faccessat=no
gl\_cv\_have\_raw\_decl\_fchdir=yes
gl\_cv\_have\_raw\_decl\_fchownat=no
gl\_cv\_have\_raw\_decl\_fsync=yes
gl\_cv\_have\_raw\_decl\_ftruncate=no
gl\_cv\_have\_raw\_decl\_getcwd=yes
gl\_cv\_have\_raw\_decl\_getdomainname=no
gl\_cv\_have\_raw\_decl\_getdtablesize=yes
gl\_cv\_have\_raw\_decl\_getgroups=yes
gl\_cv\_have\_raw\_decl\_gethostname=yes
gl\_cv\_have\_raw\_decl\_getloadavg=no
gl\_cv\_have\_raw\_decl\_getlogin=yes
gl\_cv\_have\_raw\_decl\_getlogin\_r=yes
gl\_cv\_have\_raw\_decl\_getpagesize=yes
gl\_cv\_have\_raw\_decl\_getpeername=no
gl\_cv\_have\_raw\_decl\_getsockname=no
gl\_cv\_have\_raw\_decl\_getsockopt=no
gl\_cv\_have\_raw\_decl\_getsubopt=yes
gl\_cv\_have\_raw\_decl\_gettimeofday=yes
gl\_cv\_have\_raw\_decl\_getusershell=yes
gl\_cv\_have\_raw\_decl\_grantpt=yes
gl\_cv\_have\_raw\_decl\_initstat\_r=no
gl\_cv\_have\_raw\_decl\_lchown=yes
gl\_cv\_have\_raw\_decl\_link=yes
gl\_cv\_have\_raw\_decl\_linkat=no
gl\_cv\_have\_raw\_decl\_listen=no
gl\_cv\_have\_raw\_decl\_lseek=no
gl\_cv\_have\_raw\_decl\_mbrlen=yes
gl\_cv\_have\_raw\_decl\_mbrtowc=yes
gl\_cv\_have\_raw\_decl\_mbsinit=yes
gl\_cv\_have\_raw\_decl\_mbsnrtowcs=yes
gl\_cv\_have\_raw\_decl\_mbsrtowcs=yes
gl\_cv\_have\_raw\_decl\_memmem=yes
gl\_cv\_have\_raw\_decl\_mempcpy=no
gl\_cv\_have\_raw\_decl\_memrchr=no
gl\_cv\_have\_raw\_decl\_mkdtemp=no
gl\_cv\_have\_raw\_decl\_mkostemp=no
gl\_cv\_have\_raw\_decl\_mkostemps=no
gl\_cv\_have\_raw\_decl\_mkstemp=yes
gl\_cv\_have\_raw\_decl\_mkstemps=no
gl\_cv\_have\_raw\_decl\_nl\_langinfo=yes
gl\_cv\_have\_raw\_decl\_pipe2=no
gl\_cv\_have\_raw\_decl\_pread=no
gl\_cv\_have\_raw\_decl\_ptsname=yes
gl\_cv\_have\_raw\_decl\_pwrite=no
gl\_cv\_have\_raw\_decl\_random\_r=no
gl\_cv\_have\_raw\_decl\_rawmemchr=no
gl\_cv\_have\_raw\_decl\_readlink=yes
gl\_cv\_have\_raw\_decl\_readlinkat=no
gl\_cv\_have\_raw\_decl\_realpath=yes
gl\_cv\_have\_raw\_decl\_recv=no
gl\_cv\_have\_raw\_decl\_recvfrom=no
gl\_cv\_have\_raw\_decl\_rmdir=yes
gl\_cv\_have\_raw\_decl\_rpmatch=yes
gl\_cv\_have\_raw\_decl\_send=no
gl\_cv\_have\_raw\_decl\_sendto=no
gl\_cv\_have\_raw\_decl\_setenv=yes
gl\_cv\_have\_raw\_decl\_setsockopt=no
gl\_cv\_have\_raw\_decl\_setstate\_r=no
gl\_cv\_have\_raw\_decl\_setusershell=yes
gl\_cv\_have\_raw\_decl\_shutdown=no
gl\_cv\_have\_raw\_decl\_sleep=yes
gl\_cv\_have\_raw\_decl\_socket=no
gl\_cv\_have\_raw\_decl\_srandom\_r=no
gl\_cv\_have\_raw\_decl\_stpcpy=yes
gl\_cv\_have\_raw\_decl\_stpncpy=yes
gl\_cv\_have\_raw\_decl\_strcasestr=no
gl\_cv\_have\_raw\_decl\_strchrnul=no
gl\_cv\_have\_raw\_decl\_strdup=yes
gl\_cv\_have\_raw\_decl\_strncat=yes
gl\_cv\_have\_raw\_decl\_strndup=yes
gl\_cv\_have\_raw\_decl\_strnlen=yes
gl\_cv\_have\_raw\_decl\_strpbrk=yes
gl\_cv\_have\_raw\_decl\_strsep=yes
gl\_cv\_have\_raw\_decl\_strsignal=yes
gl\_cv\_have\_raw\_decl\_strtod=yes
gl\_cv\_have\_raw\_decl\_strtok\_r=yes
gl\_cv\_have\_raw\_decl\_strtoll=yes
gl\_cv\_have\_raw\_decl\_strtoull=yes
gl\_cv\_have\_raw\_decl\_strverscmp=no
gl\_cv\_have\_raw\_decl\_symlink=yes
gl\_cv\_have\_raw\_decl\_symlinkat=no
gl\_cv\_have\_raw\_decl\_ttyname\_r=yes
gl\_cv\_have\_raw\_decl\_unlink=yes
gl\_cv\_have\_raw\_decl\_unlinkat=no
gl\_cv\_have\_raw\_decl\_unlockpt=yes
gl\_cv\_have\_raw\_decl\_unsetenv=no
gl\_cv\_have\_raw\_decl\_usleep=yes
gl\_cv\_have\_raw\_decl\_waitpid=yes
gl\_cv\_have\_raw\_decl\_wcrtomb=yes
gl\_cv\_have\_raw\_decl\_wcsnrtombs=yes
gl\_cv\_have\_raw\_decl\_wcsrtombs=yes
gl\_cv\_have\_raw\_decl\_wctob=yes
gl\_cv\_have\_raw\_decl\_wcwidth=yes
gl\_cv\_header\_errno\_h\_complete=yes
gl\_cv\_header\_langinfo\_codeset=yes
gl\_cv\_header\_langinfo\_era=yes
gl\_cv\_header\_langinfo\_t\_fmt\_ampm=yes
gl\_cv\_header\_langinfo\_yesexpr=yes
gl\_cv\_header\_sys\_socket\_h\_selfcontained=yes
gl\_cv\_header\_sys\_socket\_h\_shut=yes
gl\_cv\_header\_wchar\_h\_correct\_inline=yes
gl\_cv\_header\_working\_fcntl\_h='no \(bad O\_NOFOLLOW\)'
gl\_cv\_header\_working\_stdint\_h=no
gl\_cv\_host\_cpu\_c\_abi=powerpc
gl\_cv\_lib\_sigsegv=yes
gl\_cv\_lib\_socket='none needed'
gl\_cv\_next\_langinfo\_h='<langinfo.h>'
gl\_cv\_next\_stdint\_h='<stdint.h>'
gl\_cv\_next\_stdlib\_h='<stdlib.h>'
gl\_cv\_next\_string\_h='<string.h>'
gl\_cv\_next\_sys\_socket\_h='<sys/socket.h>'
gl\_cv\_next\_sys\_time\_h='<sys/time.h>'
gl\_cv\_next\_sys\_wait\_h='<sys/wait.h>'
gl\_cv\_next\_unistd\_h='<unistd.h>'
gl\_cv\_next\_wchar\_h='<wchar.h>'
gl\_cv\_next\_wctype\_h='<wctype.h>'
gl\_cv\_pragma\_columns=no
gl\_cv\_rpl\_alloca=yes
gl\_cv\_sys\_struct\_timeval=yes
gl\_cv\_type\_ptrdiff\_t\_signed=yes
gl\_cv\_type\_ptrdiff\_t\_suffix=l
gl\_cv\_type\_sig\_atomic\_t\_signed=yes
gl\_cv\_type\_sig\_atomic\_t\_suffix=''
gl\_cv\_type\_size\_t\_signed=no
gl\_cv\_type\_size\_t\_suffix=ul
gl\_cv\_type\_wchar\_t\_signed=no
gl\_cv\_type\_wchar\_t\_suffix=no
gl\_cv\_type\_wint\_t\_signed=yes
gl\_cv\_type\_wint\_t\_suffix=''
gt\_cv\_c\_wchar\_t=yes
gt\_cv\_c\_wint\_t=yes
gt\_cv\_func\_CFLocaleCopyCurrent=no
gt\_cv\_func\_CFPreferencesCopyAppValue=no
gt\_cv\_func\_gnugettext2\_libc=no
gt\_cv\_func\_gnugettext2\_libintl=yes
gt\_cv\_func\_unsetenv\_ret=int
gt\_cv\_locale\_fr\_utf8=none
gt\_cv\_locale\_ja=none
gt\_cv\_locale\_zh\_CN=none
gt\_cv\_val\_LC\_MESSAGES=yes
gt\_cv\_var\_environ\_declaration=yes
lt\_cv\_deplibs\_check\_method=pass\_all
lt\_cv\_file\_magic\_cmd='$MAGIC\_CMD'
lt\_cv\_file\_magic\_test\_file=''
lt\_cv\_ld\_reload\_flag=-r
lt\_cv\_nm\_interface='BSD nm'
lt\_cv\_objdir=.libs
lt\_cv\_path\_LD=/usr/bin/ld
lt\_cv\_path\_NM='/usr/bin/nm -B'
lt\_cv\_prog\_compiler\_c\_o=yes
lt\_cv\_prog\_compiler\_pic\_works=yes
lt\_cv\_prog\_compiler\_rtti\_exceptions=no
lt\_cv\_prog\_compiler\_static\_works=no
lt\_cv\_prog\_gnu\_ld=no
lt\_cv\_sys\_global\_symbol\_pipe='sed -n -e '\''s/^.\*\[ \]\\\(\[BCDT\]\[BCDT\]\*\\\)\[ \]\[ \]\*\\\(\[\_A-Za-z\]\[\_A-Za-z0-9\]\*\\\)$/\1 \2 \2/p'\'
lt\_cv\_sys\_global\_symbol\_to\_c\_name\_address='sed -n -e '\''s/^: \\\(\[^ \]\*\\\) $/ \{\"\1\", \(void \*\) 0\},/p'\'' -e '\''s/^\[BCDT\]\* \\\(\[^ \]\*\\\) \\\(\[^ \]\*\\\)$/ \{"\2", \(void \*\) \&\2\},/p'\'
lt\_cv\_sys\_global\_symbol\_to\_c\_name\_address\_lib\_prefix='sed -n -e '\''s/^: \\\(\[^ \]\*\\\) $/ \{\"\1\", \(void \*\) 0\},/p'\'' -e '\''s/^\[BCDT\]\* \\\(\[^ \]\*\\\) \\\(lib\[^ \]\*\\\)$/ \{"\2", \(void \*\) \&\2\},/p'\'' -e '\''s/^\[BCDT\]\* \\\(\[^ \]\*\\\) \\\(\[^ \]\*\\\)$/ \{"lib\2", \(void \*\) \&\2\},/p'\'
lt\_cv\_sys\_global\_symbol\_to\_cdecl='sed -n -e '\''s/^T .\* \\\(.\*\\\)$/extern int \1\(\);/p'\'' -e '\''s/^\[BCDT\]\* .\* \\\(.\*\\\)$/extern char \1;/p'\'
lt\_cv\_sys\_max\_cmd\_len=153600
\#\# ----------------- \#\#
\#\# Output variables. \#\#
\#\# ----------------- \#\#
ACLOCAL='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA\_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP\_FALSE='\#'
AMDEP\_TRUE=''
AMTAR='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/missing --run tar'
APPLE\_UNIVERSAL\_BUILD='0'
AR='ar'
AS='as'
AS\_UNDERSCORE='false'
AUTOCONF='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/missing --run autoconf'
AUTOHEADER='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/missing --run autoheader'
AUTOMAKE='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/missing --run automake-1.11'
AWK='mawk'
BITSIZEOF\_PTRDIFF\_T='32'
BITSIZEOF\_SIG\_ATOMIC\_T='32'
BITSIZEOF\_SIZE\_T='32'
BITSIZEOF\_WCHAR\_T='16'
BITSIZEOF\_WINT\_T='32'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC\_CPLUSPLUS='false'
CC\_GCC='true'
CC\_NEED\_DEEMA='false'
CC\_SUNPRO='false'
CFLAGS='-g -O2'
CLISP\_DECOLONIZE='echo $x'
COMPRESS='gzip'
CPP='gcc -E'
CPPFLAGS='-I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include'
CYGPATH\_W='echo'
DEFS='-DHAVE\_CONFIG\_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO\_C='\c'
ECHO\_N=''
ECHO\_T=''
EGREP='/usr/bin/grep -E'
EMULTIHOP\_HIDDEN=''
EMULTIHOP\_VALUE=''
ENOLINK\_HIDDEN=''
ENOLINK\_VALUE=''
EOVERFLOW\_HIDDEN=''
EOVERFLOW\_VALUE=''
ERRNO\_H=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GCC\_X\_NONE='-x none'
GETTEXT\_MACRO\_VERSION='0.18'
GLIBC21='no'
GL\_COND\_LIBTOOL\_FALSE=''
GL\_COND\_LIBTOOL\_TRUE='\#'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT\_015=':'
GNULIB\_ACCEPT4='0'
GNULIB\_ACCEPT='0'
GNULIB\_ATOLL='0'
GNULIB\_BIND='0'
GNULIB\_BTOWC='0'
GNULIB\_CALLOC\_POSIX='0'
GNULIB\_CANONICALIZE\_FILE\_NAME='0'
GNULIB\_CHOWN='0'
GNULIB\_CLOSE='0'
GNULIB\_CONNECT='0'
GNULIB\_DUP2='0'
GNULIB\_DUP3='0'
GNULIB\_ENVIRON='1'
GNULIB\_EUIDACCESS='0'
GNULIB\_FACCESSAT='0'
GNULIB\_FCHDIR='0'
GNULIB\_FCHOWNAT='0'
GNULIB\_FSYNC='0'
GNULIB\_FTRUNCATE='0'
GNULIB\_GETCWD='0'
GNULIB\_GETDOMAINNAME='0'
GNULIB\_GETDTABLESIZE='0'
GNULIB\_GETGROUPS='0'
GNULIB\_GETHOSTNAME='0'
GNULIB\_GETLOADAVG='0'
GNULIB\_GETLOGIN='0'
GNULIB\_GETLOGIN\_R='0'
GNULIB\_GETPAGESIZE='1'
GNULIB\_GETPEERNAME='0'
GNULIB\_GETSOCKNAME='0'
GNULIB\_GETSOCKOPT='0'
GNULIB\_GETSUBOPT='0'
GNULIB\_GETTIMEOFDAY='1'
GNULIB\_GETUSERSHELL='0'
GNULIB\_GRANTPT='0'
GNULIB\_LCHOWN='0'
GNULIB\_LINK='0'
GNULIB\_LINKAT='0'
GNULIB\_LISTEN='0'
GNULIB\_LSEEK='0'
GNULIB\_MALLOC\_POSIX='0'
GNULIB\_MBRLEN='0'
GNULIB\_MBRTOWC='1'
GNULIB\_MBSCASECMP='0'
GNULIB\_MBSCASESTR='0'
GNULIB\_MBSCHR='0'
GNULIB\_MBSCSPN='0'
GNULIB\_MBSINIT='1'
GNULIB\_MBSLEN='0'
GNULIB\_MBSNCASECMP='0'
GNULIB\_MBSNLEN='0'
GNULIB\_MBSNRTOWCS='0'
GNULIB\_MBSPBRK='0'
GNULIB\_MBSPCASECMP='0'
GNULIB\_MBSRCHR='0'
GNULIB\_MBSRTOWCS='1'
GNULIB\_MBSSEP='0'
GNULIB\_MBSSPN='0'
GNULIB\_MBSSTR='0'
GNULIB\_MBSTOK\_R='0'
GNULIB\_MEMCHR='1'
GNULIB\_MEMMEM='0'
GNULIB\_MEMPCPY='0'
GNULIB\_MEMRCHR='0'
GNULIB\_MKDTEMP='0'
GNULIB\_MKOSTEMP='0'
GNULIB\_MKOSTEMPS='0'
GNULIB\_MKSTEMP='0'
GNULIB\_MKSTEMPS='0'
GNULIB\_NL\_LANGINFO='1'
GNULIB\_PIPE2='0'
GNULIB\_PREAD='0'
GNULIB\_PTSNAME='0'
GNULIB\_PUTENV='0'
GNULIB\_PWRITE='0'
GNULIB\_RANDOM\_R='0'
GNULIB\_RAWMEMCHR='0'
GNULIB\_READLINK='0'
GNULIB\_READLINKAT='0'
GNULIB\_REALLOC\_POSIX='0'
GNULIB\_REALPATH='0'
GNULIB\_RECV='0'
GNULIB\_RECVFROM='0'
GNULIB\_RMDIR='0'
GNULIB\_RPMATCH='0'
GNULIB\_SEND='0'
GNULIB\_SENDTO='0'
GNULIB\_SETENV='1'
GNULIB\_SETSOCKOPT='0'
GNULIB\_SHUTDOWN='0'
GNULIB\_SLEEP='0'
GNULIB\_SOCKET='0'
GNULIB\_STPCPY='0'
GNULIB\_STPNCPY='0'
GNULIB\_STRCASESTR='0'
GNULIB\_STRCHRNUL='0'
GNULIB\_STRDUP='0'
GNULIB\_STRERROR='0'
GNULIB\_STRNCAT='0'
GNULIB\_STRNDUP='0'
GNULIB\_STRNLEN='0'
GNULIB\_STRPBRK='0'
GNULIB\_STRSEP='0'
GNULIB\_STRSIGNAL='0'
GNULIB\_STRSTR='0'
GNULIB\_STRTOD='0'
GNULIB\_STRTOK\_R='0'
GNULIB\_STRTOLL='0'
GNULIB\_STRTOULL='0'
GNULIB\_STRVERSCMP='0'
GNULIB\_SYMLINK='0'
GNULIB\_SYMLINKAT='0'
GNULIB\_SYSTEM\_POSIX='0'
GNULIB\_TTYNAME\_R='0'
GNULIB\_UNISTD\_H\_GETOPT='0'
GNULIB\_UNISTD\_H\_SIGPIPE='0'
GNULIB\_UNLINK='0'
GNULIB\_UNLINKAT='0'
GNULIB\_UNLOCKPT='0'
GNULIB\_UNSETENV='1'
GNULIB\_USLEEP='0'
GNULIB\_WAITPID='0'
GNULIB\_WCRTOMB='0'
GNULIB\_WCSNRTOMBS='0'
GNULIB\_WCSRTOMBS='0'
GNULIB\_WCTOB='0'
GNULIB\_WCWIDTH='0'
GNULIB\_WRITE='0'
GNULIB\_\_EXIT='0'
GNU\_MAKE\_FALSE=''
GNU\_MAKE\_TRUE='\#'
GREP='/usr/bin/grep'
GROFF=''
HAVE\_ACCEPT4='1'
HAVE\_ATOLL='1'
HAVE\_BTOWC='1'
HAVE\_CANONICALIZE\_FILE\_NAME='1'
HAVE\_CHOWN='1'
HAVE\_DECL\_ENVIRON='1'
HAVE\_DECL\_GETLOADAVG='1'
HAVE\_DECL\_GETLOGIN\_R='1'
HAVE\_DECL\_GETPAGESIZE='1'
HAVE\_DECL\_GETUSERSHELL='1'
HAVE\_DECL\_MEMMEM='1'
HAVE\_DECL\_MEMRCHR='1'
HAVE\_DECL\_STRDUP='1'
HAVE\_DECL\_STRNDUP='1'
HAVE\_DECL\_STRNLEN='1'
HAVE\_DECL\_STRSIGNAL='1'
HAVE\_DECL\_STRTOK\_R='1'
HAVE\_DECL\_WCTOB='1'
HAVE\_DECL\_WCWIDTH='1'
HAVE\_DUP2='1'
HAVE\_DUP3='1'
HAVE\_EUIDACCESS='1'
HAVE\_FACCESSAT='1'
HAVE\_FCHDIR='1'
HAVE\_FCHOWNAT='1'
HAVE\_FSYNC='1'
HAVE\_FTRUNCATE='1'
HAVE\_GETDOMAINNAME='1'
HAVE\_GETDTABLESIZE='1'
HAVE\_GETGROUPS='1'
HAVE\_GETHOSTNAME='1'
HAVE\_GETLOGIN='1'
HAVE\_GETPAGESIZE='1'
HAVE\_GETSUBOPT='1'
HAVE\_GETTIMEOFDAY='1'
HAVE\_GRANTPT='1'
HAVE\_INTTYPES\_H='1'
HAVE\_ISWBLANK='1'
HAVE\_ISWCNTRL='1'
HAVE\_LANGINFO\_CODESET='1'
HAVE\_LANGINFO\_ERA='1'
HAVE\_LANGINFO\_H='1'
HAVE\_LANGINFO\_T\_FMT\_AMPM='1'
HAVE\_LANGINFO\_YESEXPR='1'
HAVE\_LCHOWN='1'
HAVE\_LIBSIGSEGV='yes'
HAVE\_LINK='1'
HAVE\_LINKAT='1'
HAVE\_LONG\_LONG\_INT='1'
HAVE\_MBRLEN='1'
HAVE\_MBRTOWC='1'
HAVE\_MBSINIT='1'
HAVE\_MBSLEN='0'
HAVE\_MBSNRTOWCS='1'
HAVE\_MBSRTOWCS='1'
HAVE\_MEMCHR='1'
HAVE\_MEMPCPY='1'
HAVE\_MKDTEMP='1'
HAVE\_MKOSTEMP='1'
HAVE\_MKOSTEMPS='1'
HAVE\_MKSTEMP='1'
HAVE\_MKSTEMPS='1'
HAVE\_NL\_LANGINFO='1'
HAVE\_OS\_H='0'
HAVE\_PIPE2='1'
HAVE\_PREAD='1'
HAVE\_PTSNAME='1'
HAVE\_PWRITE='1'
HAVE\_RANDOM\_H='0'
HAVE\_RANDOM\_R='1'
HAVE\_RAWMEMCHR='1'
HAVE\_READLINK='1'
HAVE\_READLINKAT='1'
HAVE\_REALPATH='1'
HAVE\_RPMATCH='1'
HAVE\_SA\_FAMILY\_T='1'
HAVE\_SETENV='1'
HAVE\_SIGNED\_SIG\_ATOMIC\_T='1'
HAVE\_SIGNED\_WCHAR\_T='0'
HAVE\_SIGNED\_WINT\_T='1'
HAVE\_SLEEP='1'
HAVE\_STDINT\_H='1'
HAVE\_STPCPY='1'
HAVE\_STPNCPY='1'
HAVE\_STRCASESTR='1'
HAVE\_STRCHRNUL='1'
HAVE\_STRPBRK='1'
HAVE\_STRSEP='1'
HAVE\_STRTOD='1'
HAVE\_STRTOLL='1'
HAVE\_STRTOULL='1'
HAVE\_STRUCT\_RANDOM\_DATA='0'
HAVE\_STRUCT\_SOCKADDR\_STORAGE='1'
HAVE\_STRUCT\_TIMEVAL='1'
HAVE\_STRVERSCMP='1'
HAVE\_SYMLINK='1'
HAVE\_SYMLINKAT='1'
HAVE\_SYS\_BITYPES\_H='0'
HAVE\_SYS\_INTTYPES\_H='1'
HAVE\_SYS\_LOADAVG\_H='0'
HAVE\_SYS\_PARAM\_H='0'
HAVE\_SYS\_SOCKET\_H='1'
HAVE\_SYS\_TIME\_H='1'
HAVE\_SYS\_TYPES\_H='1'
HAVE\_TTYNAME\_R='1'
HAVE\_UNISTD\_H='1'
HAVE\_UNLINKAT='1'
HAVE\_UNLOCKPT='1'
HAVE\_UNSETENV='1'
HAVE\_UNSIGNED\_LONG\_LONG\_INT='1'
HAVE\_USLEEP='1'
HAVE\_WCHAR\_H='1'
HAVE\_WCHAR\_T='1'
HAVE\_WCRTOMB='1'
HAVE\_WCSNRTOMBS='1'
HAVE\_WCSRTOMBS='1'
HAVE\_WCTYPE\_H='1'
HAVE\_WINSOCK2\_H='0'
HAVE\_WINT\_T='1'
HAVE\_WS2TCPIP\_H='0'
HAVE\_\_BOOL='1'
HAVE\_\_EXIT='1'
HLN='ln'
HOST\_CPU\_C\_ABI='powerpc'
INCLUDE\_NEXT='include\_next'
INCLUDE\_NEXT\_AS\_FIRST\_DIRECTIVE='include\_next'
INCTERMCAP=''
INSTALL\_DATA='$\{INSTALL\} -m 644'
INSTALL\_PROGRAM='$\{INSTALL\}'
INSTALL\_SCRIPT='$\{INSTALL\}'
INSTALL\_STRIP\_PROGRAM='$\(install\_sh\) -c -s'
INTLLIBS='-lintl'
INTL\_MACOSX\_LIBS=''
LD='/usr/bin/ld'
LDFLAGS=''
LIBAVCALL='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a'
LIBAVCALL\_PREFIX='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0'
LIBCALLBACK='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a'
LIBCALLBACK\_PREFIX='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0'
LIBGNU\_LIBDEPS=''
LIBGNU\_LTLIBDEPS=''
LIBICONV=''
LIBINTL='-lintl'
LIBOBJS=''
LIBS='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a'
LIBSIGSEGV='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libsigsegv.a -lc'
LIBSIGSEGV\_PREFIX='/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0'
LIBSOCKET=''
LIBTERMCAP='broken'
LIBTOOL='$\(SHELL\) $\(top\_builddir\)/libtool'
LIBTOOL\_DEPS='/home/yli/trunks/clisp/src/build-aux/ltmain.sh'
LIBUNISTRING\_COMPILE\_UNINAME\_UNINAME\_FALSE='\#'
LIBUNISTRING\_COMPILE\_UNINAME\_UNINAME\_TRUE=''
LIBUNISTRING\_COMPILE\_UNIWIDTH\_WIDTH\_FALSE='\#'
LIBUNISTRING\_COMPILE\_UNIWIDTH\_WIDTH\_TRUE=''
LIBUNISTRING\_UNINAME\_H='uniname.h'
LIBUNISTRING\_UNITYPES\_H='unitypes.h'
LIBUNISTRING\_UNIWIDTH\_H='uniwidth.h'
LIPO=''
LN='ln'
LN\_S='ln -s'
LOCALCHARSET\_TESTS\_ENVIRONMENT='CHARSETALIASDIR="$\(top\_builddir\)/src/gllib"'
LOCALE\_FR\_UTF8='none'
LOCALE\_JA='none'
LOCALE\_ZH\_CN='none'
LTLIBAVCALL='-L/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib -lavcall'
LTLIBCALLBACK='-L/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib -lcallback'
LTLIBICONV=''
LTLIBINTL='-lintl'
LTLIBOBJS=''
LTLIBSIGSEGV='-L/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib -lsigsegv -lc'
MAKEINFO='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/missing --run makeinfo'
MKDIR\_P='/home/yli/trunks/clisp/src/build-aux/install-sh -c -d'
MSGFMT='/usr/bin/msgfmt'
MSGFMT\_015=':'
MSGMERGE=':'
NEXT\_AS\_FIRST\_DIRECTIVE\_ERRNO\_H=''
NEXT\_AS\_FIRST\_DIRECTIVE\_LANGINFO\_H='<langinfo.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_STDDEF\_H=''
NEXT\_AS\_FIRST\_DIRECTIVE\_STDINT\_H='<stdint.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_STDLIB\_H='<stdlib.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_STRING\_H='<string.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_SYS\_SOCKET\_H='<sys/socket.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_SYS\_TIME\_H='<sys/time.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_SYS\_WAIT\_H='<sys/wait.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_UNISTD\_H='<unistd.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_WCHAR\_H='<wchar.h>'
NEXT\_AS\_FIRST\_DIRECTIVE\_WCTYPE\_H='<wctype.h>'
NEXT\_ERRNO\_H=''
NEXT\_LANGINFO\_H='<langinfo.h>'
NEXT\_STDDEF\_H=''
NEXT\_STDINT\_H='<stdint.h>'
NEXT\_STDLIB\_H='<stdlib.h>'
NEXT\_STRING\_H='<string.h>'
NEXT\_SYS\_SOCKET\_H='<sys/socket.h>'
NEXT\_SYS\_TIME\_H='<sys/time.h>'
NEXT\_SYS\_WAIT\_H='<sys/wait.h>'
NEXT\_UNISTD\_H='<unistd.h>'
NEXT\_WCHAR\_H='<wchar.h>'
NEXT\_WCTYPE\_H='<wctype.h>'
NM='/usr/bin/nm -B'
NMEDIT=''
NO\_CXX=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='clisp'
PACKAGE\_BUGREPORT='http://clisp.cons.org/'
PACKAGE\_NAME='GNU CLISP'
PACKAGE\_STRING='GNU CLISP 2.49+ \(2010-07-17\)'
PACKAGE\_TARNAME='clisp'
PACKAGE\_URL='http://www.gnu.org/software/clisp/'
PACKAGE\_VERSION='2.49+ \(2010-07-17\)'
PATH\_SEPARATOR=':'
POSUB='po'
PRAGMA\_COLUMNS=''
PRAGMA\_SYSTEM\_HEADER='\#pragma GCC system\_header'
PS2PDF='ps2pdf'
PTRDIFF\_T\_SUFFIX='l'
RANLIB='ranlib'
REPLACE\_BTOWC='0'
REPLACE\_CALLOC='0'
REPLACE\_CANONICALIZE\_FILE\_NAME='0'
REPLACE\_CHOWN='0'
REPLACE\_CLOSE='0'
REPLACE\_DUP2='0'
REPLACE\_DUP='0'
REPLACE\_FCHOWNAT='0'
REPLACE\_GETCWD='0'
REPLACE\_GETGROUPS='0'
REPLACE\_GETPAGESIZE='0'
REPLACE\_GETTIMEOFDAY='0'
REPLACE\_ISWBLANK='0'
REPLACE\_ISWCNTRL='0'
REPLACE\_LCHOWN='0'
REPLACE\_LINK='0'
REPLACE\_LINKAT='0'
REPLACE\_LSEEK='0'
REPLACE\_MALLOC='0'
REPLACE\_MBRLEN='0'
REPLACE\_MBRTOWC='1'
REPLACE\_MBSINIT='1'
REPLACE\_MBSNRTOWCS='0'
REPLACE\_MBSRTOWCS='1'
REPLACE\_MBSTATE\_T='1'
REPLACE\_MEMCHR='0'
REPLACE\_MEMMEM='0'
REPLACE\_MKSTEMP='0'
REPLACE\_NL\_LANGINFO='0'
REPLACE\_NULL='0'
REPLACE\_PREAD='0'
REPLACE\_PUTENV='0'
REPLACE\_PWRITE='0'
REPLACE\_READLINK='0'
REPLACE\_REALLOC='0'
REPLACE\_REALPATH='0'
REPLACE\_RMDIR='0'
REPLACE\_SETENV='0'
REPLACE\_SLEEP='0'
REPLACE\_STPNCPY='0'
REPLACE\_STRCASESTR='0'
REPLACE\_STRDUP='0'
REPLACE\_STRERROR='0'
REPLACE\_STRNCAT='0'
REPLACE\_STRNDUP='0'
REPLACE\_STRNLEN='0'
REPLACE\_STRSIGNAL='0'
REPLACE\_STRSTR='0'
REPLACE\_STRTOD='0'
REPLACE\_STRTOK\_R='0'
REPLACE\_SYMLINK='0'
REPLACE\_TTYNAME\_R='0'
REPLACE\_UNLINK='0'
REPLACE\_UNLINKAT='0'
REPLACE\_UNSETENV='0'
REPLACE\_USLEEP='0'
REPLACE\_WCRTOMB='0'
REPLACE\_WCSNRTOMBS='0'
REPLACE\_WCSRTOMBS='0'
REPLACE\_WCTOB='0'
REPLACE\_WCWIDTH='0'
REPLACE\_WRITE='0'
SED='/usr/bin/sed'
SET\_MAKE=''
SHELL='/bin/sh'
SIG\_ATOMIC\_T\_SUFFIX=''
SIZE\_T\_SUFFIX='ul'
STDBOOL\_H=''
STDDEF\_H=''
STDINT\_H='stdint.h'
STRIP='strip'
TEST\_NT='yes'
UNDEFINE\_STRTOK\_R='0'
UNISTD\_H\_HAVE\_WINSOCK2\_H='0'
UNISTD\_H\_HAVE\_WINSOCK2\_H\_AND\_USE\_SOCKETS='0'
USE\_NLS='yes'
VERSION='2.49+ \(2010-07-17\)'
WCHAR\_T\_SUFFIX=''
WINT\_T\_SUFFIX=''
XGETTEXT=':'
XGETTEXT\_015=':'
XGETTEXT\_EXTRA\_OPTIONS=''
XMKMF=''
X\_CFLAGS=''
X\_EXTRA\_LIBS=''
X\_LIBS=''
X\_PRE\_LIBS=' -lSM -lICE'
ac\_ct\_CC='gcc'
ac\_ct\_DUMPBIN=''
am\_\_EXEEXT\_FALSE=''
am\_\_EXEEXT\_TRUE='\#'
am\_\_fastdepCC\_FALSE='\#'
am\_\_fastdepCC\_TRUE=''
am\_\_include='include'
am\_\_isrc=' -I$\(srcdir\)'
am\_\_leading\_dot='.'
am\_\_quote=''
am\_\_tar='$\{AMTAR\} chof - "$$tardir"'
am\_\_untar='$\{AMTAR\} xf -'
bindir='$\{exec\_prefix\}/bin'
build='powerpc-ibm-aix5.3.0.0'
build\_alias=''
build\_cpu='powerpc'
build\_os='aix5.3.0.0'
build\_vendor='ibm'
datadir='$\{datarootdir\}'
datarootdir='$\{prefix\}/share'
docdir='$\{datarootdir\}/doc/$\{PACKAGE\_TARNAME\}'
dvidir='$\{docdir\}'
exec\_prefix='$\{prefix\}'
gl\_LIBOBJS=' mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o'
gl\_LTLIBOBJS=' mbrtowc.lo mbsinit.lo mbsrtowcs.lo mbsrtowcs-state.lo'
gltests\_LIBOBJS=''
gltests\_LTLIBOBJS=''
gltests\_WITNESS='IN\_CLISP\_GNULIB\_TESTS'
host='powerpc-ibm-aix5.3.0.0'
host\_alias=''
host\_cpu='powerpc'
host\_os='aix5.3.0.0'
host\_vendor='ibm'
htmldir='$\{docdir\}'
includedir='$\{prefix\}/include'
infodir='$\{datarootdir\}/info'
install\_sh='$\{SHELL\} /home/yli/trunks/clisp/src/build-aux/install-sh'
libdir='$\{exec\_prefix\}/lib'
libexecdir='$\{exec\_prefix\}/libexec'
localedir='$\{datarootdir\}/locale'
localstatedir='$\{prefix\}/var'
mandir='$\{datarootdir\}/man'
mkdir\_p='/home/yli/trunks/clisp/src/build-aux/install-sh -c -d'
module\_configure\_flags=' '\''--srcdir=/home/yli/trunks/clisp/src'\'' '\''--disable-option-checking'\'' '\''--prefix=/home/yli/'\'' '\''--with-libffcall-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0'\'' '\''--with-libsigsegv-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0'\'' '\''--with-libreadline-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0'\'' '\''--cache-file=config.cache'\'''
oldincludedir='/usr/include'
pdfdir='$\{docdir\}'
prefix='/home/yli'
program\_transform\_name='s,x,x,'
psdir='$\{docdir\}'
sbindir='$\{exec\_prefix\}/sbin'
sharedstatedir='$\{prefix\}/com'
sysconfdir='$\{prefix\}/etc'
target\_alias=''
\#\# ----------- \#\#
\#\# confdefs.h. \#\#
\#\# ----------- \#\#
/\* confdefs.h \*/
\#define PACKAGE\_NAME "GNU CLISP"
\#define PACKAGE\_TARNAME "clisp"
\#define PACKAGE\_VERSION "2.49+ \(2010-07-17\)"
\#define PACKAGE\_STRING "GNU CLISP 2.49+ \(2010-07-17\)"
\#define PACKAGE\_BUGREPORT "http://clisp.cons.org/"
\#define PACKAGE\_URL "http://www.gnu.org/software/clisp/"
\#define STDC\_HEADERS 1
\#define HAVE\_SYS\_TYPES\_H 1
\#define HAVE\_SYS\_STAT\_H 1
\#define HAVE\_STDLIB\_H 1
\#define HAVE\_STRING\_H 1
\#define HAVE\_MEMORY\_H 1
\#define HAVE\_STRINGS\_H 1
\#define HAVE\_INTTYPES\_H 1
\#define HAVE\_STDINT\_H 1
\#define HAVE\_UNISTD\_H 1
\#define \_\_EXTENSIONS\_\_ 1
\#define \_ALL\_SOURCE 1
\#define \_GNU\_SOURCE 1
\#define \_POSIX\_PTHREAD\_SEMANTICS 1
\#define \_TANDEM\_SOURCE 1
\#define HAVE\_DLFCN\_H 1
\#define LT\_OBJDIR ".libs/"
\#define \_LARGE\_FILES 1
\#define HAVE\_ALLOCA\_H 1
\#define HAVE\_ALLOCA 1
\#define HAVE\_ENVIRON\_DECL 1
\#define HAVE\_ERRNO\_H 1
\#define HAVE\_SYS\_TIME\_H 1
\#define HAVE\_LANGINFO\_H 1
\#define HAVE\_SYS\_MMAN\_H 1
\#define HAVE\_UNISTD\_H 1
\#define HAVE\_SYS\_SOCKET\_H 1
\#define HAVE\_STDDEF\_H 1
\#define HAVE\_STDINT\_H 1
\#define HAVE\_WCHAR\_H 1
\#define HAVE\_STDLIB\_H 1
\#define HAVE\_STRING\_H 1
\#define HAVE\_SYS\_WAIT\_H 1
\#define HAVE\_WCTYPE\_H 1
\#define restrict \_\_restrict
\#define HAVE\_RAW\_DECL\_GETTIMEOFDAY 1
\#define HAVE\_GETTIMEOFDAY 1
\#define HAVE\_READLINK 1
\#define HAVE\_MBSINIT 1
\#define HAVE\_MBRTOWC 1
\#define HAVE\_MBSRTOWCS 1
\#define HAVE\_MPROTECT 1
\#define HAVE\_MEMCHR 1
\#define HAVE\_NL\_LANGINFO 1
\#define HAVE\_SETENV 1
\#define HAVE\_ISWCNTRL 1
\#define HAVE\_ISWBLANK 1
\#define HAVE\_LANGINFO\_CODESET 1
\#define HAVE\_WORKING\_O\_NOATIME 1
\#define HAVE\_WORKING\_O\_NOFOLLOW 0
\#define HAVE\_DECL\_GETC\_UNLOCKED 1
\#define HAVE\_STDLIB\_H 1
\#define MALLOC\_0\_IS\_NONNULL 0
\#define HAVE\_LONG\_LONG\_INT 1
\#define HAVE\_MBSTATE\_T 1
\#define HAVE\_MAP\_ANONYMOUS 1
\#define HAVE\_SEARCH\_H 1
\#define HAVE\_TSEARCH 1
\#define HAVE\_SHUTDOWN 1
\#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
\#define HAVE\_SA\_FAMILY\_T 1
\#define HAVE\_\_BOOL 1
\#define HAVE\_STDBOOL\_H 1
\#define HAVE\_WCHAR\_T 1
\#define HAVE\_UNSIGNED\_LONG\_LONG\_INT 1
\#define HAVE\_RAW\_DECL\_MEMMEM 1
\#define HAVE\_RAW\_DECL\_STPCPY 1
\#define HAVE\_RAW\_DECL\_STPNCPY 1
\#define HAVE\_RAW\_DECL\_STRDUP 1
\#define HAVE\_RAW\_DECL\_STRNCAT 1
\#define HAVE\_RAW\_DECL\_STRNDUP 1
\#define HAVE\_RAW\_DECL\_STRNLEN 1
\#define HAVE\_RAW\_DECL\_STRPBRK 1
\#define HAVE\_RAW\_DECL\_STRSEP 1
\#define HAVE\_RAW\_DECL\_STRTOK\_R 1
\#define HAVE\_RAW\_DECL\_STRSIGNAL 1
\#define HAVE\_WINT\_T 1
\#define HAVE\_DECL\_ISWBLANK 0
\#define HAVE\_ALLOCA 1
\#define GNULIB\_TEST\_ENVIRON 1
\#define HAVE\_GETPAGESIZE 1
\#define GNULIB\_TEST\_GETPAGESIZE 1
\#define GETTIMEOFDAY\_TIMEZONE void
\#define GNULIB\_TEST\_GETTIMEOFDAY 1
\#ifndef \_\_powerpc\_\_
\#define \_\_powerpc\_\_ 1
\#endif
\#define HAVE\_RAW\_DECL\_NL\_LANGINFO 1
\#define HAVE\_LIBSIGSEGV 1
\#define LINK\_FOLLOWS\_SYMLINKS 1
\#define GNULIB\_TEST\_MBRTOWC 1
\#define GNULIB\_TEST\_MBSINIT 1
\#define GNULIB\_TEST\_MBSRTOWCS 1
\#define GNULIB\_TEST\_MEMCHR 1
\#define GNULIB\_TEST\_NL\_LANGINFO 1
\#define GNULIB\_TEST\_SETENV 1
\#define HAVE\_SYS\_INTTYPES\_H 1
\#define BITSIZEOF\_PTRDIFF\_T 32
\#define BITSIZEOF\_SIZE\_T 32
\#define BITSIZEOF\_SIG\_ATOMIC\_T 32
\#define BITSIZEOF\_WCHAR\_T 16
\#define BITSIZEOF\_WINT\_T 32
\#define HAVE\_SIGNED\_SIG\_ATOMIC\_T 1
\#define HAVE\_SIGNED\_WINT\_T 1
\#define PTRDIFF\_T\_SUFFIX l
\#define SIZE\_T\_SUFFIX ul
\#define SIG\_ATOMIC\_T\_SUFFIX
\#define WCHAR\_T\_SUFFIX
\#define WINT\_T\_SUFFIX
\#define HAVE\_RAW\_DECL\_GETSUBOPT 1
\#define HAVE\_RAW\_DECL\_GRANTPT 1
\#define HAVE\_RAW\_DECL\_MKSTEMP 1
\#define HAVE\_RAW\_DECL\_PTSNAME 1
\#define HAVE\_RAW\_DECL\_REALPATH 1
\#define HAVE\_RAW\_DECL\_RPMATCH 1
\#define HAVE\_RAW\_DECL\_SETENV 1
\#define HAVE\_RAW\_DECL\_STRTOD 1
\#define HAVE\_RAW\_DECL\_STRTOLL 1
\#define HAVE\_RAW\_DECL\_STRTOULL 1
\#define HAVE\_RAW\_DECL\_UNLOCKPT 1
\#define HAVE\_SHUTDOWN 1
\#define HAVE\_STRUCT\_SOCKADDR\_STORAGE 1
\#define HAVE\_SA\_FAMILY\_T 1
\#define HAVE\_RAW\_DECL\_WAITPID 1
\#define HAVE\_RAW\_DECL\_CHOWN 1
\#define HAVE\_RAW\_DECL\_DUP2 1
\#define HAVE\_RAW\_DECL\_ENVIRON 1
\#define HAVE\_RAW\_DECL\_FCHDIR 1
\#define HAVE\_RAW\_DECL\_FSYNC 1
\#define HAVE\_RAW\_DECL\_GETCWD 1
\#define HAVE\_RAW\_DECL\_GETDTABLESIZE 1
\#define HAVE\_RAW\_DECL\_GETGROUPS 1
\#define HAVE\_RAW\_DECL\_GETHOSTNAME 1
\#define HAVE\_RAW\_DECL\_GETLOGIN 1
\#define HAVE\_RAW\_DECL\_GETLOGIN\_R 1
\#define HAVE\_RAW\_DECL\_GETPAGESIZE 1
\#define HAVE\_RAW\_DECL\_GETUSERSHELL 1
\#define HAVE\_RAW\_DECL\_SETUSERSHELL 1
\#define HAVE\_RAW\_DECL\_ENDUSERSHELL 1
\#define HAVE\_RAW\_DECL\_LCHOWN 1
\#define HAVE\_RAW\_DECL\_LINK 1
\#define HAVE\_RAW\_DECL\_READLINK 1
\#define HAVE\_RAW\_DECL\_RMDIR 1
\#define HAVE\_RAW\_DECL\_SLEEP 1
\#define HAVE\_RAW\_DECL\_SYMLINK 1
\#define HAVE\_RAW\_DECL\_TTYNAME\_R 1
\#define HAVE\_RAW\_DECL\_UNLINK 1
\#define HAVE\_RAW\_DECL\_USLEEP 1
\#define HAVE\_UNSETENV 1
\#define GNULIB\_TEST\_UNSETENV 1
\#define HAVE\_RAW\_DECL\_BTOWC 1
\#define HAVE\_RAW\_DECL\_WCTOB 1
\#define HAVE\_RAW\_DECL\_MBSINIT 1
\#define HAVE\_RAW\_DECL\_MBRTOWC 1
\#define HAVE\_RAW\_DECL\_MBRLEN 1
\#define HAVE\_RAW\_DECL\_MBSRTOWCS 1
\#define HAVE\_RAW\_DECL\_MBSNRTOWCS 1
\#define HAVE\_RAW\_DECL\_WCRTOMB 1
\#define HAVE\_RAW\_DECL\_WCSRTOMBS 1
\#define HAVE\_RAW\_DECL\_WCSNRTOMBS 1
\#define HAVE\_RAW\_DECL\_WCWIDTH 1
\#define ICONV\_CONST
\#define ENABLE\_NLS 1
\#define HAVE\_GETTEXT 1
\#define HAVE\_DCGETTEXT 1
\#define HAVE\_AVCALL\_H 1
\#define HAVE\_CALLBACK\_H 1
\#define HAVE\_LONG\_LONG\_INT 1
\#define HAVE\_SYS\_INTTYPES\_H 1
\#define HAVE\_UNISTD\_H 1
\#define HAVE\_SYS\_FILE\_H 1
\#define HAVE\_TIME\_H 1
\#define HAVE\_SYS\_TIME\_H 1
\#define HAVE\_SYS\_UTSNAME\_H 1
\#define HAVE\_SYS\_SHM\_H 1
\#define HAVE\_SYS\_IPC\_H 1
\#define HAVE\_TERMIOS\_H 1
\#define HAVE\_TERMIO\_H 1
\#define HAVE\_SYS\_TERMIO\_H 1
\#define HAVE\_SGTTY\_H 1
\#define HAVE\_TCGETATTR /\*\*/
\#define HAVE\_TCSAFLUSH /\*\*/
\#define WINSIZE\_NEED\_SYS\_IOCTL\_H /\*\*/
\#define CADDR\_T caddr\_t
\#define SIZEOF\_OFF\_T 8
\#define SIZEOF\_STRUCT\_TIMEVAL 8
\#define HAVE\_STRUCT\_DIRENT\_D\_NAMLEN 1
\#define HAVE\_ALLOCA\_H 1
\#define HAVE\_ALLOCA 1
\#define HAVE\_\_JMP /\*\*/
\#define SIGNAL\_NEED\_REINSTALL /\*\*/
\#define HAVE\_SIGACTION 1
\#define HAVE\_SIGINTERRUPT 1
\#define HAVE\_STRERROR 1
\#define HAVE\_SYSCONF 1
\#define HAVE\_GETDTABLESIZE 1
\#define HAVE\_MEMSET 1
\#define HAVE\_SETSID 1
\#define HAVE\_SETPGID 1
\#define HAVE\_FCHMOD 1
\#define HAVE\_FSYNC 1
\#define HAVE\_GETHOSTENT 1
\#define HAVE\_SHUTDOWN 1
\#define HAVE\_USLEEP 1
\#define HAVE\_UALARM 1
\#define HAVE\_SETITIMER 1
\#define HAVE\_NICE 1
\#define HAVE\_FTIME 1
\#define HAVE\_REALPATH 1
\#define HAVE\_SETREUID 1
\#define HAVE\_SETREGID 1
\#define HAVE\_GETHOSTNAME 1
\#define HAVE\_READLINK 1
\#define HAVE\_GETCWD 1
\#define HAVE\_UNAME 1
\#define HAVE\_READDIR\_R 1
\#define HAVE\_RAND\_R 1
\#define HAVE\_LC\_MESSAGES 1
\#define HAVE\_GETRLIMIT 1
\#define HAVE\_SETRLIMIT 1
\#define SIZEOF\_RLIM\_T 4
\#define RLIMIT\_RESOURCE\_T int
\#define SETRLIMIT\_CONST const
\#define HAVE\_FORK 1
\#define HAVE\_VFORK 1
\#define HAVE\_WORKING\_VFORK 1
\#define HAVE\_WORKING\_FORK 1
\#define PID\_T pid\_t
\#define HAVE\_SYS\_RESOURCE\_H 1
\#define HAVE\_SYS\_TIMES\_H 1
\#define HAVE\_GETRUSAGE /\*\*/
\#define RUSAGE\_WHO\_T int
\#define HAVE\_LSTAT /\*\*/
\#define HAVE\_SYS\_STAT\_H 1
\#define HAVE\_STRUCT\_STAT\_ST\_RDEV 1
\#define HAVE\_STRUCT\_STAT\_ST\_BLKSIZE 1
\#define HAVE\_STRUCT\_STAT\_ST\_BLOCKS 1
\#define SIZEOF\_INO\_T 4
\#define SIZEOF\_DEV\_T 4
\#define ELOOP\_VALUE ELOOP
\#define HAVE\_IOCTL 1
\#define IOCTL\_REQUEST\_T int
\#define IOCTL\_DOTS /\*\*/
\#define NEED\_SYS\_IOCTL\_H /\*\*/
\#define HAVE\_FIONREAD /\*\*/
\#define HAVE\_RELIABLE\_FIONREAD /\*\*/
\#define HAVE\_SELECT 1
\#define HAVE\_SYS\_SELECT\_H /\*\*/
\#define SELECT\_WIDTH\_T int
\#define SELECT\_SET\_T fd\_set
\#define SELECT\_CONST
\#define HAVE\_RELIABLE\_SELECT /\*\*/
\#define HAVE\_NETDB\_H 1
\#define HAVE\_GETHOSTBYNAME /\*\*/
\#define HAVE\_CONNECT 1
\#define CONNECT\_CONST const
\#define CONNECT\_NAME\_T struct sockaddr \*
\#define CONNECT\_ADDRLEN\_T unsigned long
\#define HAVE\_SYS\_UN\_H 1
\#define HAVE\_SOCKADDR\_UN\_LEN /\*\*/
\#define HAVE\_IPV4 /\*\*/
\#define HAVE\_IPV6 /\*\*/
\#define HAVE\_INET\_PTON 1
\#define HAVE\_INET\_NTOP 1
\#define HAVE\_INET\_ADDR 1
\#define HAVE\_SETSOCKOPT 1
\#define HAVE\_GETSOCKOPT 1
\#define HAVE\_NETINET\_IN\_H 1
\#define HAVE\_ARPA\_INET\_H 1
\#define RET\_INET\_ADDR\_TYPE unsigned int
\#define INET\_ADDR\_CONST const
\#define INET\_ADDR\_SUFFIX /\*\*/
\#define HAVE\_NETINET\_TCP\_H 1
\#define SETSOCKOPT\_CONST const
\#define SETSOCKOPT\_ARG\_T void\*
\#define SETSOCKOPT\_OPTLEN\_T unsigned long
\#define CODE\_ADDRESS\_RANGE 0x20000000UL
\#define MALLOC\_ADDRESS\_RANGE 0x20000000UL
\#define SHLIB\_ADDRESS\_RANGE 0xF1000000UL
\#define STACK\_ADDRESS\_RANGE 0x2F000000UL
\#define HAVE\_MMAP /\*\*/
\#define HAVE\_MUNMAP 1
\#define HAVE\_MSYNC 1
\#define HAVE\_MPROTECT 1
\#define HAVE\_WORKING\_MPROTECT /\*\*/
\#define HAVE\_DLFCN\_H 1
\#define HAVE\_DLOPEN 1
\#define HAVE\_DLSYM 1
\#define HAVE\_DLERROR 1
\#define HAVE\_DLCLOSE 1
\#define HAVE\_WORKING\_O\_NOATIME 1
\#define HAVE\_WORKING\_O\_NOFOLLOW 0
\#define VALID\_FILENAME\_CHAR \(\(ch >= 1\) && \(ch \!= 47\)\)
\#define WORDS\_BIGENDIAN 1
configure: exit 0